Skip to content

Commit 378e3db

Browse files
dmytrorykunOlimpiaZurek
authored andcommitted
Bump dependency versions to 0.72.0 after the branch cut
Summary: Changelog [General][Changed] - Bump dependency versions to 0.72.0 after the branch cut. Reviewed By: cipolleschi Differential Revision: D41079762 fbshipit-source-id: 83e912c4eaf969c1673ccc5fa854646efa99fa4a
1 parent c71f69f commit 378e3db

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@
132132
"pretty-format": "^26.5.2",
133133
"promise": "^8.3.0",
134134
"react-devtools-core": "^4.26.1",
135-
"react-native-gradle-plugin": "^0.71.8",
135+
"react-native-gradle-plugin": "^0.72.0",
136136
"react-refresh": "^0.4.0",
137137
"react-shallow-renderer": "^16.15.0",
138138
"regenerator-runtime": "^0.13.2",

packages/babel-plugin-codegen/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.71.1",
2+
"version": "0.72.0",
33
"name": "@react-native/babel-plugin-codegen",
44
"description": "Babel plugin to generate native module and view manager code for React Native.",
55
"repository": {

packages/eslint-plugin-specs/package.json

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

packages/hermes-inspector-msggen/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@react-native/hermes-inspector-msggen",
33
"private": true,
4-
"version": "0.71.1",
4+
"version": "0.72.0",
55
"license": "MIT",
66
"bin": {
77
"msggen": "./bin/index.js"

packages/react-native-codegen/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-codegen",
3-
"version": "0.71.2",
3+
"version": "0.72.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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-gradle-plugin",
3-
"version": "0.71.8",
3+
"version": "0.72.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

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@definitelytyped/dtslint": "^0.0.127",
1717
"@react-native-community/eslint-config": "*",
1818
"@react-native-community/eslint-plugin": "*",
19-
"@react-native/eslint-plugin-specs": "^0.71.1",
19+
"@react-native/eslint-plugin-specs": "^0.72.0",
2020
"@reactions/component": "^2.0.2",
2121
"@types/react": "^18.0.18",
2222
"@typescript-eslint/parser": "^5.30.5",
@@ -47,7 +47,7 @@
4747
"mkdirp": "^0.5.1",
4848
"prettier": "^2.4.1",
4949
"react": "18.2.0",
50-
"react-native-codegen": "^0.71.2",
50+
"react-native-codegen": "^0.72.0",
5151
"react-test-renderer": "18.2.0",
5252
"shelljs": "^0.8.5",
5353
"signedsource": "^1.0.0",

0 commit comments

Comments
 (0)