Skip to content

Commit

Permalink
pkg: Update all non-major dependencies (#2918)
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 Jan 1, 2024
1 parent e13a25f commit 3a15445
Show file tree
Hide file tree
Showing 9 changed files with 118 additions and 123 deletions.
2 changes: 1 addition & 1 deletion examples/benchmark/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@babel/node": "7.22.19",
"@types/babel__core": "^7",
"@types/benchmark": "2.1.5",
"@types/react": "18.2.45",
"@types/react": "18.2.46",
"webpack": "^5.76.2",
"webpack-cli": "^5.1.4"
}
Expand Down
119 changes: 57 additions & 62 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.45",
"@types/react": "18.2.46",
"@types/react-dom": "18.2.18",
"@types/uuid": "^9.0.0",
"@typescript-eslint/eslint-plugin": "6.16.0",
Expand All @@ -54,7 +54,7 @@
"@data-client/react": "^0.9.0",
"@data-client/rest": "^0.9.0",
"@js-temporal/polyfill": "^0.4.4",
"antd": "5.12.4",
"antd": "5.12.6",
"parse-link-header": "^2.0.0",
"react": "18.2.0",
"react-dom": "18.2.0",
Expand Down
28 changes: 14 additions & 14 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,8 +15,8 @@
"@data-client/ssr": "^0.9.0",
"@data-client/test": "^0.9.0",
"@js-temporal/polyfill": "^0.4.4",
"@types/node": "20.10.5",
"@types/react": "18.2.45",
"@types/node": "20.10.6",
"@types/react": "18.2.46",
"@types/react-dom": "18.2.18",
"classnames": "^2.3.2",
"next": "14.0.4",
Expand Down
2 changes: 1 addition & 1 deletion examples/normalizr-redux/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@octokit/rest": "19.0.13",
"@types/babel__core": "^7",
"inquirer": "^8.1.1",
"redux": "5.0.0",
"redux": "5.0.1",
"redux-thunk": "^2.3.0",
"rollup": "2.79.1",
"rollup-plugin-babel": "^4.4.0",
Expand Down
6 changes: 3 additions & 3 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.4.3",
"@types/jest": "29.5.11",
"@types/node": "20.10.5",
"@types/react": "18.2.45",
"@types/node": "20.10.6",
"@types/react": "18.2.46",
"@typescript-eslint/eslint-plugin": "6.16.0",
"@typescript-eslint/parser": "6.16.0",
"babel-plugin-module-resolver": "5.0.0",
Expand Down Expand Up @@ -96,7 +96,7 @@
"react-native-safe-area-context": "^4.4.1",
"react-native-screens": "^3.18.2",
"react-test-renderer": "18.2.0",
"redux": "5.0.0",
"redux": "5.0.1",
"rimraf": "^5.0.0",
"rollup": "2.79.1",
"rollup-plugin-babel": "^4.4.0",
Expand Down
4 changes: 2 additions & 2 deletions 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.45",
"@types/react": "18.2.46",
"@types/react-dom": "^18.2.7",
"@types/react-helmet": "^6.1.5",
"@types/react-router-dom": "^5.3.3",
Expand Down Expand Up @@ -49,7 +49,7 @@
"@monaco-editor/react": "^4.4.6",
"bignumber.js": "9.1.2",
"classnames": "^2.3.2",
"clsx": "2.0.0",
"clsx": "2.1.0",
"monaco-editor": "^0.45.0",
"parse-numeric-range": "^1.3.0",
"react": "^18.2.0",
Expand Down
Loading

0 comments on commit 3a15445

Please sign in to comment.