Skip to content

Commit e788352

Browse files
committed
refactor: updated mini-css-extract-plugin
1 parent 36a6eec commit e788352

File tree

2 files changed

+6
-21
lines changed

2 files changed

+6
-21
lines changed

packages/uikit-workshop/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"html-webpack-plugin": "^5.5.0",
7070
"lit-element": "^2.2.1",
7171
"lit-html": "^1.1.2",
72-
"mini-css-extract-plugin": "^1.3.9",
72+
"mini-css-extract-plugin": "^2.7.2",
7373
"mousetrap": "^1.6.5",
7474
"portfinder": "^1.0.28",
7575
"postcss": "^8.2.8",

yarn.lock

Lines changed: 5 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -10774,14 +10774,12 @@ min-indent@^1.0.0:
1077410774
resolved "https://registry.yarnpkg.com/min-indent/-/min-indent-1.0.1.tgz#a63f681673b30571fbe8bc25686ae746eefa9869"
1077510775
integrity sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==
1077610776

10777-
mini-css-extract-plugin@^1.3.9:
10778-
version "1.6.2"
10779-
resolved "https://registry.yarnpkg.com/mini-css-extract-plugin/-/mini-css-extract-plugin-1.6.2.tgz#83172b4fd812f8fc4a09d6f6d16f924f53990ca8"
10780-
integrity sha512-WhDvO3SjGm40oV5y26GjMJYjd2UMqrLAGKy5YS2/3QKJy2F7jgynuHTir/tgUUOiNQu5saXHdc8reo7YuhhT4Q==
10777+
mini-css-extract-plugin@^2.7.2:
10778+
version "2.7.2"
10779+
resolved "https://registry.yarnpkg.com/mini-css-extract-plugin/-/mini-css-extract-plugin-2.7.2.tgz#e049d3ea7d3e4e773aad585c6cb329ce0c7b72d7"
10780+
integrity sha512-EdlUizq13o0Pd+uCp+WO/JpkLvHRVGt97RqfeGhXqAcorYo1ypJSpkV+WDT0vY/kmh/p7wRdJNJtuyK540PXDw==
1078110781
dependencies:
10782-
loader-utils "^2.0.0"
10783-
schema-utils "^3.0.0"
10784-
webpack-sources "^1.1.0"
10782+
schema-utils "^4.0.0"
1078510783

1078610784
minimalistic-assert@^1.0.0, minimalistic-assert@^1.0.1:
1078710785
version "1.0.1"
@@ -14532,11 +14530,6 @@ sort-keys@^4.0.0:
1453214530
dependencies:
1453314531
is-plain-obj "^2.0.0"
1453414532

14535-
source-list-map@^2.0.0:
14536-
version "2.0.1"
14537-
resolved "https://registry.yarnpkg.com/source-list-map/-/source-list-map-2.0.1.tgz#3993bd873bfc48479cca9ea3a547835c7c154b34"
14538-
integrity sha512-qnQ7gVMxGNxsiL4lEuJwe/To8UnK7fAnmbGEEH8RpLouuKbeEm0lhbQVFIrNSuB+G7tVrAlVsZgETT5nljf+Iw==
14539-
1454014533
"source-map-js@>=0.6.2 <2.0.0":
1454114534
version "1.0.1"
1454214535
resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-1.0.1.tgz#a1741c131e3c77d048252adfa24e23b908670caf"
@@ -16488,14 +16481,6 @@ webpack-merge@^5.7.3, webpack-merge@^5.8.0:
1648816481
clone-deep "^4.0.1"
1648916482
wildcard "^2.0.0"
1649016483

16491-
webpack-sources@^1.1.0:
16492-
version "1.4.3"
16493-
resolved "https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-1.4.3.tgz#eedd8ec0b928fbf1cbfe994e22d2d890f330a933"
16494-
integrity sha512-lgTS3Xhv1lCOKo7SA5TjKXMjpSM4sBjNV5+q2bqesbSPs5FjGmU6jjtBSkX9b4qW87vDIsCIlUPOEhbZrMdjeQ==
16495-
dependencies:
16496-
source-list-map "^2.0.0"
16497-
source-map "~0.6.1"
16498-
1649916484
webpack-sources@^3.2.3:
1650016485
version "3.2.3"
1650116486
resolved "https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-3.2.3.tgz#2d4daab8451fd4b240cc27055ff6a0c2ccea0cde"

0 commit comments

Comments
 (0)