Skip to content

Commit

Permalink
pkg: Update all non-major dependencies (#1491)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot committed May 3, 2022
1 parent c333a59 commit c15a3dd
Show file tree
Hide file tree
Showing 8 changed files with 99 additions and 67 deletions.
6 changes: 3 additions & 3 deletions examples/concurrent/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@anansi/webpack-config": "^11.3.11",
"@rest-hooks/test": "7.3.1",
"@types/classnames": "^2.2.9",
"@types/jest": "27.4.1",
"@types/jest": "27.5.0",
"@types/react": "18.0.8",
"@types/react-dom": "18.0.3",
"jest": "28.0.3",
Expand All @@ -44,10 +44,10 @@
"@linaria/shaker": "3.0.0-beta.18",
"@rest-hooks/img": "0.6.0",
"@rest-hooks/rest": "5.0.1",
"@types/node": "17.0.30",
"@types/node": "17.0.31",
"antd": "4.20.2",
"classnames": "^2.2.6",
"core-js": "3.22.3",
"core-js": "3.22.4",
"history": "5.3.0",
"react": "18.1.0",
"react-dom": "18.1.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 @@ -35,7 +35,7 @@
"@linaria/react": "3.0.0-beta.18",
"@linaria/shaker": "3.0.0-beta.18",
"classnames": "^2.2.6",
"core-js": "3.22.3",
"core-js": "3.22.4",
"redbox-react": "^1.6.0"
},
"browserslist": [
Expand Down
6 changes: 3 additions & 3 deletions examples/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@storybook/manager-webpack5": "6.4.22",
"@storybook/react": "6.4.22",
"@types/classnames": "^2.2.9",
"@types/jest": "27.4.1",
"@types/jest": "27.5.0",
"@types/lodash": "4.14.182",
"@types/parse-link-header": "2.0.0",
"@types/react-router": "^5.1.18",
Expand All @@ -49,10 +49,10 @@
"@babel/runtime": "^7.17.2",
"@rest-hooks/graphql": "0.1.5",
"@rest-hooks/rest": "5.0.1",
"@types/node": "17.0.30",
"@types/node": "17.0.31",
"antd": "4.20.2",
"classnames": "^2.2.6",
"core-js": "3.22.3",
"core-js": "3.22.4",
"lodash": "^4.17.15",
"parse-link-header": "^2.0.0",
"react-router-dom": "^5.3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-preset-anansi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"babel-plugin-react-require": "^3.1.3",
"babel-plugin-root-import": "^6.6.0",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"core-js-compat": "^3.22.3",
"core-js-compat": "^3.22.4",
"glob-to-regexp": "^0.4.1",
"path": "^0.12.7",
"semver": "^7.3.7",
Expand Down
4 changes: 2 additions & 2 deletions packages/generator-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"@types/ejs": "^3.1.0",
"@types/gulp-filter": "^3.0.34",
"@types/mem-fs-editor": "^7.0.1",
"@types/node": "17.0.30",
"@types/node": "17.0.31",
"@types/pacote": "^11.1.3",
"@types/yeoman-generator": "5.2.10",
"copyfiles": "^2.1.1",
Expand All @@ -73,7 +73,7 @@
"gulp-filter": "^7.0.0",
"gulp-prettier": "^4.0.0",
"mem-fs-editor": "^9.4.0",
"pacote": "^13.1.1",
"pacote": "^13.2.0",
"shelobsay": "^2.0.0",
"yeoman-generator": "^5.6.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-preset-anansi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"jest-pnp-resolver": "^1.2.2",
"mitt": "^3.0.0",
"semver": "^7.3.7",
"ts-jest": "^28.0.0-next.3",
"ts-jest": "^28.0.0",
"whatwg-fetch": "^3.0.0"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/webpack-config-anansi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"@types/webpack-bundle-analyzer": "^4.4.1",
"@vue/preload-webpack-plugin": "^2.0.0",
"assert": "^2.0.0",
"autoprefixer": "^10.4.5",
"autoprefixer": "^10.4.7",
"babel-loader": "^8.2.5",
"browserify-zlib": "^0.2.0",
"buffer": "^6.0.3",
Expand Down Expand Up @@ -98,7 +98,7 @@
"path-browserify": "^1.0.1",
"postcss": "^8.4.13",
"postcss-loader": "^6.2.1",
"postcss-preset-env": "^7.4.4",
"postcss-preset-env": "^7.5.0",
"process": "^0.11.10",
"punycode": "^2.1.1",
"querystring-es3": "^0.2.1",
Expand Down

0 comments on commit c15a3dd

Please sign in to comment.