Skip to content

Commit 95db9f9

Browse files
committed
bumped packages versions
#publish-packages-to-npm
1 parent da84901 commit 95db9f9

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"@definitelytyped/dtslint": "^0.0.127",
5757
"@jest/create-cache-key-function": "^29.2.1",
5858
"@reactions/component": "^2.0.2",
59-
"@react-native/metro-config": "^0.72.6",
59+
"@react-native/metro-config": "^0.72.7",
6060
"@types/react": "^18.0.18",
6161
"@typescript-eslint/parser": "^5.30.5",
6262
"async": "^3.2.2",

packages/metro-config/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/metro-config",
3-
"version": "0.72.6",
3+
"version": "0.72.7",
44
"description": "Metro configuration for React Native.",
55
"repository": {
66
"type": "git",

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.72.10",
3+
"version": "0.72.11",
44
"description": "⚛️ Gradle Plugin for React Native",
55
"homepage": "https://github.com/facebook/react-native/tree/HEAD/packages/react-native-gradle-plugin",
66
"repository": {

packages/react-native/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,10 +84,10 @@
8484
"@react-native-community/cli-platform-ios": "11.3.3",
8585
"@react-native/assets-registry": "^0.72.0",
8686
"@react-native/codegen": "^0.72.6",
87-
"@react-native/gradle-plugin": "^0.72.10",
87+
"@react-native/gradle-plugin": "^0.72.11",
8888
"@react-native/js-polyfills": "^0.72.1",
8989
"@react-native/normalize-colors": "^0.72.0",
90-
"@react-native/virtualized-lists": "^0.72.5",
90+
"@react-native/virtualized-lists": "^0.72.6",
9191
"abort-controller": "^3.0.0",
9292
"anser": "^1.4.9",
9393
"base64-js": "^1.1.2",
@@ -133,4 +133,4 @@
133133
}
134134
]
135135
}
136-
}
136+
}

packages/react-native/template/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@babel/preset-env": "^7.20.0",
1919
"@babel/runtime": "^7.20.0",
2020
"@react-native/eslint-config": "^0.72.2",
21-
"@react-native/metro-config": "^0.72.6",
21+
"@react-native/metro-config": "^0.72.7",
2222
"@tsconfig/react-native": "^3.0.0",
2323
"@types/metro-config": "^0.76.3",
2424
"@types/react": "^18.0.24",

packages/virtualized-lists/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/virtualized-lists",
3-
"version": "0.72.5",
3+
"version": "0.72.6",
44
"description": "Virtualized lists for React Native.",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)