Skip to content

Commit

Permalink
Indiescripter/upgrade webpack (verdaccio#2409)
Browse files Browse the repository at this point in the history
* build(cli): remove unused commander dep

* build(e2e-ui): tweak lodash devDep to exact version

* build: tweak exact versions; @verdaccio:commons-api, get-port, semver

* style: private true prop first in package.jsons (monorepo convention)

* build: update all dep packages with webpack in name except webpack-dev-server

Co-authored-by: Juan Picado <[email protected]>
  • Loading branch information
Justin Johansson and juanpicado authored Sep 3, 2021
1 parent d21279b commit 7e4d561
Show file tree
Hide file tree
Showing 4 changed files with 193 additions and 841 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"@types/supertest": "2.0.11",
"@types/testing-library__jest-dom": "5.14.1",
"@types/validator": "13.6.3",
"@types/webpack": "4.41.26",
"@types/webpack": "5.28.0",
"@types/webpack-env": "1.16.2",
"@typescript-eslint/eslint-plugin": "4.30.0",
"@typescript-eslint/parser": "4.30.0",
Expand Down
14 changes: 7 additions & 7 deletions packages/plugins/ui-theme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"mutationobserver-shim": "0.3.7",
"node-mocks-http": "1.10.1",
"normalize.css": "8.0.1",
"optimize-css-assets-webpack-plugin": "^5.0.8",
"optimize-css-assets-webpack-plugin": "6.0.1",
"ora": "5.4.1",
"prop-types": "15.7.2",
"react": "17.0.2",
Expand All @@ -71,17 +71,17 @@
"stylelint-config-recommended": "5.0.0",
"stylelint-config-styled-components": "0.1.1",
"stylelint-processor-styled-components": "1.10.0",
"stylelint-webpack-plugin": "^2.2.1",
"stylelint-webpack-plugin": "3.0.1",
"supertest": "6.1.6",
"terser-webpack-plugin": "5.2.0",
"terser-webpack-plugin": "5.2.2",
"url-loader": "4.1.1",
"validator": "13.6.0",
"webpack": "5.33.2",
"webpack-bundle-analyzer": "3.8.0",
"webpack": "5.51.2",
"webpack-bundle-analyzer": "4.4.2",
"webpack-bundle-size-analyzer": "3.1.0",
"webpack-cli": "^4.7.2",
"webpack-dev-server": "^3.11.2",
"webpack-manifest-plugin": "^3.1.1",
"webpack-dev-server": "3.11.2",
"webpack-manifest-plugin": "4.0.2",
"webpack-merge": "5.8.0",
"whatwg-fetch": "3.6.2",
"xss": "1.0.9"
Expand Down
4 changes: 2 additions & 2 deletions packages/standalone/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
"@verdaccio/cli": "workspace:6.0.0-6-next.18",
"@verdaccio/ui-theme": "workspace:6.0.0-6-next.9",
"fs-extra": "10.0.0",
"webpack": "5.33.2",
"webpack-bundle-analyzer": "3.8.0",
"webpack": "5.51.2",
"webpack-bundle-analyzer": "4.4.2",
"webpack-bundle-size-analyzer": "3.1.0",
"webpack-cli": "4.8.0"
},
Expand Down
Loading

0 comments on commit 7e4d561

Please sign in to comment.