feat(react-native): upgrade metro to 0.72.1 (#11697)
This commit is contained in:
parent
5bb75baf60
commit
73d748c59c
@ -187,7 +187,7 @@
|
|||||||
"lockfile-lint": "^4.7.6",
|
"lockfile-lint": "^4.7.6",
|
||||||
"magic-string": "~0.26.2",
|
"magic-string": "~0.26.2",
|
||||||
"memfs": "^3.0.1",
|
"memfs": "^3.0.1",
|
||||||
"metro-resolver": "^0.72.0",
|
"metro-resolver": "^0.72.1",
|
||||||
"mime": "2.4.4",
|
"mime": "2.4.4",
|
||||||
"mini-css-extract-plugin": "~2.4.7",
|
"mini-css-extract-plugin": "~2.4.7",
|
||||||
"minimatch": "3.0.5",
|
"minimatch": "3.0.5",
|
||||||
|
|||||||
@ -147,6 +147,15 @@
|
|||||||
"alwaysAddToPackageJson": false
|
"alwaysAddToPackageJson": false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"14.6.1": {
|
||||||
|
"version": "14.6.1-beta.0",
|
||||||
|
"packages": {
|
||||||
|
"detox": {
|
||||||
|
"version": "19.10.0",
|
||||||
|
"alwaysAddToPackageJson": false
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
export const nxVersion = require('../../package.json').version;
|
export const nxVersion = require('../../package.json').version;
|
||||||
|
|
||||||
export const detoxVersion = '19.9.3';
|
export const detoxVersion = '19.10.0';
|
||||||
export const testingLibraryJestDom = '5.16.5';
|
export const testingLibraryJestDom = '5.16.5';
|
||||||
|
|||||||
@ -865,6 +865,47 @@
|
|||||||
"alwaysAddToPackageJson": false
|
"alwaysAddToPackageJson": false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"14.6.1": {
|
||||||
|
"version": "14.6.1-beta.0",
|
||||||
|
"packages": {
|
||||||
|
"metro": {
|
||||||
|
"version": "0.72.1",
|
||||||
|
"alwaysAddToPackageJson": false
|
||||||
|
},
|
||||||
|
"metro-resolver": {
|
||||||
|
"version": "0.72.1",
|
||||||
|
"alwaysAddToPackageJson": false
|
||||||
|
},
|
||||||
|
"metro-babel-register": {
|
||||||
|
"version": "0.72.1",
|
||||||
|
"alwaysAddToPackageJson": false
|
||||||
|
},
|
||||||
|
"metro-config": {
|
||||||
|
"version": "0.72.1",
|
||||||
|
"alwaysAddToPackageJson": false
|
||||||
|
},
|
||||||
|
"metro-react-native-babel-preset": {
|
||||||
|
"version": "0.72.1",
|
||||||
|
"alwaysAddToPackageJson": false
|
||||||
|
},
|
||||||
|
"@react-native-community/cli": {
|
||||||
|
"version": "9.0.0",
|
||||||
|
"alwaysAddToPackageJson": false
|
||||||
|
},
|
||||||
|
"@react-native-community/cli-platform-ios": {
|
||||||
|
"version": "9.0.0",
|
||||||
|
"alwaysAddToPackageJson": false
|
||||||
|
},
|
||||||
|
"@react-native-community/cli-platform-android": {
|
||||||
|
"version": "9.0.0",
|
||||||
|
"alwaysAddToPackageJson": false
|
||||||
|
},
|
||||||
|
"react-native-svg": {
|
||||||
|
"version": "13.0.0",
|
||||||
|
"alwaysAddToPackageJson": false
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -35,7 +35,7 @@
|
|||||||
"enhanced-resolve": "^5.8.3",
|
"enhanced-resolve": "^5.8.3",
|
||||||
"fs-extra": "^10.1.0",
|
"fs-extra": "^10.1.0",
|
||||||
"ignore": "^5.0.4",
|
"ignore": "^5.0.4",
|
||||||
"metro-resolver": "^0.72.0",
|
"metro-resolver": "^0.72.1",
|
||||||
"minimatch": "3.0.5",
|
"minimatch": "3.0.5",
|
||||||
"node-fetch": "^2.6.7",
|
"node-fetch": "^2.6.7",
|
||||||
"tsconfig-paths": "^3.9.0"
|
"tsconfig-paths": "^3.9.0"
|
||||||
|
|||||||
@ -5,11 +5,11 @@ export const typesReactNativeVersion = '0.69.5';
|
|||||||
|
|
||||||
export const typesNodeVersion = '16.11.7';
|
export const typesNodeVersion = '16.11.7';
|
||||||
|
|
||||||
export const metroVersion = '0.72.0';
|
export const metroVersion = '0.72.1';
|
||||||
|
|
||||||
export const reactNativeCommunityCli = '8.0.5';
|
export const reactNativeCommunityCli = '9.0.0';
|
||||||
export const reactNativeCommunityCliIos = '8.0.4';
|
export const reactNativeCommunityCliIos = '9.0.0';
|
||||||
export const reactNativeCommunityCliAndroid = '8.0.5';
|
export const reactNativeCommunityCliAndroid = '9.0.0';
|
||||||
|
|
||||||
export const reactNativeConfigVersion = '1.4.6';
|
export const reactNativeConfigVersion = '1.4.6';
|
||||||
export const reactNativeAsyncStorageAsyncStorageVersion = '1.17.7';
|
export const reactNativeAsyncStorageAsyncStorageVersion = '1.17.7';
|
||||||
@ -20,6 +20,6 @@ export const testingLibraryJestNativeVersion = '4.0.11';
|
|||||||
export const jestReactNativeVersion = '18.0.0';
|
export const jestReactNativeVersion = '18.0.0';
|
||||||
|
|
||||||
export const reactNativeSvgTransformerVersion = '1.0.0';
|
export const reactNativeSvgTransformerVersion = '1.0.0';
|
||||||
export const reactNativeSvgVersion = '12.4.4';
|
export const reactNativeSvgVersion = '13.0.0';
|
||||||
|
|
||||||
export const babelRuntimeVersion = '7.18.9';
|
export const babelRuntimeVersion = '7.18.9';
|
||||||
|
|||||||
@ -16531,10 +16531,10 @@ methods@~1.1.2:
|
|||||||
resolved "https://registry.yarnpkg.com/methods/-/methods-1.1.2.tgz#5529a4d67654134edcc5266656835b0f851afcee"
|
resolved "https://registry.yarnpkg.com/methods/-/methods-1.1.2.tgz#5529a4d67654134edcc5266656835b0f851afcee"
|
||||||
integrity sha512-iclAHeNqNm68zFtnZ0e+1L2yUIdvzNoauKU4WBA3VvH/vPFieF7qfRlwUZU+DA9P9bPXIS90ulxoUoCH23sV2w==
|
integrity sha512-iclAHeNqNm68zFtnZ0e+1L2yUIdvzNoauKU4WBA3VvH/vPFieF7qfRlwUZU+DA9P9bPXIS90ulxoUoCH23sV2w==
|
||||||
|
|
||||||
metro-resolver@^0.72.0:
|
metro-resolver@^0.72.1:
|
||||||
version "0.72.0"
|
version "0.72.1"
|
||||||
resolved "https://registry.yarnpkg.com/metro-resolver/-/metro-resolver-0.72.0.tgz#a0877267a16ab3fdd730a5bcabde08c8f437e108"
|
resolved "https://registry.yarnpkg.com/metro-resolver/-/metro-resolver-0.72.1.tgz#3b1eb4f9053efb0b8e5a8a66e38280d10be89dff"
|
||||||
integrity sha512-aQ3ILLFs6e7lju60WVhU3lxROJ+fZluiOncqLq0o0QECCnrEbWQTRVMQmDTpq5cI/w7k6tSbNMhlUzPPLFI5Uw==
|
integrity sha512-/wAP/hSdjHz4EZsI/Mg/RFz1zybApjmGoB+gNwo4mPeLrwGOrkscazkWIQTS653fA4DLsXcZmsmOv3T9240L3Q==
|
||||||
dependencies:
|
dependencies:
|
||||||
absolute-path "^0.0.0"
|
absolute-path "^0.0.0"
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user