Skip to content

Commit

Permalink
pkg: Update all non-major dependencies (#2531)
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 24, 2024
1 parent dde07c7 commit 6cb8a40
Show file tree
Hide file tree
Showing 6 changed files with 143 additions and 146 deletions.
8 changes: 4 additions & 4 deletions examples/concurrent/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@types/babel__core": "7.20.5",
"@types/eslint": "9.6.1",
"@types/jest": "29.5.12",
"@types/react": "18.3.7",
"@types/react": "18.3.9",
"@types/react-dom": "18.3.0",
"@types/react-test-renderer": "18.3.0",
"eslint": "9.11.1",
Expand All @@ -52,13 +52,13 @@
"@babel/runtime": "7.25.6",
"@data-client/endpoint": "0.14.12",
"@data-client/hooks": "0.2.0",
"@data-client/img": "0.14.0",
"@data-client/img": "0.14.15",
"@data-client/react": "0.14.14",
"@data-client/rest": "0.14.13",
"@linaria/core": "6.2.0",
"@linaria/react": "6.2.1",
"@types/node": "22.5.5",
"antd": "5.20.6",
"@types/node": "22.6.1",
"antd": "5.21.0",
"classnames": "2.5.1",
"core-js": "3.38.1",
"history": "5.3.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/linaria/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@types/babel__core": "^7.20.0",
"@types/eslint": "^9.0.0",
"@types/node": "^22.0.0",
"@types/react": "18.3.7",
"@types/react": "18.3.9",
"@types/react-dom": "18.3.0",
"@types/react-router-dom": "5.3.3",
"babel-loader": "9.2.1",
Expand Down
8 changes: 4 additions & 4 deletions examples/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@types/babel__core": "^7.20.0",
"@types/eslint": "^9.0.0",
"@types/jest": "29.5.12",
"@types/lodash": "4.17.7",
"@types/lodash": "4.17.9",
"@types/parse-link-header": "2.0.3",
"@types/prop-types": "^15.7.5",
"@types/react-router": "5.1.20",
Expand Down Expand Up @@ -63,10 +63,10 @@
"@data-client/graphql": "0.14.12",
"@data-client/react": "0.14.14",
"@data-client/rest": "0.14.13",
"@types/node": "22.5.5",
"@types/react": "18.3.7",
"@types/node": "22.6.1",
"@types/react": "18.3.9",
"@types/react-dom": "18.3.0",
"antd": "5.20.6",
"antd": "5.21.0",
"classnames": "2.5.1",
"core-js": "3.38.1",
"history": "^5.3.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"dependencies": {
"@lerna-lite/publish": "^3.0.0",
"@lerna-lite/version": "^3.0.0",
"@types/react": "18.3.7",
"@types/react": "18.3.9",
"@types/react-dom": "18.3.0",
"react": "18.3.1",
"react-dom": "18.3.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@storybook/preset-react-webpack": "^8.3.3",
"@storybook/react": "^8.3.3",
"@storybook/types": "^8.3.3",
"@types/node": "^22.5.5"
"@types/node": "^22.6.1"
},
"peerDependencies": {
"@anansi/babel-preset": "*",
Expand Down
Loading

0 comments on commit 6cb8a40

Please sign in to comment.