Skip to content

Commit eb2f02f

Browse files
committed
chore(deps): update dependency metro-react-native-babel-preset to v0.61.0
1 parent 4d23f71 commit eb2f02f

File tree

2 files changed

+46
-1
lines changed

2 files changed

+46
-1
lines changed

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"babel-jest": "25.5.1",
2222
"eslint": "6.8.0",
2323
"jest": "25.5.4",
24-
"metro-react-native-babel-preset": "0.59.0",
24+
"metro-react-native-babel-preset": "0.61.0",
2525
"react-test-renderer": "16.13.1"
2626
},
2727
"jest": {

example/yarn.lock

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4573,6 +4573,51 @@ metro-react-native-babel-preset@0.59.0:
45734573
"@babel/template" "^7.0.0"
45744574
react-refresh "^0.4.0"
45754575

4576+
metro-react-native-babel-preset@0.61.0:
4577+
version "0.61.0"
4578+
resolved "https://registry.yarnpkg.com/metro-react-native-babel-preset/-/metro-react-native-babel-preset-0.61.0.tgz#4276f6a300daba5f43d6b35f30a8354f8aa093a1"
4579+
integrity sha512-k0j2K70YadKFFayFOtw9sbaB38LdkkJLluwqHvyl9CRAa3m7cWQ6pZbakCPrp3OWyo7dJWbP70ybOvjoDv2jwQ==
4580+
dependencies:
4581+
"@babel/core" "^7.0.0"
4582+
"@babel/plugin-proposal-class-properties" "^7.0.0"
4583+
"@babel/plugin-proposal-export-default-from" "^7.0.0"
4584+
"@babel/plugin-proposal-nullish-coalescing-operator" "^7.0.0"
4585+
"@babel/plugin-proposal-object-rest-spread" "^7.0.0"
4586+
"@babel/plugin-proposal-optional-catch-binding" "^7.0.0"
4587+
"@babel/plugin-proposal-optional-chaining" "^7.0.0"
4588+
"@babel/plugin-syntax-dynamic-import" "^7.0.0"
4589+
"@babel/plugin-syntax-export-default-from" "^7.0.0"
4590+
"@babel/plugin-syntax-flow" "^7.2.0"
4591+
"@babel/plugin-syntax-nullish-coalescing-operator" "^7.0.0"
4592+
"@babel/plugin-syntax-optional-chaining" "^7.0.0"
4593+
"@babel/plugin-transform-arrow-functions" "^7.0.0"
4594+
"@babel/plugin-transform-block-scoping" "^7.0.0"
4595+
"@babel/plugin-transform-classes" "^7.0.0"
4596+
"@babel/plugin-transform-computed-properties" "^7.0.0"
4597+
"@babel/plugin-transform-destructuring" "^7.0.0"
4598+
"@babel/plugin-transform-exponentiation-operator" "^7.0.0"
4599+
"@babel/plugin-transform-flow-strip-types" "^7.0.0"
4600+
"@babel/plugin-transform-for-of" "^7.0.0"
4601+
"@babel/plugin-transform-function-name" "^7.0.0"
4602+
"@babel/plugin-transform-literals" "^7.0.0"
4603+
"@babel/plugin-transform-modules-commonjs" "^7.0.0"
4604+
"@babel/plugin-transform-object-assign" "^7.0.0"
4605+
"@babel/plugin-transform-parameters" "^7.0.0"
4606+
"@babel/plugin-transform-react-display-name" "^7.0.0"
4607+
"@babel/plugin-transform-react-jsx" "^7.0.0"
4608+
"@babel/plugin-transform-react-jsx-self" "^7.0.0"
4609+
"@babel/plugin-transform-react-jsx-source" "^7.0.0"
4610+
"@babel/plugin-transform-regenerator" "^7.0.0"
4611+
"@babel/plugin-transform-runtime" "^7.0.0"
4612+
"@babel/plugin-transform-shorthand-properties" "^7.0.0"
4613+
"@babel/plugin-transform-spread" "^7.0.0"
4614+
"@babel/plugin-transform-sticky-regex" "^7.0.0"
4615+
"@babel/plugin-transform-template-literals" "^7.0.0"
4616+
"@babel/plugin-transform-typescript" "^7.5.0"
4617+
"@babel/plugin-transform-unicode-regex" "^7.0.0"
4618+
"@babel/template" "^7.0.0"
4619+
react-refresh "^0.4.0"
4620+
45764621
metro-react-native-babel-transformer@0.59.0:
45774622
version "0.59.0"
45784623
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)