Skip to content

Commit

Permalink
pkg: Update webpack packages (#2147)
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] committed Aug 31, 2022
1 parent 58afd6f commit cb9fd71
Show file tree
Hide file tree
Showing 5 changed files with 441 additions and 389 deletions.
4 changes: 2 additions & 2 deletions examples/github-app/package.json
Expand Up @@ -24,7 +24,7 @@
"@anansi/babel-preset": "3.2.15",
"@anansi/browserslist-config": "1.3.3",
"@anansi/eslint-plugin": "0.14.2",
"@anansi/webpack-config": "13.0.4",
"@anansi/webpack-config": "13.0.7",
"@babel/core": "7.18.13",
"@linaria/babel-preset": "4.1.2",
"@linaria/core": "4.1.1",
Expand Down Expand Up @@ -55,7 +55,7 @@
"serve": "14.0.1",
"webpack": "5.74.0",
"webpack-cli": "4.10.0",
"webpack-dev-server": "4.10.0"
"webpack-dev-server": "4.10.1"
},
"dependencies": {
"@anansi/router": "0.6.17",
Expand Down
4 changes: 2 additions & 2 deletions examples/todo-app/package.json
Expand Up @@ -24,7 +24,7 @@
"@anansi/babel-preset": "3.2.15",
"@anansi/browserslist-config": "1.3.3",
"@anansi/eslint-plugin": "0.14.2",
"@anansi/webpack-config": "13.0.4",
"@anansi/webpack-config": "13.0.7",
"@babel/core": "7.18.13",
"@linaria/babel-preset": "4.1.2",
"@linaria/core": "4.1.1",
Expand Down Expand Up @@ -53,7 +53,7 @@
"serve": "14.0.1",
"webpack": "5.74.0",
"webpack-cli": "4.10.0",
"webpack-dev-server": "4.10.0"
"webpack-dev-server": "4.10.1"
},
"dependencies": {
"@rest-hooks/endpoint": "^2.2.11",
Expand Down
2 changes: 1 addition & 1 deletion website/package.json
Expand Up @@ -23,7 +23,7 @@
"webpack": "^5.74.0"
},
"dependencies": {
"@anansi/webpack-config": "13.0.4",
"@anansi/webpack-config": "13.0.7",
"@docusaurus/core": "2.0.1",
"@docusaurus/plugin-client-redirects": "2.0.1",
"@docusaurus/plugin-content-docs": "2.0.1",
Expand Down

0 comments on commit cb9fd71

Please sign in to comment.