Skip to content

Commit

Permalink
pkg: Update all non-major dependencies (#2823)
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 Sep 20, 2023
1 parent b4970b6 commit 16e90b2
Show file tree
Hide file tree
Showing 5 changed files with 131 additions and 131 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:20.6
- image: cimg/node:20.7
resource_class: large
steps:
- checkout
Expand Down
106 changes: 53 additions & 53 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/ssr": "^0.9.0",
"@data-client/test": "^0.9.0",
"@js-temporal/polyfill": "^0.4.4",
"@types/node": "20.6.2",
"@types/node": "20.6.3",
"@types/react": "18.2.22",
"@types/react-dom": "18.2.7",
"classnames": "^2.3.2",
"next": "13.4.19",
"next": "13.5.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"redux": "^4.2.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"@testing-library/react-hooks": "8.0.1",
"@testing-library/react-native": "12.3.0",
"@types/jest": "29.5.5",
"@types/node": "20.6.2",
"@types/node": "20.6.3",
"@types/react": "18.2.22",
"@typescript-eslint/eslint-plugin": "6.7.0",
"@typescript-eslint/parser": "6.7.0",
Expand Down
Loading

0 comments on commit 16e90b2

Please sign in to comment.