From e44150409e1332145274563a5eca37aa3fc4c070 Mon Sep 17 00:00:00 2001 From: Dmitry Rykun Date: Wed, 27 Jul 2022 08:19:11 -0700 Subject: [PATCH] Bump dependencies version number Summary: [Changelog][General] - Bump packages version number: react-native/eslint-plugin-specs: ^0.71.0, react-native-gradle-plugin: ^0.71.0, react-native-codegen: ^0.71.0 Reviewed By: cortinico Differential Revision: D38204441 fbshipit-source-id: 7188aae2decb307852e55a1b6b1180f3f068a75c --- package.json | 2 +- packages/eslint-plugin-specs/package.json | 2 +- packages/react-native-codegen/package.json | 2 +- packages/react-native-gradle-plugin/package.json | 2 +- repo-config/package.json | 4 ++-- 5 files changed, 6 insertions(+), 6 deletions(-) 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",