mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-01-06 22:40:26 -05:00
Indiescripter/update ui-theme package deps (#2403)
* build(ui-theme): update ora depDep major from v4.0.4 to v6.0.0 * build(ui-theme): update @testing-library/dom depDep major from v7.31.2 to v8.2.0 * build(ui-theme): update css-loader depDep major from v5.2.1 to v6.2.0 * build(ui-theme): update history depDep major from v4.10.1 to v5.0.1 * build(ui-theme): remove unused devDep resolve-url-loader * build(ui-theme): remove unused devDep source-map-loader * build(ui-theme): update style-loader depDep major from v1.2.1 to v3.2.1 * build(ui-theme): update mini-css-extract-plugin depDep major from v1.6.0 to v2.2.2 * build(ui-theme): update i18next depDep major from v19.9.2 to v20.6.0 * build(ui-theme): update stylelint-config-recommended depDep major from v3.0.0 to v5.0.0 * revert(ui-theme): downgrade history depDep major back to v4.10.1 from v5.0.1 * build(ui-theme): remove lint-staged devDep (it's in the root package) * revert(ui-theme): downgrade ora depDep major from v6 to v5.4.1 (esm problem) * build: rebase against master & recreate pnpm lockfile
This commit is contained in:
parent
a6bbc8ecc6
commit
5941edcf38
3 changed files with 2876 additions and 3844 deletions
|
@ -42,7 +42,7 @@
|
|||
"@verdaccio/commons-api": "workspace:11.0.0-alpha.3",
|
||||
"@verdaccio/utils": "workspace:6.0.0-6-next.5",
|
||||
"debug": "4.3.2",
|
||||
"js-yaml": "3.14.0",
|
||||
"js-yaml": "3.14.1",
|
||||
"lodash": "4.17.21",
|
||||
"minimatch": "3.0.4",
|
||||
"yup": "0.32.9"
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
"@material-ui/core": "4.11.4",
|
||||
"@material-ui/icons": "4.11.2",
|
||||
"@material-ui/styles": "4.11.4",
|
||||
"@testing-library/dom": "7.31.2",
|
||||
"@testing-library/dom": "8.2.0",
|
||||
"@testing-library/jest-dom": "5.14.1",
|
||||
"@testing-library/react": "11.2.7",
|
||||
"@verdaccio/node-api": "workspace:6.0.0-6-next.18",
|
||||
|
@ -33,29 +33,27 @@
|
|||
"babel-plugin-dynamic-import-node": "2.3.3",
|
||||
"babel-plugin-emotion": "10.0.33",
|
||||
"bundlesize": "0.18.1",
|
||||
"css-loader": "5.2.1",
|
||||
"css-loader": "6.2.0",
|
||||
"dayjs": "1.10.6",
|
||||
"emotion": "10.0.27",
|
||||
"emotion-theming": "10.0.27",
|
||||
"file-loader": "5.1.0",
|
||||
"friendly-errors-webpack-plugin": "1.7.0",
|
||||
"github-markdown-css": "4.0.0",
|
||||
"harmony-reflect": "1.6.2",
|
||||
"history": "^4.10.1",
|
||||
"history": "4.10.1",
|
||||
"html-webpack-plugin": "5.3.2",
|
||||
"i18next": "^19.9.2",
|
||||
"i18next": "20.6.0",
|
||||
"in-publish": "2.0.1",
|
||||
"js-base64": "3.6.1",
|
||||
"js-yaml": "3.14.0",
|
||||
"lint-staged": "9.5.0",
|
||||
"js-yaml": "3.14.1",
|
||||
"localstorage-memory": "1.0.3",
|
||||
"lodash": "4.17.21",
|
||||
"mini-css-extract-plugin": "^1.6.0",
|
||||
"mini-css-extract-plugin": "2.2.2",
|
||||
"mutationobserver-shim": "0.3.7",
|
||||
"node-mocks-http": "1.10.1",
|
||||
"normalize.css": "8.0.1",
|
||||
"optimize-css-assets-webpack-plugin": "^5.0.8",
|
||||
"ora": "4.0.4",
|
||||
"ora": "5.4.1",
|
||||
"prop-types": "15.7.2",
|
||||
"react": "17.0.2",
|
||||
"react-autosuggest": "10.1.0",
|
||||
|
@ -66,13 +64,11 @@
|
|||
"react-router": "5.2.1",
|
||||
"react-router-dom": "5.2.1",
|
||||
"react-virtualized": "9.22.3",
|
||||
"resolve-url-loader": "3.1.1",
|
||||
"rimraf": "3.0.2",
|
||||
"source-map-loader": "1.1.0",
|
||||
"standard-version": "9.3.1",
|
||||
"style-loader": "1.2.1",
|
||||
"style-loader": "3.2.1",
|
||||
"stylelint": "13.13.1",
|
||||
"stylelint-config-recommended": "3.0.0",
|
||||
"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",
|
||||
|
|
6696
pnpm-lock.yaml
6696
pnpm-lock.yaml
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue