Skip to content

Commit

Permalink
Update dependency style-loader to v1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Dec 20, 2019
1 parent 1dfcf52 commit 04ae4d4
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 17 deletions.
40 changes: 35 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"rimraf": "2.6.3",
"rollup-loader": "0.3.0",
"rollup-plugin-node-resolve": "5.2.0",
"style-loader": "0.23.1",
"style-loader": "1.1.1",
"uglifyjs-webpack-plugin": "2.2.0",
"upath": "1.2.0",
"webpack": "4.41.4",
Expand Down
22 changes: 11 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4819,16 +4819,16 @@ schema-utils@^1.0.0:
ajv-errors "^1.0.0"
ajv-keywords "^3.1.0"

schema-utils@^2.5.0:
version "2.5.0"
resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-2.5.0.tgz#8f254f618d402cc80257486213c8970edfd7c22f"
schema-utils@^2.0.1, schema-utils@^2.6.0, schema-utils@^2.6.1:
version "2.6.1"
resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-2.6.1.tgz#eb78f0b945c7bcfa2082b3565e8db3548011dc4f"
dependencies:
ajv "^6.10.2"
ajv-keywords "^3.4.1"

schema-utils@^2.6.0, schema-utils@^2.6.1:
version "2.6.1"
resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-2.6.1.tgz#eb78f0b945c7bcfa2082b3565e8db3548011dc4f"
schema-utils@^2.5.0:
version "2.5.0"
resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-2.5.0.tgz#8f254f618d402cc80257486213c8970edfd7c22f"
dependencies:
ajv "^6.10.2"
ajv-keywords "^3.4.1"
Expand Down Expand Up @@ -5354,12 +5354,12 @@ strip-url-auth@^1.0.0:
version "1.0.1"
resolved "https://registry.yarnpkg.com/strip-url-auth/-/strip-url-auth-1.0.1.tgz#22b0fa3a41385b33be3f331551bbb837fa0cd7ae"

style-loader@0.23.1:
version "0.23.1"
resolved "https://registry.yarnpkg.com/style-loader/-/style-loader-0.23.1.tgz#cb9154606f3e771ab6c4ab637026a1049174d925"
style-loader@1.1.1:
version "1.1.1"
resolved "https://registry.yarnpkg.com/style-loader/-/style-loader-1.1.1.tgz#8290d915dffe820916790cdcab5aa58c38ab605c"
dependencies:
loader-utils "^1.1.0"
schema-utils "^1.0.0"
loader-utils "^1.2.3"
schema-utils "^2.0.1"

supports-color@6.1.0, supports-color@^6.1.0:
version "6.1.0"
Expand Down

0 comments on commit 04ae4d4

Please sign in to comment.