Skip to content

Commit 81a93b5

Browse files
committed
Upgrading to [email protected]
This latest build includes a fix required for Webpack5 See: webpack-contrib/mini-css-extract-plugin#561
1 parent 460bc0f commit 81a93b5

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"i18n-js": "^3.2.2",
5252
"jquery": "^3.3.1",
5353
"jquery-ujs": "^1.2.2",
54-
"mini-css-extract-plugin": "^0.9.0",
54+
"mini-css-extract-plugin": "0.10.0",
5555
"node-sass": "^4.13.0",
5656
"prop-types": "^15.6.1",
5757
"rails-erb-loader": "^5.5.2",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -5793,10 +5793,10 @@ min-indent@^1.0.0:
57935793
resolved "https://registry.yarnpkg.com/min-indent/-/min-indent-1.0.0.tgz#cfc45c37e9ec0d8f0a0ec3dd4ef7f7c3abe39256"
57945794
integrity sha1-z8RcN+nsDY8KDsPdTvf3w6vjklY=
57955795

5796-
mini-css-extract-plugin@^0.9.0:
5797-
version "0.9.0"
5798-
resolved "https://registry.yarnpkg.com/mini-css-extract-plugin/-/mini-css-extract-plugin-0.9.0.tgz#47f2cf07aa165ab35733b1fc97d4c46c0564339e"
5799-
integrity sha512-lp3GeY7ygcgAmVIcRPBVhIkf8Us7FZjA+ILpal44qLdSu11wmjKQ3d9k15lfD7pO4esu9eUIAW7qiYIBppv40A==
5796+
mini-css-extract-plugin@0.10.0:
5797+
version "0.10.0"
5798+
resolved "https://registry.yarnpkg.com/mini-css-extract-plugin/-/mini-css-extract-plugin-0.10.0.tgz#a0e6bfcad22a9c73f6c882a3c7557a98e2d3d27d"
5799+
integrity sha512-QgKgJBjaJhxVPwrLNqqwNS0AGkuQQ31Hp4xGXEK/P7wehEg6qmNtReHKai3zRXqY60wGVWLYcOMJK2b98aGc3A==
58005800
dependencies:
58015801
loader-utils "^1.1.0"
58025802
normalize-url "1.9.1"

0 commit comments

Comments
 (0)