Skip to content

Commit ed4d274

Browse files
Bump style-loader from 1.3.0 to 2.0.0
Bumps [style-loader](https://github.com/webpack-contrib/style-loader) from 1.3.0 to 2.0.0. - [Release notes](https://github.com/webpack-contrib/style-loader/releases) - [Changelog](https://github.com/webpack-contrib/style-loader/blob/master/CHANGELOG.md) - [Commits](webpack/style-loader@v1.3.0...v2.0.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent 4f94065 commit ed4d274

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

package.json

100755100644
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"prettier": "^2.2.1",
6666
"pretty-quick": "^2.0.0",
6767
"react-hot-loader": "^4.12.10",
68-
"style-loader": "^1.2.1",
68+
"style-loader": "^2.0.0",
6969
"tailwindcss": "^1.8.3",
7070
"webpack": "^5.38.1",
7171
"webpack-cli": "^4.7.0",

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7660,7 +7660,7 @@ schema-utils@^1.0.0:
76607660
ajv-errors "^1.0.0"
76617661
ajv-keywords "^3.1.0"
76627662

7663-
schema-utils@^2.5.0, schema-utils@^2.6.5, schema-utils@^2.7.0, schema-utils@^2.7.1:
7663+
schema-utils@^2.5.0, schema-utils@^2.6.5, schema-utils@^2.7.1:
76647664
version "2.7.1"
76657665
resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-2.7.1.tgz#1ca4f32d1b24c590c203b8e7a50bf0ea4cd394d7"
76667666
integrity sha512-SHiNtMOUGWBQJwzISiVYKu82GiV4QYGePp3odlY1tuKO7gPtphAT5R/py0fA6xtbgLL/RvtJZnU9b8s0F1q0Xg==
@@ -8286,13 +8286,13 @@ strip-url-auth@^1.0.0:
82868286
resolved "https://registry.yarnpkg.com/strip-url-auth/-/strip-url-auth-1.0.1.tgz#22b0fa3a41385b33be3f331551bbb837fa0cd7ae"
82878287
integrity sha1-IrD6OkE4WzO+PzMVUbu4N/oM164=
82888288

8289-
style-loader@^1.2.1:
8290-
version "1.3.0"
8291-
resolved "https://registry.yarnpkg.com/style-loader/-/style-loader-1.3.0.tgz#828b4a3b3b7e7aa5847ce7bae9e874512114249e"
8292-
integrity sha512-V7TCORko8rs9rIqkSrlMfkqA63DfoGBBJmK1kKGCcSi+BWb4cqz0SRsnp4l6rU5iwOEd0/2ePv68SV22VXon4Q==
8289+
style-loader@^2.0.0:
8290+
version "2.0.0"
8291+
resolved "https://registry.yarnpkg.com/style-loader/-/style-loader-2.0.0.tgz#9669602fd4690740eaaec137799a03addbbc393c"
8292+
integrity sha512-Z0gYUJmzZ6ZdRUqpg1r8GsaFKypE+3xAzuFeMuoHgjc9KZv3wMyCRjQIWEbhoFSq7+7yoHXySDJyyWQaPajeiQ==
82938293
dependencies:
82948294
loader-utils "^2.0.0"
8295-
schema-utils "^2.7.0"
8295+
schema-utils "^3.0.0"
82968296

82978297
stylis@^4.0.3:
82988298
version "4.0.10"

0 commit comments

Comments
 (0)