feat(react-native): upgrade metro to 0.71.3 (#11105)
This commit is contained in:
parent
2163c54b85
commit
c075e69898
@ -186,7 +186,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.71.2",
|
"metro-resolver": "^0.71.3",
|
||||||
"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",
|
||||||
|
|||||||
@ -732,6 +732,39 @@
|
|||||||
"alwaysAddToPackageJson": false
|
"alwaysAddToPackageJson": false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"14.4.4": {
|
||||||
|
"version": "14.4.4-beta.0",
|
||||||
|
"packages": {
|
||||||
|
"@types/react-native": {
|
||||||
|
"version": "0.69.3",
|
||||||
|
"alwaysAddToPackageJson": false
|
||||||
|
},
|
||||||
|
"metro": {
|
||||||
|
"version": "0.71.3",
|
||||||
|
"alwaysAddToPackageJson": false
|
||||||
|
},
|
||||||
|
"metro-resolver": {
|
||||||
|
"version": "0.71.3",
|
||||||
|
"alwaysAddToPackageJson": false
|
||||||
|
},
|
||||||
|
"metro-babel-register": {
|
||||||
|
"version": "0.71.3",
|
||||||
|
"alwaysAddToPackageJson": false
|
||||||
|
},
|
||||||
|
"metro-config": {
|
||||||
|
"version": "0.71.3",
|
||||||
|
"alwaysAddToPackageJson": false
|
||||||
|
},
|
||||||
|
"metro-react-native-babel-preset": {
|
||||||
|
"version": "0.71.3",
|
||||||
|
"alwaysAddToPackageJson": false
|
||||||
|
},
|
||||||
|
"@react-native-community/cli": {
|
||||||
|
"version": "8.0.3",
|
||||||
|
"alwaysAddToPackageJson": false
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -35,11 +35,11 @@
|
|||||||
"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.71.2",
|
|
||||||
"node-fetch": "^2.6.7",
|
"node-fetch": "^2.6.7",
|
||||||
"tsconfig-paths": "^3.9.0"
|
"tsconfig-paths": "^3.9.0"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
|
"metro-resolver": "^0.71.3",
|
||||||
"react-native": "^0.69.1"
|
"react-native": "^0.69.1"
|
||||||
},
|
},
|
||||||
"builders": "./executors.json",
|
"builders": "./executors.json",
|
||||||
|
|||||||
@ -1,13 +1,13 @@
|
|||||||
export const nxVersion = require('../../package.json').version;
|
export const nxVersion = require('../../package.json').version;
|
||||||
|
|
||||||
export const reactNativeVersion = '0.69.1';
|
export const reactNativeVersion = '0.69.1';
|
||||||
export const typesReactNativeVersion = '0.69.2';
|
export const typesReactNativeVersion = '0.69.3';
|
||||||
|
|
||||||
export const typesNodeVersion = '16.11.7';
|
export const typesNodeVersion = '16.11.7';
|
||||||
|
|
||||||
export const metroVersion = '0.71.2';
|
export const metroVersion = '0.71.3';
|
||||||
|
|
||||||
export const reactNativeCommunityCli = '8.0.2';
|
export const reactNativeCommunityCli = '8.0.3';
|
||||||
export const reactNativeCommunityCliIos = '8.0.2';
|
export const reactNativeCommunityCliIos = '8.0.2';
|
||||||
export const reactNativeCommunityCliAndroid = '8.0.2';
|
export const reactNativeCommunityCliAndroid = '8.0.2';
|
||||||
|
|
||||||
|
|||||||
10
yarn.lock
10
yarn.lock
@ -7142,7 +7142,7 @@ abbrev@1:
|
|||||||
absolute-path@^0.0.0:
|
absolute-path@^0.0.0:
|
||||||
version "0.0.0"
|
version "0.0.0"
|
||||||
resolved "https://registry.yarnpkg.com/absolute-path/-/absolute-path-0.0.0.tgz#a78762fbdadfb5297be99b15d35a785b2f095bf7"
|
resolved "https://registry.yarnpkg.com/absolute-path/-/absolute-path-0.0.0.tgz#a78762fbdadfb5297be99b15d35a785b2f095bf7"
|
||||||
integrity sha1-p4di+9rftSl76ZsV01p4Wy8JW/c=
|
integrity sha512-HQiug4c+/s3WOvEnDRxXVmNtSG5s2gJM9r19BTcqjp7BWcE48PB+Y2G6jE65kqI0LpsQeMZygt/b60Gi4KxGyA==
|
||||||
|
|
||||||
accepts@~1.3.4, accepts@~1.3.5, accepts@~1.3.7, accepts@~1.3.8:
|
accepts@~1.3.4, accepts@~1.3.5, accepts@~1.3.7, accepts@~1.3.8:
|
||||||
version "1.3.8"
|
version "1.3.8"
|
||||||
@ -17299,10 +17299,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 sha1-VSmk1nZUE07cxSZmVoNbD4Ua/O4=
|
integrity sha1-VSmk1nZUE07cxSZmVoNbD4Ua/O4=
|
||||||
|
|
||||||
metro-resolver@^0.71.2:
|
metro-resolver@^0.71.3:
|
||||||
version "0.71.2"
|
version "0.71.3"
|
||||||
resolved "https://registry.yarnpkg.com/metro-resolver/-/metro-resolver-0.71.2.tgz#4b136ef112656e75c268b880a436c30a20e7c1e9"
|
resolved "https://registry.yarnpkg.com/metro-resolver/-/metro-resolver-0.71.3.tgz#af58030209ff6176816684124c18a9250116cdb1"
|
||||||
integrity sha512-kqP8hXUSyjfNtMlWw/E5m80KAerqRBlhO/Pc4EBORPlJXZz7b/OdzWrpJKclO6bTg7i/IHO/ThIH+jSjh1K5Cg==
|
integrity sha512-VeNlDVUZAKejtpV9ruZ3ivydhC2UtL6ZffYxAn1G6sPsW+B/lTywYigx32pY0xBkfkDnzul6bKOiKNe9LKW1uQ==
|
||||||
dependencies:
|
dependencies:
|
||||||
absolute-path "^0.0.0"
|
absolute-path "^0.0.0"
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user