Skip to content

Commit 25e17c5

Browse files
chore(deps-dev): bump metro-react-native-babel-preset from 0.59.0 to 0.64.0 (#154)
Bumps [metro-react-native-babel-preset](https://github.com/facebook/metro) from 0.59.0 to 0.64.0. - [Release notes](https://github.com/facebook/metro/releases) - [Changelog](https://github.com/facebook/metro/blob/master/CHANGELOG.md) - [Commits](facebook/metro@0.59.0...v0.64.0) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
1 parent 129d9aa commit 25e17c5

File tree

2 files changed

+46
-1
lines changed

2 files changed

+46
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"flow-bin": "^0.129.0",
4242
"husky": "^4.0.10",
4343
"jest": "^26.0.1",
44-
"metro-react-native-babel-preset": "0.59.0",
44+
"metro-react-native-babel-preset": "0.64.0",
4545
"react": "16.13.1",
4646
"react-dom": "16.13.1",
4747
"react-native": "0.63.2",

yarn.lock

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9885,6 +9885,51 @@ [email protected], metro-react-native-babel-preset@~0.59.0:
98859885
"@babel/template" "^7.0.0"
98869886
react-refresh "^0.4.0"
98879887

9888+
9889+
version "0.64.0"
9890+
resolved "https://registry.yarnpkg.com/metro-react-native-babel-preset/-/metro-react-native-babel-preset-0.64.0.tgz#76861408681dfda3c1d962eb31a8994918c976f8"
9891+
integrity sha512-HcZ0RWQRuJfpPiaHyFQJzcym+/dDIVUPwUAXWoub/C4GkGu+mPjp8vqK6g0FxokCnnI2TK0gZTza2IDfiNNscQ==
9892+
dependencies:
9893+
"@babel/core" "^7.0.0"
9894+
"@babel/plugin-proposal-class-properties" "^7.0.0"
9895+
"@babel/plugin-proposal-export-default-from" "^7.0.0"
9896+
"@babel/plugin-proposal-nullish-coalescing-operator" "^7.0.0"
9897+
"@babel/plugin-proposal-object-rest-spread" "^7.0.0"
9898+
"@babel/plugin-proposal-optional-catch-binding" "^7.0.0"
9899+
"@babel/plugin-proposal-optional-chaining" "^7.0.0"
9900+
"@babel/plugin-syntax-dynamic-import" "^7.0.0"
9901+
"@babel/plugin-syntax-export-default-from" "^7.0.0"
9902+
"@babel/plugin-syntax-flow" "^7.2.0"
9903+
"@babel/plugin-syntax-nullish-coalescing-operator" "^7.0.0"
9904+
"@babel/plugin-syntax-optional-chaining" "^7.0.0"
9905+
"@babel/plugin-transform-arrow-functions" "^7.0.0"
9906+
"@babel/plugin-transform-block-scoping" "^7.0.0"
9907+
"@babel/plugin-transform-classes" "^7.0.0"
9908+
"@babel/plugin-transform-computed-properties" "^7.0.0"
9909+
"@babel/plugin-transform-destructuring" "^7.0.0"
9910+
"@babel/plugin-transform-exponentiation-operator" "^7.0.0"
9911+
"@babel/plugin-transform-flow-strip-types" "^7.0.0"
9912+
"@babel/plugin-transform-for-of" "^7.0.0"
9913+
"@babel/plugin-transform-function-name" "^7.0.0"
9914+
"@babel/plugin-transform-literals" "^7.0.0"
9915+
"@babel/plugin-transform-modules-commonjs" "^7.0.0"
9916+
"@babel/plugin-transform-object-assign" "^7.0.0"
9917+
"@babel/plugin-transform-parameters" "^7.0.0"
9918+
"@babel/plugin-transform-react-display-name" "^7.0.0"
9919+
"@babel/plugin-transform-react-jsx" "^7.0.0"
9920+
"@babel/plugin-transform-react-jsx-self" "^7.0.0"
9921+
"@babel/plugin-transform-react-jsx-source" "^7.0.0"
9922+
"@babel/plugin-transform-regenerator" "^7.0.0"
9923+
"@babel/plugin-transform-runtime" "^7.0.0"
9924+
"@babel/plugin-transform-shorthand-properties" "^7.0.0"
9925+
"@babel/plugin-transform-spread" "^7.0.0"
9926+
"@babel/plugin-transform-sticky-regex" "^7.0.0"
9927+
"@babel/plugin-transform-template-literals" "^7.0.0"
9928+
"@babel/plugin-transform-typescript" "^7.5.0"
9929+
"@babel/plugin-transform-unicode-regex" "^7.0.0"
9930+
"@babel/template" "^7.0.0"
9931+
react-refresh "^0.4.0"
9932+
98889933
98899934
version "0.59.0"
98909935
resolved "https://registry.yarnpkg.com/metro-react-native-babel-transformer/-/metro-react-native-babel-transformer-0.59.0.tgz#9b3dfd6ad35c6ef37fc4ce4d20a2eb67fabbb4be"

0 commit comments

Comments
 (0)