mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-24 15:36:59 +01:00
Merge pull request #4483 from BlueWallet/renovate/metro-react-native-babel-preset-0.x
Update dependency metro-react-native-babel-preset to v0.68.0
This commit is contained in:
commit
13522237f2
2 changed files with 10 additions and 8 deletions
16
package-lock.json
generated
16
package-lock.json
generated
|
@ -49,7 +49,7 @@
|
||||||
"junderw-crc32c": "1.2.0",
|
"junderw-crc32c": "1.2.0",
|
||||||
"lottie-ios": "3.1.9",
|
"lottie-ios": "3.1.9",
|
||||||
"lottie-react-native": "4.0.2",
|
"lottie-react-native": "4.0.2",
|
||||||
"metro-react-native-babel-preset": "0.67.0",
|
"metro-react-native-babel-preset": "0.68.0",
|
||||||
"path-browserify": "1.0.1",
|
"path-browserify": "1.0.1",
|
||||||
"payjoin-client": "1.0.1",
|
"payjoin-client": "1.0.1",
|
||||||
"process": "0.11.10",
|
"process": "0.11.10",
|
||||||
|
@ -17199,11 +17199,12 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/metro-react-native-babel-preset": {
|
"node_modules/metro-react-native-babel-preset": {
|
||||||
"version": "0.67.0",
|
"version": "0.68.0",
|
||||||
"resolved": "https://registry.npmjs.org/metro-react-native-babel-preset/-/metro-react-native-babel-preset-0.67.0.tgz",
|
"resolved": "https://registry.npmjs.org/metro-react-native-babel-preset/-/metro-react-native-babel-preset-0.68.0.tgz",
|
||||||
"integrity": "sha512-tgTG4j0SKwLHbLRELMmgkgkjV1biYkWlGGKOmM484/fJC6bpDikdaFhfjsyE+W+qt7I5szbCPCickMTNQ+zwig==",
|
"integrity": "sha512-y0fi1DYi2AyYxqIjjJHN0OloX9qi8qC8/+UhJaAZr3QNEt1dXUE0yhydcKoARn6rzgqWHqbiL6nqJOqfvbHr1w==",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/core": "^7.14.0",
|
"@babel/core": "^7.14.0",
|
||||||
|
"@babel/plugin-proposal-async-generator-functions": "^7.0.0",
|
||||||
"@babel/plugin-proposal-class-properties": "^7.0.0",
|
"@babel/plugin-proposal-class-properties": "^7.0.0",
|
||||||
"@babel/plugin-proposal-export-default-from": "^7.0.0",
|
"@babel/plugin-proposal-export-default-from": "^7.0.0",
|
||||||
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.0.0",
|
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.0.0",
|
||||||
|
@ -38497,11 +38498,12 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"metro-react-native-babel-preset": {
|
"metro-react-native-babel-preset": {
|
||||||
"version": "0.67.0",
|
"version": "0.68.0",
|
||||||
"resolved": "https://registry.npmjs.org/metro-react-native-babel-preset/-/metro-react-native-babel-preset-0.67.0.tgz",
|
"resolved": "https://registry.npmjs.org/metro-react-native-babel-preset/-/metro-react-native-babel-preset-0.68.0.tgz",
|
||||||
"integrity": "sha512-tgTG4j0SKwLHbLRELMmgkgkjV1biYkWlGGKOmM484/fJC6bpDikdaFhfjsyE+W+qt7I5szbCPCickMTNQ+zwig==",
|
"integrity": "sha512-y0fi1DYi2AyYxqIjjJHN0OloX9qi8qC8/+UhJaAZr3QNEt1dXUE0yhydcKoARn6rzgqWHqbiL6nqJOqfvbHr1w==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"@babel/core": "^7.14.0",
|
"@babel/core": "^7.14.0",
|
||||||
|
"@babel/plugin-proposal-async-generator-functions": "^7.0.0",
|
||||||
"@babel/plugin-proposal-class-properties": "^7.0.0",
|
"@babel/plugin-proposal-class-properties": "^7.0.0",
|
||||||
"@babel/plugin-proposal-export-default-from": "^7.0.0",
|
"@babel/plugin-proposal-export-default-from": "^7.0.0",
|
||||||
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.0.0",
|
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.0.0",
|
||||||
|
|
|
@ -135,7 +135,7 @@
|
||||||
"junderw-crc32c": "1.2.0",
|
"junderw-crc32c": "1.2.0",
|
||||||
"lottie-ios": "3.1.9",
|
"lottie-ios": "3.1.9",
|
||||||
"lottie-react-native": "4.0.2",
|
"lottie-react-native": "4.0.2",
|
||||||
"metro-react-native-babel-preset": "0.67.0",
|
"metro-react-native-babel-preset": "0.68.0",
|
||||||
"path-browserify": "1.0.1",
|
"path-browserify": "1.0.1",
|
||||||
"payjoin-client": "1.0.1",
|
"payjoin-client": "1.0.1",
|
||||||
"process": "0.11.10",
|
"process": "0.11.10",
|
||||||
|
|
Loading…
Add table
Reference in a new issue