Skip to content

Commit b862e5e

Browse files
authored
⬆️ Update style-loader to version 4.0.0
1 parent 15fc2c5 commit b862e5e

File tree

2 files changed

+9
-29
lines changed

2 files changed

+9
-29
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"prettier": "^2.6.2",
6969
"react-dom": "^18.1.0",
7070
"react-hot-loader": "^4.13.0",
71-
"style-loader": "^3.3.1",
71+
"style-loader": "^4.0.0",
7272
"typescript": "^5.4.5",
7373
"webpack": "^5.91.0",
7474
"webpack-cli": "^5.1.4",

yarn.lock

Lines changed: 8 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -10109,16 +10109,7 @@ string-natural-compare@^3.0.1:
1010910109
resolved "https://registry.yarnpkg.com/string-natural-compare/-/string-natural-compare-3.0.1.tgz#7a42d58474454963759e8e8b7ae63d71c1e7fdf4"
1011010110
integrity sha512-n3sPwynL1nwKi3WJ6AIsClwBMa0zTi54fn2oLU6ndfTSIO05xaznjSf15PcBZU6FNWbmN5Q6cxT4V5hGvB4taw==
1011110111

10112-
"string-width-cjs@npm:string-width@^4.2.0":
10113-
version "4.2.3"
10114-
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
10115-
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
10116-
dependencies:
10117-
emoji-regex "^8.0.0"
10118-
is-fullwidth-code-point "^3.0.0"
10119-
strip-ansi "^6.0.1"
10120-
10121-
string-width@^4.1.0, string-width@^4.2.0:
10112+
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.1.0, string-width@^4.2.0:
1012210113
version "4.2.3"
1012310114
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
1012410115
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -10215,14 +10206,7 @@ stringify-object@^3.3.0:
1021510206
is-obj "^1.0.1"
1021610207
is-regexp "^1.0.0"
1021710208

10218-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
10219-
version "6.0.1"
10220-
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
10221-
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
10222-
dependencies:
10223-
ansi-regex "^5.0.1"
10224-
10225-
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
10209+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
1022610210
version "6.0.1"
1022710211
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
1022810212
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -10266,6 +10250,11 @@ style-loader@^3.3.1:
1026610250
resolved "https://registry.yarnpkg.com/style-loader/-/style-loader-3.3.4.tgz#f30f786c36db03a45cbd55b6a70d930c479090e7"
1026710251
integrity sha512-0WqXzrsMTyb8yjZJHDqwmnwRJvhALK9LfRtRc6B4UTWe8AijYLZYZ9thuJTZc2VfQWINADW/j+LiJnfy2RoC1w==
1026810252

10253+
style-loader@^4.0.0:
10254+
version "4.0.0"
10255+
resolved "https://registry.yarnpkg.com/style-loader/-/style-loader-4.0.0.tgz#0ea96e468f43c69600011e0589cb05c44f3b17a5"
10256+
integrity sha512-1V4WqhhZZgjVAVJyt7TdDPZoPBPNHbekX4fWnCJL1yQukhCeZhJySUL+gL9y6sNdN95uEOS83Y55SqHcP7MzLA==
10257+
1026910258
stylehacks@^5.1.1:
1027010259
version "5.1.1"
1027110260
resolved "https://registry.yarnpkg.com/stylehacks/-/stylehacks-5.1.1.tgz#7934a34eb59d7152149fa69d6e9e56f2fc34bcc9"
@@ -11459,7 +11448,7 @@ workbox-window@6.6.1:
1145911448
"@types/trusted-types" "^2.0.2"
1146011449
workbox-core "6.6.1"
1146111450

11462-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
11451+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
1146311452
version "7.0.0"
1146411453
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
1146511454
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -11477,15 +11466,6 @@ wrap-ansi@^6.2.0:
1147711466
string-width "^4.1.0"
1147811467
strip-ansi "^6.0.0"
1147911468

11480-
wrap-ansi@^7.0.0:
11481-
version "7.0.0"
11482-
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
11483-
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
11484-
dependencies:
11485-
ansi-styles "^4.0.0"
11486-
string-width "^4.1.0"
11487-
strip-ansi "^6.0.0"
11488-
1148911469
wrap-ansi@^8.1.0:
1149011470
version "8.1.0"
1149111471
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"

0 commit comments

Comments
 (0)