Skip to content

Commit 40ea8ff

Browse files
lunaleapsLuna Wei
and
Luna Wei
committedAug 10, 2023
Bump cli and metro (#38898)
Co-authored-by: Luna Wei <[email protected]>
1 parent 5f503b8 commit 40ea8ff

File tree

6 files changed

+283
-12
lines changed

6 files changed

+283
-12
lines changed
 

‎package.json

+1-1
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.9",
59+
"@react-native/metro-config": "^0.72.10",
6060
"@types/react": "^18.0.18",
6161
"@typescript-eslint/parser": "^5.30.5",
6262
"async": "^3.2.2",

‎packages/metro-config/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-native/metro-config",
3-
"version": "0.72.9",
3+
"version": "0.72.10",
44
"description": "Metro configuration for React Native.",
55
"repository": {
66
"type": "git",
@@ -11,8 +11,8 @@
1111
"exports": "./index.js",
1212
"dependencies": {
1313
"@react-native/js-polyfills": "^0.72.1",
14-
"metro-config": "0.76.7",
15-
"metro-react-native-babel-transformer": "0.76.7",
16-
"metro-runtime": "0.76.7"
14+
"metro-config": "0.76.8",
15+
"metro-react-native-babel-transformer": "0.76.8",
16+
"metro-runtime": "0.76.8"
1717
}
1818
}

‎packages/react-native/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
"@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.6",
90+
"@react-native/virtualized-lists": "^0.72.7",
9191
"abort-controller": "^3.0.0",
9292
"anser": "^1.4.9",
9393
"base64-js": "^1.1.2",
@@ -98,8 +98,8 @@
9898
"jest-environment-node": "^29.2.1",
9999
"jsc-android": "^250231.0.0",
100100
"memoize-one": "^5.0.0",
101-
"metro-runtime": "0.76.7",
102-
"metro-source-map": "0.76.7",
101+
"metro-runtime": "0.76.8",
102+
"metro-source-map": "0.76.8",
103103
"mkdirp": "^0.5.1",
104104
"nullthrows": "^1.1.1",
105105
"pretty-format": "^26.5.2",
@@ -133,4 +133,4 @@
133133
}
134134
]
135135
}
136-
}
136+
}

‎packages/react-native/template/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@
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.9",
21+
"@react-native/metro-config": "^0.72.10",
2222
"@tsconfig/react-native": "^3.0.0",
2323
"@types/react": "^18.0.24",
2424
"@types/react-test-renderer": "^18.0.0",
2525
"babel-jest": "^29.2.1",
2626
"eslint": "^8.19.0",
2727
"jest": "^29.2.1",
28-
"metro-react-native-babel-preset": "0.76.7",
28+
"metro-react-native-babel-preset": "0.76.8",
2929
"prettier": "^2.4.1",
3030
"react-test-renderer": "18.2.0",
3131
"typescript": "4.8.4"

‎packages/virtualized-lists/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-native/virtualized-lists",
3-
"version": "0.72.6",
3+
"version": "0.72.7",
44
"description": "Virtualized lists for React Native.",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)
Please sign in to comment.