diff --git a/package.json b/package.json index aa9ba28182967f..45c6b2f35fbdae 100644 --- a/package.json +++ b/package.json @@ -125,7 +125,7 @@ "pretty-format": "^26.5.2", "promise": "^8.0.3", "react-devtools-core": "4.24.0", - "react-native-gradle-plugin": "^0.70.0", + "react-native-gradle-plugin": "^0.71.0", "react-refresh": "^0.4.0", "react-shallow-renderer": "^16.15.0", "regenerator-runtime": "^0.13.2", diff --git a/packages/eslint-plugin-specs/package.json b/packages/eslint-plugin-specs/package.json index 0b404bee8c3425..77bf5df8ad761e 100644 --- a/packages/eslint-plugin-specs/package.json +++ b/packages/eslint-plugin-specs/package.json @@ -1,6 +1,6 @@ { "name": "@react-native/eslint-plugin-specs", - "version": "0.0.4", + "version": "0.71.0", "description": "ESLint rules to validate NativeModule and Component Specs", "main": "index.js", "repository": { diff --git a/packages/react-native-codegen/package.json b/packages/react-native-codegen/package.json index bcc2c3922db903..f7c9a8159fc131 100644 --- a/packages/react-native-codegen/package.json +++ b/packages/react-native-codegen/package.json @@ -1,6 +1,6 @@ { "name": "react-native-codegen", - "version": "0.70.3", + "version": "0.71.0", "description": "⚛️ Code generation tools for React Native", "homepage": "https://github.com/facebook/react-native/tree/HEAD/packages/react-native-codegen", "repository": { diff --git a/packages/react-native-gradle-plugin/package.json b/packages/react-native-gradle-plugin/package.json index 5b9389ed331649..0d9cf35a81f1a6 100644 --- a/packages/react-native-gradle-plugin/package.json +++ b/packages/react-native-gradle-plugin/package.json @@ -1,6 +1,6 @@ { "name": "react-native-gradle-plugin", - "version": "0.70.0", + "version": "0.71.0", "description": "⚛️ Gradle Plugin for React Native", "homepage": "https://github.com/facebook/react-native/tree/HEAD/packages/react-native-gradle-plugin", "repository": { diff --git a/repo-config/package.json b/repo-config/package.json index 886c20d56577f2..cc423051e5f363 100644 --- a/repo-config/package.json +++ b/repo-config/package.json @@ -14,7 +14,7 @@ "@babel/generator": "^7.14.0", "@babel/plugin-transform-regenerator": "^7.0.0", "@react-native-community/eslint-plugin": "*", - "@react-native/eslint-plugin-specs": ">0.0.2", + "@react-native/eslint-plugin-specs": "^0.71.0", "@reactions/component": "^2.0.2", "async": "^3.2.2", "clang-format": "^1.2.4", @@ -42,7 +42,7 @@ "mkdirp": "^0.5.1", "prettier": "^2.4.1", "react": "18.1.0", - "react-native-codegen": "^0.70.3", + "react-native-codegen": "^0.71.0", "react-test-renderer": "18.1.0", "shelljs": "^0.8.5", "signedsource": "^1.0.0",