diff --git a/packages/community-cli-plugin/package.json b/packages/community-cli-plugin/package.json index 84c672309ac60b..808b12d62edde4 100644 --- a/packages/community-cli-plugin/package.json +++ b/packages/community-cli-plugin/package.json @@ -22,9 +22,9 @@ "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/dev-middleware": "0.74.0", "@react-native/metro-babel-transformer": "0.74.0", "chalk": "^4.0.0", "execa": "^5.1.1", diff --git a/packages/metro-config/package.json b/packages/metro-config/package.json index 7c0fd5b9454937..55016cb21ef010 100644 --- a/packages/metro-config/package.json +++ b/packages/metro-config/package.json @@ -20,8 +20,8 @@ }, "exports": "./index.js", "dependencies": { - "@react-native/metro-babel-transformer": "0.74.0", "@react-native/js-polyfills": "0.74.0", + "@react-native/metro-babel-transformer": "0.74.0", "metro-config": "^0.80.3", "metro-runtime": "^0.80.3" } diff --git a/packages/react-native-babel-preset/package.json b/packages/react-native-babel-preset/package.json index 081dc9950a8866..74a6f1df7c917d 100644 --- a/packages/react-native-babel-preset/package.json +++ b/packages/react-native-babel-preset/package.json @@ -18,8 +18,8 @@ "@babel/plugin-proposal-async-generator-functions": "^7.0.0", "@babel/plugin-proposal-class-properties": "^7.18.0", "@babel/plugin-proposal-export-default-from": "^7.0.0", - "@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.0", "@babel/plugin-proposal-logical-assignment-operators": "^7.18.0", + "@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.0", "@babel/plugin-proposal-numeric-separator": "^7.0.0", "@babel/plugin-proposal-object-rest-spread": "^7.20.0", "@babel/plugin-proposal-optional-catch-binding": "^7.0.0", diff --git a/packages/react-native-gradle-plugin/package.json b/packages/react-native-gradle-plugin/package.json index c5a6ed51f5822d..33b450a9e9166c 100644 --- a/packages/react-native-gradle-plugin/package.json +++ b/packages/react-native-gradle-plugin/package.json @@ -31,7 +31,5 @@ "gradlew.bat", "src/main", "README.md" - ], - "dependencies": {}, - "devDependencies": {} + ] } diff --git a/packages/react-native/package.json b/packages/react-native/package.json index fd065b4eb88bbd..8b79848935bfa6 100644 --- a/packages/react-native/package.json +++ b/packages/react-native/package.json @@ -99,8 +99,8 @@ "@react-native-community/cli-platform-android": "13.0.0", "@react-native-community/cli-platform-ios": "13.0.0", "@react-native/assets-registry": "0.74.0", - "@react-native/community-cli-plugin": "0.74.0", "@react-native/codegen": "0.74.0", + "@react-native/community-cli-plugin": "0.74.0", "@react-native/gradle-plugin": "0.74.0", "@react-native/js-polyfills": "0.74.0", "@react-native/normalize-colors": "0.74.1", diff --git a/packages/rn-tester-e2e/package.json b/packages/rn-tester-e2e/package.json index 05cee8d063557b..3ea1eae4ded5b9 100644 --- a/packages/rn-tester-e2e/package.json +++ b/packages/rn-tester-e2e/package.json @@ -6,20 +6,20 @@ "description": "React Native E2E tester app.", "homepage": "https://github.com/facebook/react-native/tree/HEAD/packages/rn-tester-e2e", "repository": { - "type": "git", - "url": "git@github.com:facebook/react-native.git", - "directory": "packages/rn-tester-e2e" + "type": "git", + "url": "git@github.com:facebook/react-native.git", + "directory": "packages/rn-tester-e2e" }, "scripts": { "test-e2e": "node ./../../scripts/e2e/run-e2e-tests.js" }, "devDependencies": { - "eslint": "^8.19.0", - "jest": "^29.6.3", - "webdriverio": "^7.32.0", "@babel/core": "^7.20.0", - "@babel/preset-env": "^7.20.0", "@babel/plugin-transform-flow-strip-types": "^7.20.0", - "@types/jest": "^29.5.3" + "@babel/preset-env": "^7.20.0", + "@types/jest": "^29.5.3", + "eslint": "^8.19.0", + "jest": "^29.6.3", + "webdriverio": "^7.32.0" } }