Skip to content

Commit

Permalink
pkg: Update all non-major dependencies (#2901)
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 9, 2023
1 parent 2320e34 commit 6988628
Show file tree
Hide file tree
Showing 8 changed files with 154 additions and 152 deletions.
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.5",
"@types/react": "18.2.42",
"@types/react": "18.2.43",
"webpack": "^5.76.2",
"webpack-cli": "^5.1.4"
}
Expand Down
24 changes: 12 additions & 12 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,7 +35,7 @@
"@linaria/shaker": "5.0.3",
"@types/lodash": "4.14.192",
"@types/parse-link-header": "^2.0.0",
"@types/react": "18.2.42",
"@types/react": "18.2.43",
"@types/react-dom": "18.2.17",
"@types/uuid": "^9.0.0",
"@typescript-eslint/eslint-plugin": "6.13.2",
Expand All @@ -47,7 +47,7 @@
"webpack-dev-server": "4.15.1"
},
"dependencies": {
"@anansi/router": "0.9.2",
"@anansi/router": "0.9.3",
"@ant-design/icons": "^5.0.0",
"@data-client/graphql": "^0.9.0",
"@data-client/hooks": "^0.1.1",
Expand Down
97 changes: 49 additions & 48 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 @@ -16,10 +16,10 @@
"@data-client/test": "^0.9.0",
"@js-temporal/polyfill": "^0.4.4",
"@types/node": "20.10.4",
"@types/react": "18.2.42",
"@types/react": "18.2.43",
"@types/react-dom": "18.2.17",
"classnames": "^2.3.2",
"next": "14.0.3",
"next": "14.0.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"redux": "^5.0.0",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"@testing-library/react-native": "12.4.1",
"@types/jest": "29.5.10",
"@types/node": "20.10.4",
"@types/react": "18.2.42",
"@types/react": "18.2.43",
"@typescript-eslint/eslint-plugin": "6.13.2",
"@typescript-eslint/parser": "6.13.2",
"babel-plugin-module-resolver": "5.0.0",
Expand Down Expand Up @@ -108,7 +108,7 @@
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-replace": "^2.2.0",
"rollup-plugin-terser": "^7.0.2",
"ts-node": "10.9.1",
"ts-node": "10.9.2",
"typescript": "5.3.3",
"whatwg-fetch": "3.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 @@ -21,7 +21,7 @@
"devDependencies": {
"@docusaurus/module-type-aliases": "^3.0.1",
"@tsconfig/docusaurus": "^2.0.0",
"@types/react": "18.2.42",
"@types/react": "18.2.43",
"@types/react-dom": "^18.2.7",
"@types/react-helmet": "^6.1.5",
"@types/react-router-dom": "^5.3.3",
Expand Down
Loading

0 comments on commit 6988628

Please sign in to comment.