Skip to content

Commit 83039fa

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

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5775,10 +5775,10 @@ min-indent@^1.0.0:
57755775
resolved "https://registry.yarnpkg.com/min-indent/-/min-indent-1.0.0.tgz#cfc45c37e9ec0d8f0a0ec3dd4ef7f7c3abe39256"
57765776
integrity sha1-z8RcN+nsDY8KDsPdTvf3w6vjklY=
57775777

5778-
mini-css-extract-plugin@^0.9.0:
5779-
version "0.9.0"
5780-
resolved "https://registry.yarnpkg.com/mini-css-extract-plugin/-/mini-css-extract-plugin-0.9.0.tgz#47f2cf07aa165ab35733b1fc97d4c46c0564339e"
5781-
integrity sha512-lp3GeY7ygcgAmVIcRPBVhIkf8Us7FZjA+ILpal44qLdSu11wmjKQ3d9k15lfD7pO4esu9eUIAW7qiYIBppv40A==
5778+
mini-css-extract-plugin@0.10.0:
5779+
version "0.10.0"
5780+
resolved "https://registry.yarnpkg.com/mini-css-extract-plugin/-/mini-css-extract-plugin-0.10.0.tgz#a0e6bfcad22a9c73f6c882a3c7557a98e2d3d27d"
5781+
integrity sha512-QgKgJBjaJhxVPwrLNqqwNS0AGkuQQ31Hp4xGXEK/P7wehEg6qmNtReHKai3zRXqY60wGVWLYcOMJK2b98aGc3A==
57825782
dependencies:
57835783
loader-utils "^1.1.0"
57845784
normalize-url "1.9.1"

0 commit comments

Comments
 (0)