Skip to content

Commit

Permalink
Update dependency style-loader to v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Nov 28, 2019
1 parent f20016c commit b116c83
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"react-router-dom": "5.1.2",
"rimraf": "3.0.0",
"sass-loader": "8.0.0",
"style-loader": "1.0.0",
"style-loader": "1.0.1",
"uglifyjs-webpack-plugin": "2.2.0",
"url-loader": "3.0.0",
"webpack": "4.41.2",
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
dependencies:
"@babel/highlight" "^7.0.0"

"@babel/[email protected]":
"@babel/core@^7.7.4":
version "7.7.4"
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.7.4.tgz#37e864532200cb6b50ee9a4045f5f817840166ab"
integrity sha512-+bYbx56j4nYBmpsWtnPUsKW3NdnYxbqyfrP2w9wILBuHzdfIKz9prieZK0DFPyIzkjYVUe4QkusGL07r5pXznQ==
Expand Down Expand Up @@ -636,7 +636,7 @@
"@babel/helper-create-regexp-features-plugin" "^7.7.4"
"@babel/helper-plugin-utils" "^7.0.0"

"@babel/[email protected]":
"@babel/preset-env@^7.7.4":
version "7.7.4"
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.7.4.tgz#ccaf309ae8d1ee2409c85a4e2b5e280ceee830f8"
integrity sha512-Dg+ciGJjwvC1NIe/DGblMbcGq1HOtKbw8RLl4nIjlfcILKEOkWT/vRqPpumswABEBVudii6dnVwrBtzD7ibm4g==
Expand Down Expand Up @@ -693,7 +693,7 @@
js-levenshtein "^1.1.3"
semver "^5.5.0"

"@babel/[email protected]":
"@babel/preset-react@^7.7.4":
version "7.7.4"
resolved "https://registry.yarnpkg.com/@babel/preset-react/-/preset-react-7.7.4.tgz#3fe2ea698d8fb536d8e7881a592c3c1ee8bf5707"
integrity sha512-j+vZtg0/8pQr1H8wKoaJyGL2IEk3rG/GIvua7Sec7meXVIvGycihlGMx5xcU00kqCJbwzHs18xTu3YfREOqQ+g==
Expand Down Expand Up @@ -1363,7 +1363,7 @@ [email protected]:
eslint-visitor-keys "^1.0.0"
resolve "^1.12.0"

[email protected]:
babel-loader@^8.0.6:
version "8.0.6"
resolved "https://registry.yarnpkg.com/babel-loader/-/babel-loader-8.0.6.tgz#e33bdb6f362b03f4bb141a0c21ab87c501b70dfb"
integrity sha512-4BmWKtBOBm13uoUwd08UwjZlaw3O9GWf456R9j+5YykFZ6LUIjIKLc0zEZf+hauxPOJs96C8k6FvYD09vWzhYw==
Expand Down Expand Up @@ -8258,10 +8258,10 @@ strip-outer@^1.0.0:
dependencies:
escape-string-regexp "^1.0.2"

[email protected].0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/style-loader/-/style-loader-1.0.0.tgz#1d5296f9165e8e2c85d24eee0b7caf9ec8ca1f82"
integrity sha512-B0dOCFwv7/eY31a5PCieNwMgMhVGFe9w+rh7s/Bx8kfFkrth9zfTZquoYvdw8URgiqxObQKcpW51Ugz1HjfdZw==
[email protected].1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/style-loader/-/style-loader-1.0.1.tgz#aec6d4c61d0ed8d0a442faed741d4dfc6573888a"
integrity sha512-CnpEkSR1C+REjudiTWCv4+ssP7SCiuaQZJTZDWBRwTJoS90mdqkB8uOGMHKgVeUzpaU7IfLWoyQbvvs5Joj3Xw==
dependencies:
loader-utils "^1.2.3"
schema-utils "^2.0.1"
Expand Down

0 comments on commit b116c83

Please sign in to comment.