Skip to content

Commit

Permalink
pkg: Update all non-major dependencies (#2847)
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 6, 2023
1 parent 1a435bd commit 14560a2
Show file tree
Hide file tree
Showing 11 changed files with 159 additions and 183 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.7
- image: cimg/node:20.8
resource_class: large
steps:
- checkout
Expand Down
2 changes: 1 addition & 1 deletion examples/benchmark/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@babel/node": "7.22.19",
"@types/babel__core": "^7",
"@types/benchmark": "2.1.3",
"@types/react": "18.2.23",
"@types/react": "18.2.25",
"webpack": "^5.76.2",
"webpack-cli": "^5.1.4"
}
Expand Down
16 changes: 8 additions & 8 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 @@ -35,8 +35,8 @@
"@linaria/shaker": "5.0.2",
"@types/lodash": "4.14.192",
"@types/parse-link-header": "^2.0.0",
"@types/react": "18.2.23",
"@types/react-dom": "18.2.8",
"@types/react": "18.2.25",
"@types/react-dom": "18.2.10",
"@types/uuid": "^9.0.0",
"@typescript-eslint/eslint-plugin": "6.7.2",
"@typescript-eslint/parser": "6.7.2",
Expand Down
137 changes: 66 additions & 71 deletions examples/nextjs/package-lock.json

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

8 changes: 4 additions & 4 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.7.1",
"@types/react": "18.2.23",
"@types/react-dom": "18.2.8",
"@types/node": "20.8.2",
"@types/react": "18.2.25",
"@types/react-dom": "18.2.10",
"classnames": "^2.3.2",
"next": "13.5.3",
"next": "13.5.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"redux": "^4.2.0",
Expand Down
8 changes: 4 additions & 4 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 @@ -33,7 +33,7 @@
"@linaria/core": "5.0.2",
"@linaria/react": "5.0.2",
"@linaria/shaker": "5.0.2",
"@types/react-dom": "18.2.8",
"@types/react-dom": "18.2.10",
"@types/uuid": "^9.0.0",
"react-refresh": "0.14.0",
"webpack": "5.88.2",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@
"@testing-library/react-hooks": "8.0.1",
"@testing-library/react-native": "12.3.0",
"@types/jest": "29.5.5",
"@types/node": "20.7.1",
"@types/react": "18.2.23",
"@types/node": "20.8.2",
"@types/react": "18.2.25",
"@typescript-eslint/eslint-plugin": "6.7.2",
"@typescript-eslint/parser": "6.7.2",
"babel-plugin-module-resolver": "5.0.0",
Expand Down
Loading

0 comments on commit 14560a2

Please sign in to comment.