Skip to content

Commit

Permalink
pkg: Update all non-major dependencies (#1452)
Browse files Browse the repository at this point in the history
* pkg: Update all non-major dependencies

* fix: Remove extra nano-memoize types

* pkg: Other linaria pkgs

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Nathaniel Tucker <me@ntucker.me>
  • Loading branch information
3 people committed Apr 1, 2022
1 parent 42e732d commit 354fb41
Show file tree
Hide file tree
Showing 10 changed files with 90 additions and 96 deletions.
8 changes: 4 additions & 4 deletions examples/concurrent/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,16 @@
"react-refresh": "0.12.0",
"react-test-renderer": "18.0.0",
"serve": "^13.0.2",
"webpack": "5.70.0",
"webpack": "5.71.0",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.7.4"
},
"dependencies": {
"@anansi/router": "^0.3.1",
"@babel/runtime": "^7.17.2",
"@linaria/core": "^3.0.0-beta.15",
"@linaria/react": "^3.0.0-beta.17",
"@linaria/shaker": "^3.0.0-beta.17",
"@linaria/core": "^3.0.0-beta.18",
"@linaria/react": "3.0.0-beta.18",
"@linaria/shaker": "3.0.0-beta.18",
"@rest-hooks/img": "0.6.0",
"@rest-hooks/rest": "3.0.3",
"@types/node": "17.0.23",
Expand Down
8 changes: 4 additions & 4 deletions examples/linaria/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@
"babel-loader": "8.2.4",
"react-refresh": "0.12.0",
"serve": "^13.0.2",
"webpack": "5.70.0"
"webpack": "5.71.0"
},
"dependencies": {
"@anansi/polyfill": "^1.0.105",
"@babel/plugin-transform-modules-commonjs": "7.17.7",
"@babel/runtime": "^7.17.2",
"@linaria/core": "^3.0.0-beta.15",
"@linaria/react": "^3.0.0-beta.17",
"@linaria/shaker": "^3.0.0-beta.17",
"@linaria/core": "^3.0.0-beta.18",
"@linaria/react": "3.0.0-beta.18",
"@linaria/shaker": "3.0.0-beta.18",
"classnames": "^2.2.6",
"core-js": "3.21.1",
"redbox-react": "^1.6.0"
Expand Down
4 changes: 2 additions & 2 deletions examples/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,15 @@
"@storybook/react": "6.4.19",
"@types/classnames": "^2.2.9",
"@types/jest": "27.4.1",
"@types/lodash": "4.14.180",
"@types/lodash": "4.14.181",
"@types/parse-link-header": "2.0.0",
"@types/react-router": "^5.1.18",
"@types/react-router-dom": "^5.3.3",
"jest": "^27.5.1",
"react-refresh": "0.12.0",
"react-test-renderer": "18.0.0",
"serve": "^13.0.2",
"webpack": "5.70.0"
"webpack": "5.71.0"
},
"dependencies": {
"@anansi/polyfill": "^1.0.105",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"prettier": "2.6.1",
"ttypescript": "^1.5.13",
"typescript": "4.6.3",
"webpack": "5.70.0",
"webpack": "5.71.0",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.7.4"
},
Expand All @@ -61,7 +61,7 @@
"get-pkg-repo": "4.2.1",
"@types/webpack": "^5.0.0",
"immer": "^9.0.0",
"webpack": "5.70.0",
"webpack": "5.71.0",
"css-loader": "^6.0.0",
"dotenv-webpack": "^7.0.0",
"html-webpack-plugin": "^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 @@ -52,7 +52,7 @@
"@types/mem-fs-editor": "^7.0.1",
"@types/node": "17.0.23",
"@types/pacote": "^11.1.3",
"@types/yeoman-generator": "^5.2.9",
"@types/yeoman-generator": "5.2.10",
"copyfiles": "^2.1.1",
"husky": "^7.0.4",
"jest": "^27.5.1",
Expand Down
5 changes: 0 additions & 5 deletions packages/router/modules.d.ts

This file was deleted.

4 changes: 2 additions & 2 deletions packages/router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@
"dependencies": {
"@babel/runtime": "^7.10.5",
"@pojo-router/core": "^0.3.9",
"history": "5.3.0",
"nano-memoize": "^1.2.1"
"history": "^5.3.0",
"nano-memoize": "^1.3.0"
},
"peerDependencies": {
"@types/react": "^17.0.40 || ^18.0.0-0",
Expand Down
3 changes: 1 addition & 2 deletions packages/router/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
"rootDir": "src",
"types": [
"react/next",
"react-dom/next",
"./modules"
"react-dom/next"
]
},
"include": ["src"],
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 @@ -107,7 +107,7 @@
"react-dev-utils": "^12.0.0",
"react-error-overlay": "6.0.9",
"readable-stream": "^3.6.0",
"sass": "^1.49.9",
"sass": "^1.49.10",
"sass-loader": "^12.6.0",
"sass-resources-loader": "^2.2.4",
"semver": "^7.3.5",
Expand All @@ -127,7 +127,7 @@
"vm-browserify": "^1.1.2",
"webpack-bundle-analyzer": "^4.5.0",
"webpack-node-externals": "^3.0.0",
"webpack-remove-empty-scripts": "^0.7.3",
"webpack-remove-empty-scripts": "^0.8.0",
"webpack-stats-plugin": "^1.0.3",
"worker-loader": "^3.0.8"
},
Expand Down

0 comments on commit 354fb41

Please sign in to comment.