Skip to content

Commit

Permalink
Indiescripter/update ui-theme package deps (verdaccio#2403)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
Justin Johansson authored Sep 3, 2021
1 parent a6bbc8e commit 5941edc
Show file tree
Hide file tree
Showing 3 changed files with 2,796 additions and 3,764 deletions.
2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
22 changes: 9 additions & 13 deletions packages/plugins/ui-theme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand All @@ -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",
Expand Down
Loading

0 comments on commit 5941edc

Please sign in to comment.