Skip to content

Commit afbaec3

Browse files
committed
bump: aligned packages versions across monorepo
1 parent 8818aab commit afbaec3

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

packages/eslint-config-react-native-community/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"dependencies": {
1414
"@babel/core": "^7.20.0",
1515
"@babel/eslint-parser": "^7.19.0",
16-
"@react-native/eslint-plugin": "^0.72.0",
16+
"@react-native/eslint-plugin": "^0.73.0",
1717
"@typescript-eslint/eslint-plugin": "^5.30.5",
1818
"@typescript-eslint/parser": "^5.30.5",
1919
"eslint-config-prettier": "^8.5.0",

packages/metro-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"license": "MIT",
1111
"exports": "./index.js",
1212
"dependencies": {
13-
"@react-native/js-polyfills": "^0.72.1",
13+
"@react-native/js-polyfills": "^0.73.0",
1414
"metro-config": "0.75.1"
1515
}
1616
}

packages/react-native/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -82,12 +82,12 @@
8282
"@react-native-community/cli": "11.0.0-alpha.2",
8383
"@react-native-community/cli-platform-android": "11.0.0-alpha.2",
8484
"@react-native-community/cli-platform-ios": "11.0.0-alpha.2",
85-
"@react-native/assets-registry": "^0.72.0",
86-
"@react-native/codegen": "^0.72.3",
87-
"@react-native/gradle-plugin": "^0.72.5",
88-
"@react-native/js-polyfills": "^0.72.1",
89-
"@react-native/normalize-colors": "^0.72.0",
90-
"@react-native/virtualized-lists": "^0.72.2",
85+
"@react-native/assets-registry": "^0.73.0",
86+
"@react-native/codegen": "^0.73.0",
87+
"@react-native/gradle-plugin": "^0.73.0",
88+
"@react-native/js-polyfills": "^0.73.0",
89+
"@react-native/normalize-colors": "^0.73.0",
90+
"@react-native/virtualized-lists": "^0.73.0",
9191
"abort-controller": "^3.0.0",
9292
"anser": "^1.4.9",
9393
"base64-js": "^1.1.2",

packages/react-native/template/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@babel/core": "^7.20.0",
1818
"@babel/preset-env": "^7.20.0",
1919
"@babel/runtime": "^7.12.5",
20-
"@react-native/eslint-config": "^0.72.1",
20+
"@react-native/eslint-config": "^0.73.0",
2121
"@tsconfig/react-native": "^2.0.2",
2222
"@types/react": "^18.0.24",
2323
"@types/react-test-renderer": "^18.0.0",

0 commit comments

Comments
 (0)