Skip to content

Commit d54b767

Browse files
renovate-botKeen Yee Liau
authored andcommitted
build: update style-loader to version 1.0.0
1 parent 44f9141 commit d54b767

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

packages/angular_devkit/build_angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"source-map-support": "0.5.13",
4747
"source-map-loader": "0.2.4",
4848
"speed-measure-webpack-plugin": "1.3.1",
49-
"style-loader": "0.23.1",
49+
"style-loader": "1.0.0",
5050
"stylus": "0.54.5",
5151
"stylus-loader": "3.0.2",
5252
"tree-kill": "1.2.1",

yarn.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9879,7 +9879,7 @@ schema-utils@^1.0.0:
98799879
ajv-errors "^1.0.0"
98809880
ajv-keywords "^3.1.0"
98819881

9882-
schema-utils@^2.0.0:
9882+
schema-utils@^2.0.0, schema-utils@^2.0.1:
98839883
version "2.0.1"
98849884
resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-2.0.1.tgz#1eec2e059556af841b7f3a83b61af13d7a3f9196"
98859885
integrity sha512-HJFKJ4JixDpRur06QHwi8uu2kZbng318ahWEKgBjc0ZklcE4FDvmm2wghb448q0IRaABxIESt8vqPFvwgMB80A==
@@ -10791,13 +10791,13 @@ strip-json-comments@~2.0.1:
1079110791
resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-2.0.1.tgz#3c531942e908c2697c0ec344858c286c7ca0a60a"
1079210792
integrity sha1-PFMZQukIwml8DsNEhYwobHygpgo=
1079310793

10794-
style-loader@0.23.1:
10795-
version "0.23.1"
10796-
resolved "https://registry.yarnpkg.com/style-loader/-/style-loader-0.23.1.tgz#cb9154606f3e771ab6c4ab637026a1049174d925"
10797-
integrity sha512-XK+uv9kWwhZMZ1y7mysB+zoihsEj4wneFWAS5qoiLwzW0WzSqMrrsIy+a3zkQJq0ipFtBpX5W3MqyRIBF/WFGg==
10794+
style-loader@1.0.0:
10795+
version "1.0.0"
10796+
resolved "https://registry.yarnpkg.com/style-loader/-/style-loader-1.0.0.tgz#1d5296f9165e8e2c85d24eee0b7caf9ec8ca1f82"
10797+
integrity sha512-B0dOCFwv7/eY31a5PCieNwMgMhVGFe9w+rh7s/Bx8kfFkrth9zfTZquoYvdw8URgiqxObQKcpW51Ugz1HjfdZw==
1079810798
dependencies:
10799-
loader-utils "^1.1.0"
10800-
schema-utils "^1.0.0"
10799+
loader-utils "^1.2.3"
10800+
schema-utils "^2.0.1"
1080110801

1080210802
1080310803
version "3.0.2"

0 commit comments

Comments
 (0)