Skip to content

Commit

Permalink
pkg: Update all non-major dependencies (#3249)
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 Oct 19, 2024
1 parent f9b0224 commit 61fc4f3
Show file tree
Hide file tree
Showing 8 changed files with 659 additions and 235 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.9
- image: cimg/node:22.10
resource_class: large
steps:
- checkout:
Expand Down
64 changes: 30 additions & 34 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 @@ -39,7 +39,7 @@
"@types/react-dom": "18.3.1",
"@types/uuid": "^10.0.0",
"react-refresh": "0.14.2",
"serve": "14.2.3",
"serve": "14.2.4",
"webpack": "5.95.0",
"webpack-cli": "5.1.4",
"webpack-dev-server": "5.1.0"
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.21.3",
"antd": "5.21.4",
"parse-link-header": "^2.0.0",
"react": "18.3.1",
"react-dom": "18.3.1",
Expand Down
8 changes: 4 additions & 4 deletions examples/nextjs/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/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@babel/core": "^7.24.7",
"@data-client/react": "^0.14.0",
"@data-client/rest": "^0.14.0",
"@types/node": "22.7.5",
"@types/node": "22.7.7",
"@types/react": "npm:types-react@rc",
"@types/react-dom": "npm:types-react-dom@rc",
"clsx": "^2.1.1",
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.7.2",
"@types/jest": "29.5.13",
"@types/node": "22.7.5",
"@types/node": "22.7.7",
"@types/react": "18.3.11",
"babel-plugin-module-resolver": "5.0.2",
"benchmark": "^2.1.4",
Expand Down
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@types/react-router-dom": "^5.3.3",
"@types/uuid": "^10.0.0",
"raw-loader": "^4.0.2",
"serve": "14.2.3",
"serve": "14.2.4",
"webpack": "^5.76.0"
},
"dependencies": {
Expand Down
Loading

0 comments on commit 61fc4f3

Please sign in to comment.