Skip to content

Commit 2fdd0ae

Browse files
committed
mini-css-extract-plugin v2.5.0 break
webpack-contrib/mini-css-extract-plugin#896
1 parent 8702182 commit 2fdd0ae

File tree

3 files changed

+108
-108
lines changed

3 files changed

+108
-108
lines changed

Gemfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ GEM
9898
devise_invitable (2.0.6)
9999
actionmailer (>= 5.0)
100100
devise (>= 4.6)
101-
dry-configurable (0.13.0)
101+
dry-configurable (0.14.0)
102102
concurrent-ruby (~> 1.0)
103103
dry-core (~> 0.6)
104104
dry-container (0.9.0)
@@ -151,7 +151,7 @@ GEM
151151
activerecord
152152
kaminari-core (= 1.2.2)
153153
kaminari-core (1.2.2)
154-
listen (3.7.0)
154+
listen (3.7.1)
155155
rb-fsevent (~> 0.10, >= 0.10.3)
156156
rb-inotify (~> 0.9, >= 0.9.10)
157157
loofah (2.13.0)
@@ -171,7 +171,7 @@ GEM
171171
minitest (>= 5.0.6)
172172
msgpack (1.4.2)
173173
nio4r (2.5.8)
174-
nokogiri (1.13.0)
174+
nokogiri (1.13.1)
175175
mini_portile2 (~> 2.7.0)
176176
racc (~> 1.4)
177177
orm_adapter (0.5.0)
@@ -241,7 +241,7 @@ GEM
241241
rubocop-performance (1.13.1)
242242
rubocop (>= 1.7.0, < 2.0)
243243
rubocop-ast (>= 0.4.0)
244-
rubocop-rails (2.13.1)
244+
rubocop-rails (2.13.2)
245245
activesupport (>= 4.2.0)
246246
rack (>= 1.1)
247247
rubocop (>= 1.7.0, < 2.0)
@@ -325,4 +325,4 @@ RUBY VERSION
325325
ruby 3.0.3p157
326326

327327
BUNDLED WITH
328-
2.3.4
328+
2.3.5

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"css-loader": "^6.5.1",
2020
"css-minimizer-webpack-plugin": "^3.3.1",
2121
"jquery": "^3.6.0",
22-
"mini-css-extract-plugin": "^2.4.6",
22+
"mini-css-extract-plugin": "~> 2.4.7",
2323
"patch-package": "^6.4.7",
2424
"perfect-scrollbar": "^1.5.3",
2525
"popper.js": "^1.16.1",

0 commit comments

Comments
 (0)