Skip to content

Commit

Permalink
pkg: Update all non-major dependencies (#3271)
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 Nov 10, 2024
1 parent 2351f33 commit c19d328
Show file tree
Hide file tree
Showing 5 changed files with 151 additions and 129 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
setup:
docker: &docker
# specify the version you desire here
- image: cimg/node:22.10
- image: cimg/node:22.11
resource_class: large
steps:
- checkout:
Expand Down
94 changes: 47 additions & 47 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 @@ -15,11 +15,11 @@
"@data-client/react": "^0.14.0",
"@data-client/rest": "^0.14.0",
"@number-flow/react": "^0.3.0",
"@types/node": "22.8.3",
"@types/node": "22.9.0",
"@types/react": "npm:[email protected]",
"@types/react-dom": "npm:[email protected]",
"clsx": "^2.1.1",
"next": "15.0.2",
"next": "15.0.3",
"react": "19.0.0-rc-69d4b800-20241021",
"react-dom": "19.0.0-rc-69d4b800-20241021",
"tar-fs": "^3.0.6",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"@testing-library/react-hooks": "8.0.1",
"@testing-library/react-native": "12.8.0",
"@types/jest": "29.5.14",
"@types/node": "22.8.3",
"@types/node": "22.9.0",
"@types/react": "18.3.12",
"babel-plugin-module-resolver": "5.0.2",
"babel-plugin-syntax-hermes-parser": "^0.25.0",
Expand Down
Loading

0 comments on commit c19d328

Please sign in to comment.