mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-11-08 23:25:51 +01:00
Indiescripter/upgrade webpack (#2409)
* 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 <juanpicado19@gmail.com>
This commit is contained in:
parent
d21279b35c
commit
7e4d5615a4
@ -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",
|
||||
|
@ -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",
|
||||
@ -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"
|
||||
|
@ -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"
|
||||
},
|
||||
|
1062
pnpm-lock.yaml
generated
1062
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user