Skip to content

Commit

Permalink
Bump cli and metro (#38898)
Browse files Browse the repository at this point in the history
Co-authored-by: Luna Wei <luwe@fb.com>
  • Loading branch information
lunaleaps and Luna Wei committed Aug 10, 2023
1 parent 5f503b8 commit 40ea8ff
Show file tree
Hide file tree
Showing 6 changed files with 283 additions and 12 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -56,7 +56,7 @@
"@definitelytyped/dtslint": "^0.0.127",
"@jest/create-cache-key-function": "^29.2.1",
"@reactions/component": "^2.0.2",
"@react-native/metro-config": "^0.72.9",
"@react-native/metro-config": "^0.72.10",
"@types/react": "^18.0.18",
"@typescript-eslint/parser": "^5.30.5",
"async": "^3.2.2",
Expand Down
8 changes: 4 additions & 4 deletions packages/metro-config/package.json
@@ -1,6 +1,6 @@
{
"name": "@react-native/metro-config",
"version": "0.72.9",
"version": "0.72.10",
"description": "Metro configuration for React Native.",
"repository": {
"type": "git",
Expand All @@ -11,8 +11,8 @@
"exports": "./index.js",
"dependencies": {
"@react-native/js-polyfills": "^0.72.1",
"metro-config": "0.76.7",
"metro-react-native-babel-transformer": "0.76.7",
"metro-runtime": "0.76.7"
"metro-config": "0.76.8",
"metro-react-native-babel-transformer": "0.76.8",
"metro-runtime": "0.76.8"
}
}
8 changes: 4 additions & 4 deletions packages/react-native/package.json
Expand Up @@ -87,7 +87,7 @@
"@react-native/gradle-plugin": "^0.72.11",
"@react-native/js-polyfills": "^0.72.1",
"@react-native/normalize-colors": "^0.72.0",
"@react-native/virtualized-lists": "^0.72.6",
"@react-native/virtualized-lists": "^0.72.7",
"abort-controller": "^3.0.0",
"anser": "^1.4.9",
"base64-js": "^1.1.2",
Expand All @@ -98,8 +98,8 @@
"jest-environment-node": "^29.2.1",
"jsc-android": "^250231.0.0",
"memoize-one": "^5.0.0",
"metro-runtime": "0.76.7",
"metro-source-map": "0.76.7",
"metro-runtime": "0.76.8",
"metro-source-map": "0.76.8",
"mkdirp": "^0.5.1",
"nullthrows": "^1.1.1",
"pretty-format": "^26.5.2",
Expand Down Expand Up @@ -133,4 +133,4 @@
}
]
}
}
}
4 changes: 2 additions & 2 deletions packages/react-native/template/package.json
Expand Up @@ -18,14 +18,14 @@
"@babel/preset-env": "^7.20.0",
"@babel/runtime": "^7.20.0",
"@react-native/eslint-config": "^0.72.2",
"@react-native/metro-config": "^0.72.9",
"@react-native/metro-config": "^0.72.10",
"@tsconfig/react-native": "^3.0.0",
"@types/react": "^18.0.24",
"@types/react-test-renderer": "^18.0.0",
"babel-jest": "^29.2.1",
"eslint": "^8.19.0",
"jest": "^29.2.1",
"metro-react-native-babel-preset": "0.76.7",
"metro-react-native-babel-preset": "0.76.8",
"prettier": "^2.4.1",
"react-test-renderer": "18.2.0",
"typescript": "4.8.4"
Expand Down
2 changes: 1 addition & 1 deletion packages/virtualized-lists/package.json
@@ -1,6 +1,6 @@
{
"name": "@react-native/virtualized-lists",
"version": "0.72.6",
"version": "0.72.7",
"description": "Virtualized lists for React Native.",
"repository": {
"type": "git",
Expand Down

0 comments on commit 40ea8ff

Please sign in to comment.