Skip to content

Commit

Permalink
pkg: Update all non-major dependencies (#3306)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 10, 2024
1 parent 0745c92 commit 433f751
Show file tree
Hide file tree
Showing 11 changed files with 138 additions and 138 deletions.
46 changes: 23 additions & 23 deletions examples/github-app/package-lock.json

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

4 changes: 2 additions & 2 deletions examples/github-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@types/lodash": "4.14.192",
"@types/parse-link-header": "^2.0.0",
"@types/react": "19.0.1",
"@types/react-dom": "19.0.1",
"@types/react-dom": "19.0.2",
"@types/uuid": "^10.0.0",
"react-refresh": "0.16.0",
"serve": "14.2.4",
Expand All @@ -51,7 +51,7 @@
"@data-client/react": "^0.14.0",
"@data-client/rest": "^0.14.0",
"@js-temporal/polyfill": "^0.4.4",
"antd": "5.22.3",
"antd": "5.22.4",
"parse-link-header": "^2.0.0",
"react": "19.0.0",
"react-dom": "19.0.0",
Expand Down
12 changes: 6 additions & 6 deletions examples/nextjs/package-lock.json

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

4 changes: 2 additions & 2 deletions examples/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@number-flow/react": "^0.4.0",
"@types/node": "22.10.1",
"@types/react": "19.0.1",
"@types/react-dom": "19.0.1",
"@types/react-dom": "19.0.2",
"clsx": "^2.1.1",
"next": "15.0.4",
"react": "19.0.0",
Expand All @@ -28,6 +28,6 @@
},
"overrides": {
"@types/react": "19.0.1",
"@types/react-dom": "19.0.1"
"@types/react-dom": "19.0.2"
}
}
12 changes: 6 additions & 6 deletions examples/todo-app/package-lock.json

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

2 changes: 1 addition & 1 deletion examples/todo-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@linaria/react": "6.2.1",
"@linaria/shaker": "5.0.3",
"@types/react": "19.0.1",
"@types/react-dom": "19.0.1",
"@types/react-dom": "19.0.2",
"@types/uuid": "^10.0.0",
"react-refresh": "0.16.0",
"webpack": "5.97.1",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"@types/jest": "29.5.14",
"@types/node": "22.10.1",
"@types/react": "19.0.1",
"@types/react-dom": "19.0.1",
"@types/react-dom": "19.0.2",
"babel-plugin-module-resolver": "5.0.2",
"babel-plugin-syntax-hermes-parser": "^0.25.0",
"benchmark": "^2.1.4",
Expand All @@ -90,7 +90,7 @@
"prettier": "3.4.2",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-native": "0.76.4",
"react-native": "0.76.5",
"react-native-safe-area-context": "^5.0.0",
"react-native-screens": "^4.1.0",
"react-test-renderer": "^19.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/ssr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@
"@data-client/redux": "^0.13.0",
"@types/node": "^22.0.0",
"@types/react": "19.0.1",
"@types/react-dom": "19.0.1",
"@types/react-dom": "19.0.2",
"next": "^15.0.0",
"react": "19.0.0",
"react-dom": "19.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@
"@types/jest": "^29.5.0",
"@types/node": "^22.0.0",
"@types/react": "19.0.1",
"@types/react-dom": "19.0.1",
"@types/react-dom": "19.0.2",
"@types/react-test-renderer": "19.0.0",
"jest": "^29.5.0",
"react": "19.0.0",
Expand Down
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@docusaurus/module-type-aliases": "^3.0.1",
"@tsconfig/docusaurus": "^2.0.0",
"@types/react": "19.0.1",
"@types/react-dom": "19.0.1",
"@types/react-dom": "19.0.2",
"@types/react-helmet": "^6.1.5",
"@types/react-router-dom": "^5.3.3",
"@types/uuid": "^10.0.0",
Expand Down
Loading

0 comments on commit 433f751

Please sign in to comment.