Move mini-css-extract-plugin to dev

This commit is contained in:
Eric 2020-07-15 13:02:10 -05:00 committed by Eric Schultz
parent 41152b7b09
commit 192b163156
3 changed files with 6 additions and 61 deletions

View file

@ -4274,26 +4274,6 @@ ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
------
** format-number; version 2.0.2 -- https://github.com/componitable/format-number#readme
Copyright (c) 2017 Forbes Lindesay (https://github.com/ForbesLindesay)
# The BSD 3-clause License (BSD-3-Clause)
Copyright (c) 2017 [Forbes Lindesay](https://github.com/ForbesLindesay)
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
> THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
------
** nise; version 1.5.3 -- https://github.com/sinonjs/nise#readme
@ -14213,7 +14193,7 @@ Copyright JS Foundation and other contributors
Copyright JS Foundation and other contributors
** loader-utils; version 1.4.0 -- https://github.com/webpack/loader-utils#readme
Copyright JS Foundation and other contributors
** mini-css-extract-plugin; version 0.8.2 -- https://github.com/webpack-contrib/mini-css-extract-plugin
** mini-css-extract-plugin; version 0.9.0 -- https://github.com/webpack-contrib/mini-css-extract-plugin
Copyright JS Foundation and other contributors
** raw-loader; version 3.1.0 -- https://github.com/webpack-contrib/raw-loader
Copyright JS Foundation and other contributors
@ -18219,6 +18199,10 @@ This software is provided by the copyright holders and contributors “as is”
------
** @testing-library/dom; version 7.21.0 -- https://github.com/testing-library/dom-testing-library#readme
Copyright (c) 2017 Kent C. Dodds
Copyright (c) 2014-present, Facebook, Inc.
Copyright (c) Facebook, Inc. and its affiliates.
** @testing-library/jest-dom; version 5.11.1 -- https://github.com/testing-library/jest-dom#readme
Copyright (c) 2017 Kent C. Dodds
** @testing-library/react; version 10.4.7 -- https://github.com/testing-library/react-testing-library#readme
@ -23879,35 +23863,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
------
** shuffle-array; version 1.0.1 -- https://github.com/pazguille/shuffle-array#readme
Copyright (c) 2014.
Copyright (c) 2014 Guille Paz
The MIT License (MIT)
Copyright (c) 2014 Guille Paz
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
------
** path-dirname; version 1.0.2 -- https://github.com/es128/path-dirname#readme

View file

@ -70,6 +70,7 @@
"jest": "^24.1.0",
"jest-enzyme": "^7.0.1",
"jsdom": "^11.10.0",
"mini-css-extract-plugin": "^0.9.0",
"node-sass": "^4.12.0",
"phantomjs-prebuilt": "^2.1.16",
"react-test-renderer": "^16.13.1",
@ -122,7 +123,6 @@
"jquery.cookie": "1.4.1",
"lodash": "^4.17.15",
"marked": "^0.7.0",
"mini-css-extract-plugin": "^0.8.0",
"mobx": "^4.3.1",
"mobx-react": "^5.4.3",
"mobx-react-devtools": "^5.0.1",

View file

@ -10630,16 +10630,6 @@ mini-css-extract-plugin@^0.7.0:
schema-utils "^1.0.0"
webpack-sources "^1.1.0"
mini-css-extract-plugin@^0.8.0:
version "0.8.2"
resolved "https://registry.yarnpkg.com/mini-css-extract-plugin/-/mini-css-extract-plugin-0.8.2.tgz#a875e169beb27c88af77dd962771c9eedc3da161"
integrity sha512-a3Y4of27Wz+mqK3qrcd3VhYz6cU0iW5x3Sgvqzbj+XmlrSizmvu8QQMl5oMYJjgHOC4iyt+w7l4umP+dQeW3bw==
dependencies:
loader-utils "^1.1.0"
normalize-url "1.9.1"
schema-utils "^1.0.0"
webpack-sources "^1.1.0"
mini-css-extract-plugin@^0.9.0:
version "0.9.0"
resolved "https://registry.yarnpkg.com/mini-css-extract-plugin/-/mini-css-extract-plugin-0.9.0.tgz#47f2cf07aa165ab35733b1fc97d4c46c0564339e"