Skip to content

Commit

Permalink
pkg: Update all non-major dependencies (#2562)
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 22, 2024
1 parent 147231a commit 59b19b9
Show file tree
Hide file tree
Showing 5 changed files with 92 additions and 90 deletions.
4 changes: 2 additions & 2 deletions examples/concurrent/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@
"@data-client/rest": "0.14.16",
"@linaria/core": "6.2.0",
"@linaria/react": "6.2.1",
"@types/node": "22.7.6",
"antd": "5.21.4",
"@types/node": "22.7.8",
"antd": "5.21.5",
"classnames": "2.5.1",
"core-js": "3.38.1",
"history": "5.3.0",
Expand Down
6 changes: 3 additions & 3 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.10",
"@types/lodash": "4.17.12",
"@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.16",
"@data-client/react": "0.14.16",
"@data-client/rest": "0.14.16",
"@types/node": "22.7.6",
"@types/node": "22.7.8",
"@types/react": "18.3.11",
"@types/react-dom": "18.3.1",
"antd": "5.21.4",
"antd": "5.21.5",
"classnames": "2.5.1",
"core-js": "3.38.1",
"history": "^5.3.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.6",
"@storybook/react": "^8.3.6",
"@storybook/types": "^8.3.6",
"@types/node": "^22.7.6"
"@types/node": "^22.7.8"
},
"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 @@ -76,7 +76,7 @@
"console-browserify": "^1.2.0",
"constants-browserify": "^1.0.0",
"core-js": "^3.21.0",
"crypto-browserify": "^3.12.0",
"crypto-browserify": "^3.12.1",
"css-loader": "^7.1.2",
"css-minimizer-webpack-plugin": "^7.0.0",
"domain-browser": "^5.7.0",
Expand Down
Loading

0 comments on commit 59b19b9

Please sign in to comment.