Skip to content

Commit 35efaec

Browse files
pkg: Update all non-major dependencies (#3257)
* pkg: Update all non-major dependencies * fix: Update parsing for rn 0.76 --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Nathaniel Tucker <[email protected]>
1 parent 0ece46c commit 35efaec

File tree

5 files changed

+417
-808
lines changed

5 files changed

+417
-808
lines changed

babel.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ module.exports = function (api) {
6868
{
6969
test: /node_modules\/.+\.(m|c)?js$/,
7070
presets: ['@babel/preset-flow'],
71+
plugins: ['babel-plugin-syntax-hermes-parser'],
7172
},
7273
],
7374
};

examples/nextjs/package-lock.json

Lines changed: 8 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@
6767
"@types/node": "22.7.9",
6868
"@types/react": "18.3.12",
6969
"babel-plugin-module-resolver": "5.0.2",
70+
"babel-plugin-syntax-hermes-parser": "^0.25.0",
7071
"benchmark": "^2.1.4",
7172
"conventional-changelog-anansi": "^0.2.0",
7273
"copyfiles": "^2.4.1",
@@ -87,7 +88,7 @@
8788
"prettier": "3.3.3",
8889
"react": "18.3.1",
8990
"react-dom": "18.3.1",
90-
"react-native": "0.75.4",
91+
"react-native": "0.76.0",
9192
"react-native-safe-area-context": "^4.4.1",
9293
"react-native-screens": "^3.18.2",
9394
"react-test-renderer": "18.3.1",

packages/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,6 @@
190190
"@react-navigation/native": "^6.1.6",
191191
"@types/node": "^22.0.0",
192192
"@types/react": "^18.0.30",
193-
"react-native": "^0.75.0"
193+
"react-native": "^0.76.0"
194194
}
195195
}

0 commit comments

Comments
 (0)