mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
6e5bc33b3c
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/42086 Changelog: [General][Changed] - Update monorepo dependency versions to remove ^ This change will remove the caret for now as we already perform an "align" step everytime we bump a monorepo library. This prevents monorepo library updates to affect existing releases. The "align" step updates all monorepo libraries to use the updated bumped version: https://fburl.com/code/xfistiph Reviewed By: huntie Differential Revision: D52440454 fbshipit-source-id: ff071032f04bc554903dde153c594991163dfe2f
44 lines
1.1 KiB
JSON
44 lines
1.1 KiB
JSON
{
|
|
"name": "@react-native/community-cli-plugin",
|
|
"version": "0.74.0",
|
|
"description": "Core CLI commands for React Native",
|
|
"keywords": [
|
|
"react-native",
|
|
"tools"
|
|
],
|
|
"homepage": "https://github.com/facebook/react-native/tree/HEAD/packages/buid-scripts#readme",
|
|
"bugs": "https://github.com/facebook/react-native/issues",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/facebook/react-native.git",
|
|
"directory": "packages/community-cli-plugin"
|
|
},
|
|
"license": "MIT",
|
|
"exports": {
|
|
".": "./src/index.js",
|
|
"./package.json": "./package.json"
|
|
},
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"dependencies": {
|
|
"@react-native/dev-middleware": "0.74.0",
|
|
"@react-native-community/cli-server-api": "13.0.0",
|
|
"@react-native-community/cli-tools": "13.0.0",
|
|
"@react-native/metro-babel-transformer": "0.74.0",
|
|
"chalk": "^4.0.0",
|
|
"execa": "^5.1.1",
|
|
"metro": "^0.80.0",
|
|
"metro-config": "^0.80.0",
|
|
"metro-core": "^0.80.0",
|
|
"node-fetch": "^2.2.0",
|
|
"readline": "^1.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"metro-resolver": "^0.80.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
}
|