Skip to content

Commit c46a4f6

Browse files
Update dependency metro-react-native-babel-preset to v0.76.3 (#1711)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 91baa7c commit c46a4f6

File tree

2 files changed

+51
-2
lines changed

2 files changed

+51
-2
lines changed

β€Žpackage.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
"husky": "8.0.3",
117117
"jest": "29.5.0",
118118
"lint-staged": "13.2.2",
119-
"metro-react-native-babel-preset": "0.76.2",
119+
"metro-react-native-babel-preset": "0.76.3",
120120
"prettier": "2.8.7",
121121
"react-codemod": "5.4.3",
122122
"react-dom": "18.2.0",

β€Žyarn.lockβ€Ž

Lines changed: 50 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15454,6 +15454,55 @@ __metadata:
1545415454
languageName: node
1545515455
linkType: hard
1545615456

15457+
"metro-react-native-babel-preset@npm:0.76.3":
15458+
version: 0.76.3
15459+
resolution: "metro-react-native-babel-preset@npm:0.76.3"
15460+
dependencies:
15461+
"@babel/core": "npm:^7.20.0"
15462+
"@babel/plugin-proposal-async-generator-functions": "npm:^7.0.0"
15463+
"@babel/plugin-proposal-class-properties": "npm:^7.0.0"
15464+
"@babel/plugin-proposal-export-default-from": "npm:^7.0.0"
15465+
"@babel/plugin-proposal-nullish-coalescing-operator": "npm:^7.0.0"
15466+
"@babel/plugin-proposal-numeric-separator": "npm:^7.0.0"
15467+
"@babel/plugin-proposal-object-rest-spread": "npm:^7.0.0"
15468+
"@babel/plugin-proposal-optional-catch-binding": "npm:^7.0.0"
15469+
"@babel/plugin-proposal-optional-chaining": "npm:^7.0.0"
15470+
"@babel/plugin-syntax-dynamic-import": "npm:^7.0.0"
15471+
"@babel/plugin-syntax-export-default-from": "npm:^7.0.0"
15472+
"@babel/plugin-syntax-flow": "npm:^7.18.0"
15473+
"@babel/plugin-syntax-nullish-coalescing-operator": "npm:^7.0.0"
15474+
"@babel/plugin-syntax-optional-chaining": "npm:^7.0.0"
15475+
"@babel/plugin-transform-arrow-functions": "npm:^7.0.0"
15476+
"@babel/plugin-transform-async-to-generator": "npm:^7.0.0"
15477+
"@babel/plugin-transform-block-scoping": "npm:^7.0.0"
15478+
"@babel/plugin-transform-classes": "npm:^7.0.0"
15479+
"@babel/plugin-transform-computed-properties": "npm:^7.0.0"
15480+
"@babel/plugin-transform-destructuring": "npm:^7.0.0"
15481+
"@babel/plugin-transform-flow-strip-types": "npm:^7.0.0"
15482+
"@babel/plugin-transform-function-name": "npm:^7.0.0"
15483+
"@babel/plugin-transform-literals": "npm:^7.0.0"
15484+
"@babel/plugin-transform-modules-commonjs": "npm:^7.0.0"
15485+
"@babel/plugin-transform-named-capturing-groups-regex": "npm:^7.0.0"
15486+
"@babel/plugin-transform-parameters": "npm:^7.0.0"
15487+
"@babel/plugin-transform-react-display-name": "npm:^7.0.0"
15488+
"@babel/plugin-transform-react-jsx": "npm:^7.0.0"
15489+
"@babel/plugin-transform-react-jsx-self": "npm:^7.0.0"
15490+
"@babel/plugin-transform-react-jsx-source": "npm:^7.0.0"
15491+
"@babel/plugin-transform-runtime": "npm:^7.0.0"
15492+
"@babel/plugin-transform-shorthand-properties": "npm:^7.0.0"
15493+
"@babel/plugin-transform-spread": "npm:^7.0.0"
15494+
"@babel/plugin-transform-sticky-regex": "npm:^7.0.0"
15495+
"@babel/plugin-transform-typescript": "npm:^7.5.0"
15496+
"@babel/plugin-transform-unicode-regex": "npm:^7.0.0"
15497+
"@babel/template": "npm:^7.0.0"
15498+
babel-plugin-transform-flow-enums: "npm:^0.0.2"
15499+
react-refresh: "npm:^0.4.0"
15500+
peerDependencies:
15501+
"@babel/core": "*"
15502+
checksum: cdb886cf48e961369ec5d12472a5cdabcc8d9f8fe8ee207c1a975e520592638e1bd3dc2aa29dc53295c04e5d4d0e47de9fd46e6071687e70e5c724801cc77f14
15503+
languageName: node
15504+
linkType: hard
15505+
1545715506
"metro-react-native-babel-transformer@npm:0.73.9":
1545815507
version: 0.73.9
1545915508
resolution: "metro-react-native-babel-transformer@npm:0.73.9"
@@ -16228,7 +16277,7 @@ __metadata:
1622816277
husky: "npm:8.0.3"
1622916278
jest: "npm:29.5.0"
1623016279
lint-staged: "npm:13.2.2"
16231-
metro-react-native-babel-preset: "npm:0.76.2"
16280+
metro-react-native-babel-preset: "npm:0.76.3"
1623216281
prettier: "npm:2.8.7"
1623316282
react: "npm:18.2.0"
1623416283
react-codemod: "npm:5.4.3"

0 commit comments

Comments
Β (0)