mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Fix monorepo package versions to version published with release (#41958)
This commit is contained in:
+2
-2
@@ -55,8 +55,8 @@
|
||||
"@definitelytyped/dtslint": "^0.0.127",
|
||||
"@jest/create-cache-key-function": "^29.6.3",
|
||||
"@pkgjs/parseargs": "^0.11.0",
|
||||
"@react-native/metro-babel-transformer": "^0.73.12",
|
||||
"@react-native/metro-config": "^0.73.2",
|
||||
"@react-native/metro-babel-transformer": "0.73.12",
|
||||
"@react-native/metro-config": "0.73.2",
|
||||
"@tsconfig/node18": "1.0.1",
|
||||
"@types/react": "^18.0.18",
|
||||
"@typescript-eslint/parser": "^5.57.1",
|
||||
|
||||
@@ -22,10 +22,10 @@
|
||||
"dist"
|
||||
],
|
||||
"dependencies": {
|
||||
"@react-native/dev-middleware": "^0.73.6",
|
||||
"@react-native/dev-middleware": "0.73.6",
|
||||
"@react-native-community/cli-server-api": "12.3.0",
|
||||
"@react-native-community/cli-tools": "12.3.0",
|
||||
"@react-native/metro-babel-transformer": "^0.73.12",
|
||||
"@react-native/metro-babel-transformer": "0.73.12",
|
||||
"chalk": "^4.0.0",
|
||||
"execa": "^5.1.1",
|
||||
"metro": "^0.80.0",
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
],
|
||||
"dependencies": {
|
||||
"@isaacs/ttlcache": "^1.4.1",
|
||||
"@react-native/debugger-frontend": "^0.73.3",
|
||||
"@react-native/debugger-frontend": "0.73.3",
|
||||
"chrome-launcher": "^0.15.2",
|
||||
"chromium-edge-launcher": "^1.0.0",
|
||||
"connect": "^3.6.5",
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
"dependencies": {
|
||||
"@babel/core": "^7.20.0",
|
||||
"@babel/eslint-parser": "^7.20.0",
|
||||
"@react-native/eslint-plugin": "^0.73.1",
|
||||
"@react-native/eslint-plugin": "0.73.1",
|
||||
"@typescript-eslint/eslint-plugin": "^5.57.1",
|
||||
"@typescript-eslint/parser": "^5.57.1",
|
||||
"eslint-config-prettier": "^8.5.0",
|
||||
|
||||
@@ -20,8 +20,8 @@
|
||||
},
|
||||
"exports": "./index.js",
|
||||
"dependencies": {
|
||||
"@react-native/metro-babel-transformer": "^0.73.12",
|
||||
"@react-native/js-polyfills": "^0.73.1",
|
||||
"@react-native/metro-babel-transformer": "0.73.12",
|
||||
"@react-native/js-polyfills": "0.73.1",
|
||||
"metro-config": "^0.80.0",
|
||||
"metro-runtime": "^0.80.0"
|
||||
}
|
||||
|
||||
@@ -96,13 +96,13 @@
|
||||
"@react-native-community/cli": "12.3.0",
|
||||
"@react-native-community/cli-platform-android": "12.3.0",
|
||||
"@react-native-community/cli-platform-ios": "12.3.0",
|
||||
"@react-native/assets-registry": "^0.73.1",
|
||||
"@react-native/assets-registry": "0.73.1",
|
||||
"@react-native/community-cli-plugin": "0.73.11",
|
||||
"@react-native/codegen": "^0.73.2",
|
||||
"@react-native/gradle-plugin": "^0.73.4",
|
||||
"@react-native/js-polyfills": "^0.73.1",
|
||||
"@react-native/normalize-colors": "^0.73.2",
|
||||
"@react-native/virtualized-lists": "^0.73.4",
|
||||
"@react-native/codegen": "0.73.2",
|
||||
"@react-native/gradle-plugin": "0.73.4",
|
||||
"@react-native/js-polyfills": "0.73.1",
|
||||
"@react-native/normalize-colors": "0.73.2",
|
||||
"@react-native/virtualized-lists": "0.73.4",
|
||||
"abort-controller": "^3.0.0",
|
||||
"anser": "^1.4.9",
|
||||
"ansi-regex": "^5.0.0",
|
||||
|
||||
@@ -17,10 +17,10 @@
|
||||
"@babel/core": "^7.20.0",
|
||||
"@babel/preset-env": "^7.20.0",
|
||||
"@babel/runtime": "^7.20.0",
|
||||
"@react-native/babel-preset": "^0.73.18",
|
||||
"@react-native/eslint-config": "^0.73.1",
|
||||
"@react-native/metro-config": "^0.73.2",
|
||||
"@react-native/typescript-config": "^0.73.1",
|
||||
"@react-native/babel-preset": "0.73.18",
|
||||
"@react-native/eslint-config": "0.73.1",
|
||||
"@react-native/metro-config": "0.73.2",
|
||||
"@react-native/typescript-config": "0.73.1",
|
||||
"@types/react": "^18.2.6",
|
||||
"@types/react-test-renderer": "^18.0.0",
|
||||
"babel-jest": "^29.6.3",
|
||||
|
||||
Reference in New Issue
Block a user