Skip to content

Commit 1ea8fad

Browse files
deps: bump @react-native/babel-preset
Bumps [@react-native/babel-preset](https://github.com/facebook/react-native) from 0.85.2 to 0.85.3. - [Release notes](https://github.com/facebook/react-native/releases) - [Changelog](https://github.com/facebook/react-native/blob/main/CHANGELOG.md) - [Commits](react/react-native@v0.85.2...v0.85.3) --- updated-dependencies: - dependency-name: "@react-native/babel-preset" dependency-version: 0.85.3 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5f072f7 commit 1ea8fad

2 files changed

Lines changed: 72 additions & 2 deletions

File tree

samples/react-native/token-refresh/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
},
2525
"devDependencies": {
2626
"@react-native-community/cli": "20.1.3",
27-
"@react-native/babel-preset": "0.85.2",
27+
"@react-native/babel-preset": "0.85.3",
2828
"@react-native/jest-preset": "0.85.2",
2929
"@react-native/metro-config": "0.85.2",
3030
"@react-native/typescript-config": "0.85.2",

samples/react-native/token-refresh/yarn.lock

Lines changed: 71 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -854,7 +854,7 @@ __metadata:
854854
resolution: "@ciam-quickstart/react-native-token-refresh@workspace:."
855855
dependencies:
856856
"@react-native-community/cli": "npm:20.1.3"
857-
"@react-native/babel-preset": "npm:0.85.2"
857+
"@react-native/babel-preset": "npm:0.85.3"
858858
"@react-native/jest-preset": "npm:0.85.2"
859859
"@react-native/metro-config": "npm:0.85.2"
860860
"@react-native/typescript-config": "npm:0.85.2"
@@ -1623,6 +1623,16 @@ __metadata:
16231623
languageName: node
16241624
linkType: hard
16251625

1626+
"@react-native/babel-plugin-codegen@npm:0.85.3":
1627+
version: 0.85.3
1628+
resolution: "@react-native/babel-plugin-codegen@npm:0.85.3"
1629+
dependencies:
1630+
"@babel/traverse": "npm:^7.29.0"
1631+
"@react-native/codegen": "npm:0.85.3"
1632+
checksum: 10c0/59f61f5d783ac0a820a84ff45b7700b3c290de32e313e55171fe3bf0234d9836422bc239832d2650f893dc409a63772a50664f9487a8e6f86bc0c3bc88eb7ecd
1633+
languageName: node
1634+
linkType: hard
1635+
16261636
"@react-native/babel-preset@npm:0.85.2":
16271637
version: 0.85.2
16281638
resolution: "@react-native/babel-preset@npm:0.85.2"
@@ -1666,6 +1676,49 @@ __metadata:
16661676
languageName: node
16671677
linkType: hard
16681678

1679+
"@react-native/babel-preset@npm:0.85.3":
1680+
version: 0.85.3
1681+
resolution: "@react-native/babel-preset@npm:0.85.3"
1682+
dependencies:
1683+
"@babel/core": "npm:^7.25.2"
1684+
"@babel/plugin-proposal-export-default-from": "npm:^7.24.7"
1685+
"@babel/plugin-syntax-dynamic-import": "npm:^7.8.3"
1686+
"@babel/plugin-syntax-export-default-from": "npm:^7.24.7"
1687+
"@babel/plugin-syntax-nullish-coalescing-operator": "npm:^7.8.3"
1688+
"@babel/plugin-syntax-optional-chaining": "npm:^7.8.3"
1689+
"@babel/plugin-transform-async-generator-functions": "npm:^7.25.4"
1690+
"@babel/plugin-transform-async-to-generator": "npm:^7.24.7"
1691+
"@babel/plugin-transform-block-scoping": "npm:^7.25.0"
1692+
"@babel/plugin-transform-class-properties": "npm:^7.25.4"
1693+
"@babel/plugin-transform-classes": "npm:^7.25.4"
1694+
"@babel/plugin-transform-destructuring": "npm:^7.24.8"
1695+
"@babel/plugin-transform-flow-strip-types": "npm:^7.25.2"
1696+
"@babel/plugin-transform-for-of": "npm:^7.24.7"
1697+
"@babel/plugin-transform-modules-commonjs": "npm:^7.24.8"
1698+
"@babel/plugin-transform-named-capturing-groups-regex": "npm:^7.24.7"
1699+
"@babel/plugin-transform-nullish-coalescing-operator": "npm:^7.24.7"
1700+
"@babel/plugin-transform-optional-catch-binding": "npm:^7.24.7"
1701+
"@babel/plugin-transform-optional-chaining": "npm:^7.24.8"
1702+
"@babel/plugin-transform-private-methods": "npm:^7.24.7"
1703+
"@babel/plugin-transform-private-property-in-object": "npm:^7.24.7"
1704+
"@babel/plugin-transform-react-display-name": "npm:^7.24.7"
1705+
"@babel/plugin-transform-react-jsx": "npm:^7.25.2"
1706+
"@babel/plugin-transform-react-jsx-self": "npm:^7.24.7"
1707+
"@babel/plugin-transform-react-jsx-source": "npm:^7.24.7"
1708+
"@babel/plugin-transform-regenerator": "npm:^7.24.7"
1709+
"@babel/plugin-transform-runtime": "npm:^7.24.7"
1710+
"@babel/plugin-transform-typescript": "npm:^7.25.2"
1711+
"@babel/plugin-transform-unicode-regex": "npm:^7.24.7"
1712+
"@react-native/babel-plugin-codegen": "npm:0.85.3"
1713+
babel-plugin-syntax-hermes-parser: "npm:0.33.3"
1714+
babel-plugin-transform-flow-enums: "npm:^0.0.2"
1715+
react-refresh: "npm:^0.14.0"
1716+
peerDependencies:
1717+
"@babel/core": "*"
1718+
checksum: 10c0/88b1ea1d0fcebf5df9b2eb6e48eb2c8c18c92fda64d54c91b95a6974348d6f2c2cc72777ac479586fee27b24ce7caccd9d6460394a3adb2a8a0915d36d6da14b
1719+
languageName: node
1720+
linkType: hard
1721+
16691722
"@react-native/codegen@npm:0.85.2":
16701723
version: 0.85.2
16711724
resolution: "@react-native/codegen@npm:0.85.2"
@@ -1683,6 +1736,23 @@ __metadata:
16831736
languageName: node
16841737
linkType: hard
16851738

1739+
"@react-native/codegen@npm:0.85.3":
1740+
version: 0.85.3
1741+
resolution: "@react-native/codegen@npm:0.85.3"
1742+
dependencies:
1743+
"@babel/core": "npm:^7.25.2"
1744+
"@babel/parser": "npm:^7.29.0"
1745+
hermes-parser: "npm:0.33.3"
1746+
invariant: "npm:^2.2.4"
1747+
nullthrows: "npm:^1.1.1"
1748+
tinyglobby: "npm:^0.2.15"
1749+
yargs: "npm:^17.6.2"
1750+
peerDependencies:
1751+
"@babel/core": "*"
1752+
checksum: 10c0/3d6e08564c3436fcbd450c279b6755768ddfa47a534455c3077c222d5aa0a77270682afe933aa8d84bcd952b1a43107d25220d17c83f4f003fd338846a33ea4c
1753+
languageName: node
1754+
linkType: hard
1755+
16861756
"@react-native/community-cli-plugin@npm:0.85.2":
16871757
version: 0.85.2
16881758
resolution: "@react-native/community-cli-plugin@npm:0.85.2"

0 commit comments

Comments
 (0)