Skip to content

Commit e441504

Browse files
Dmitry Rykunfacebook-github-bot
authored andcommitted
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
1 parent c4b51e8 commit e441504

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@
125125
"pretty-format": "^26.5.2",
126126
"promise": "^8.0.3",
127127
"react-devtools-core": "4.24.0",
128-
"react-native-gradle-plugin": "^0.70.0",
128+
"react-native-gradle-plugin": "^0.71.0",
129129
"react-refresh": "^0.4.0",
130130
"react-shallow-renderer": "^16.15.0",
131131
"regenerator-runtime": "^0.13.2",

packages/eslint-plugin-specs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-native/eslint-plugin-specs",
3-
"version": "0.0.4",
3+
"version": "0.71.0",
44
"description": "ESLint rules to validate NativeModule and Component Specs",
55
"main": "index.js",
66
"repository": {

packages/react-native-codegen/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-codegen",
3-
"version": "0.70.3",
3+
"version": "0.71.0",
44
"description": "⚛️ Code generation tools for React Native",
55
"homepage": "https://github.com/facebook/react-native/tree/HEAD/packages/react-native-codegen",
66
"repository": {

packages/react-native-gradle-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-gradle-plugin",
3-
"version": "0.70.0",
3+
"version": "0.71.0",
44
"description": "⚛️ Gradle Plugin for React Native",
55
"homepage": "https://github.com/facebook/react-native/tree/HEAD/packages/react-native-gradle-plugin",
66
"repository": {

repo-config/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@babel/generator": "^7.14.0",
1515
"@babel/plugin-transform-regenerator": "^7.0.0",
1616
"@react-native-community/eslint-plugin": "*",
17-
"@react-native/eslint-plugin-specs": ">0.0.2",
17+
"@react-native/eslint-plugin-specs": "^0.71.0",
1818
"@reactions/component": "^2.0.2",
1919
"async": "^3.2.2",
2020
"clang-format": "^1.2.4",
@@ -42,7 +42,7 @@
4242
"mkdirp": "^0.5.1",
4343
"prettier": "^2.4.1",
4444
"react": "18.1.0",
45-
"react-native-codegen": "^0.70.3",
45+
"react-native-codegen": "^0.71.0",
4646
"react-test-renderer": "18.1.0",
4747
"shelljs": "^0.8.5",
4848
"signedsource": "^1.0.0",

0 commit comments

Comments
 (0)