Skip to content

Commit

Permalink
pkg: Update all non-major dependencies (#3257)
Browse files Browse the repository at this point in the history
* 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 <me@ntucker.me>
  • Loading branch information
renovate[bot] and ntucker authored Oct 24, 2024
1 parent 0ece46c commit 35efaec
Show file tree
Hide file tree
Showing 5 changed files with 417 additions and 808 deletions.
1 change: 1 addition & 0 deletions babel.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ module.exports = function (api) {
{
test: /node_modules\/.+\.(m|c)?js$/,
presets: ['@babel/preset-flow'],
plugins: ['babel-plugin-syntax-hermes-parser'],
},
],
};
Expand Down
25 changes: 8 additions & 17 deletions examples/nextjs/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@
"@types/node": "22.7.9",
"@types/react": "18.3.12",
"babel-plugin-module-resolver": "5.0.2",
"babel-plugin-syntax-hermes-parser": "^0.25.0",
"benchmark": "^2.1.4",
"conventional-changelog-anansi": "^0.2.0",
"copyfiles": "^2.4.1",
Expand All @@ -87,7 +88,7 @@
"prettier": "3.3.3",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-native": "0.75.4",
"react-native": "0.76.0",
"react-native-safe-area-context": "^4.4.1",
"react-native-screens": "^3.18.2",
"react-test-renderer": "18.3.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,6 @@
"@react-navigation/native": "^6.1.6",
"@types/node": "^22.0.0",
"@types/react": "^18.0.30",
"react-native": "^0.75.0"
"react-native": "^0.76.0"
}
}
Loading

0 comments on commit 35efaec

Please sign in to comment.