Skip to content

Commit

Permalink
pkg: Update all non-major dependencies (#2524)
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 18, 2024
1 parent 66bae46 commit d2d2ce9
Show file tree
Hide file tree
Showing 9 changed files with 90 additions and 73 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.5",
"@types/react": "18.3.7",
"@types/react-dom": "18.3.0",
"@types/react-test-renderer": "18.3.0",
"eslint": "9.10.0",
Expand All @@ -53,11 +53,11 @@
"@data-client/endpoint": "0.14.12",
"@data-client/hooks": "0.2.0",
"@data-client/img": "0.14.0",
"@data-client/react": "0.14.12",
"@data-client/rest": "0.14.12",
"@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.4",
"@types/node": "22.5.5",
"antd": "5.20.6",
"classnames": "2.5.1",
"core-js": "3.38.1",
Expand Down
4 changes: 2 additions & 2 deletions examples/linaria/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@
"@types/babel__core": "^7.20.0",
"@types/eslint": "^9.0.0",
"@types/node": "^22.0.0",
"@types/react": "18.3.5",
"@types/react": "18.3.7",
"@types/react-dom": "18.3.0",
"@types/react-router-dom": "5.3.3",
"babel-loader": "9.1.3",
"babel-loader": "9.2.1",
"eslint": "^9.0.0",
"prettier": "^3.0.0",
"react-refresh": "0.14.2",
Expand Down
8 changes: 4 additions & 4 deletions examples/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,10 @@
"@ant-design/pro-layout": "7.12.3",
"@babel/runtime": "7.25.6",
"@data-client/graphql": "0.14.12",
"@data-client/react": "0.14.12",
"@data-client/rest": "0.14.12",
"@types/node": "22.5.4",
"@types/react": "18.3.5",
"@data-client/react": "0.14.14",
"@data-client/rest": "0.14.13",
"@types/node": "22.5.5",
"@types/react": "18.3.7",
"@types/react-dom": "18.3.0",
"antd": "5.20.6",
"classnames": "2.5.1",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"@commitlint/config-conventional": "18.6.2",
"@lerna-lite/cli": "3.9.1",
"@types/node": "^22.0.0",
"babel-loader": "9.1.3",
"babel-loader": "9.2.1",
"babel-plugin-module-resolver": "5.0.2",
"babel-plugin-root-import": "6.6.0",
"conventional-changelog-anansi": "0.2.0",
Expand All @@ -73,7 +73,7 @@
"dependencies": {
"@lerna-lite/publish": "^3.0.0",
"@lerna-lite/version": "^3.0.0",
"@types/react": "18.3.5",
"@types/react": "18.3.7",
"@types/react-dom": "18.3.0",
"react": "18.3.1",
"react-dom": "18.3.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"binary-version-check": "^6.1.0",
"chalk": "^4.1.2",
"commander": "^12.1.0",
"execa": "^9.3.1",
"execa": "^9.4.0",
"import-meta-resolve": "^4.1.0",
"latest-version": "^9.0.0",
"yo": "^5.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/generator-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"chalk": "^4.1.2",
"core-js": "^3.21.0",
"ejs": "^3.1.10",
"execa": "^9.3.1",
"execa": "^9.4.0",
"gulp-filter": "^9.0.1",
"gulp-prettier": "^6.0.0",
"import-meta-resolve": "^4.1.0",
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.0",
"@storybook/react": "^8.3.0",
"@storybook/types": "^8.3.0",
"@types/node": "^22.5.4"
"@types/node": "^22.5.5"
},
"peerDependencies": {
"@anansi/babel-preset": "*",
Expand Down
2 changes: 1 addition & 1 deletion packages/webpack-config-anansi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"@wyw-in-js/webpack-loader": "^0.5.4",
"assert": "^2.1.0",
"autoprefixer": "^10.4.20",
"babel-loader": "^9.1.3",
"babel-loader": "^9.2.1",
"browserify-zlib": "^0.2.0",
"buffer": "^6.0.3",
"circular-dependency-plugin": "^5.2.2",
Expand Down
Loading

0 comments on commit d2d2ce9

Please sign in to comment.