Skip to content

Commit

Permalink
Merge pull request #60 from wearemd/renovate/css-loader-6.x
Browse files Browse the repository at this point in the history
Update dependency css-loader to v6
  • Loading branch information
Awea committed Jul 20, 2021
2 parents fab6fe7 + 99540c2 commit ec8b8c6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"babel-helper-vue-jsx-merge-props": "2.0.3",
"babel-loader": "8.2.2",
"babel-plugin-transform-vue-jsx": "4.0.1",
"css-loader": "5.2.7",
"css-loader": "6.2.0",
"file-loader": "6.2.0",
"friendly-errors-webpack-plugin": "1.7.0",
"html-webpack-plugin": "5.3.2",
Expand Down
10 changes: 4 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2387,20 +2387,18 @@ css-declaration-sorter@^6.0.3:
dependencies:
timsort "^0.3.0"

css-loader@5.2.7:
version "5.2.7"
resolved "https://registry.yarnpkg.com/css-loader/-/css-loader-5.2.7.tgz#9b9f111edf6fb2be5dc62525644cbc9c232064ae"
integrity sha512-Q7mOvpBNBG7YrVGMxRxcBJZFL75o+cH2abNASdibkj/fffYD8qWbInZrD0S9ccI6vZclF3DsHE7njGlLtaHbhg==
css-loader@6.2.0:
version "6.2.0"
resolved "https://registry.yarnpkg.com/css-loader/-/css-loader-6.2.0.tgz#9663d9443841de957a3cb9bcea2eda65b3377071"
integrity sha512-/rvHfYRjIpymZblf49w8jYcRo2y9gj6rV8UroHGmBxKrIyGLokpycyKzp9OkitvqT29ZSpzJ0Ic7SpnJX3sC8g==
dependencies:
icss-utils "^5.1.0"
loader-utils "^2.0.0"
postcss "^8.2.15"
postcss-modules-extract-imports "^3.0.0"
postcss-modules-local-by-default "^4.0.0"
postcss-modules-scope "^3.0.0"
postcss-modules-values "^4.0.0"
postcss-value-parser "^4.1.0"
schema-utils "^3.0.0"
semver "^7.3.5"

css-select@^3.1.2:
Expand Down

0 comments on commit ec8b8c6

Please sign in to comment.