Add babel-plugin-transform-imports
This commit is contained in:
parent
0735d79a55
commit
8a45592e5e
3 changed files with 60 additions and 1 deletions
36
NOTICE-js
36
NOTICE-js
|
@ -5251,6 +5251,7 @@ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH RE
|
||||||
------
|
------
|
||||||
|
|
||||||
** babel-plugin-transform-import; version 1.5.4 -- https://bitbucket.org/terrytangabc/babel-plugin-transform-imports
|
** babel-plugin-transform-import; version 1.5.4 -- https://bitbucket.org/terrytangabc/babel-plugin-transform-imports
|
||||||
|
** babel-plugin-transform-imports; version 2.0.0 -- https://bitbucket.org/amctheatres/babel-transform-imports
|
||||||
** boolbase; version 1.0.0 -- https://github.com/fb55/boolbase
|
** boolbase; version 1.0.0 -- https://github.com/fb55/boolbase
|
||||||
** capture-exit; version 2.0.0 -- https://github.com/stefanpenner/capture-exit#readme
|
** capture-exit; version 2.0.0 -- https://github.com/stefanpenner/capture-exit#readme
|
||||||
** icss-replace-symbols; version 1.1.0 -- https://github.com/css-modules/icss-replace-symbols#readme
|
** icss-replace-symbols; version 1.1.0 -- https://github.com/css-modules/icss-replace-symbols#readme
|
||||||
|
@ -9789,6 +9790,13 @@ Copyright (c) 2015, Jon Schlinkert.
|
||||||
** is-extendable; version 0.1.1 -- https://github.com/jonschlinkert/is-extendable
|
** is-extendable; version 0.1.1 -- https://github.com/jonschlinkert/is-extendable
|
||||||
Copyright (c) 2015 Jon Schlinkert
|
Copyright (c) 2015 Jon Schlinkert
|
||||||
Copyright (c) 2015, Jon Schlinkert.
|
Copyright (c) 2015, Jon Schlinkert.
|
||||||
|
** is-invalid-path; version 0.1.0 -- https://github.com/jonschlinkert/is-invalid-path
|
||||||
|
Copyright (c) 2015 Jon Schlinkert
|
||||||
|
Copyright (c) 2015, Jon Schlinkert.
|
||||||
|
** is-valid-path; version 0.1.1 -- https://github.com/jonschlinkert/is-valid-path
|
||||||
|
Copyright (c) 2015 Jon Schlinkert
|
||||||
|
Copyright (c) 2014-2015, Jon Schlinkert.
|
||||||
|
Copyright (c) 2015 Jon Schlinkert, contributors.
|
||||||
** pascalcase; version 0.1.1 -- https://github.com/jonschlinkert/pascalcase
|
** pascalcase; version 0.1.1 -- https://github.com/jonschlinkert/pascalcase
|
||||||
Copyright (c) 2015 Jon Schlinkert
|
Copyright (c) 2015 Jon Schlinkert
|
||||||
Copyright (c) 2015, Jon Schlinkert.
|
Copyright (c) 2015, Jon Schlinkert.
|
||||||
|
@ -10842,6 +10850,34 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
||||||
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||||
|
|
||||||
|
|
||||||
|
------
|
||||||
|
|
||||||
|
** formik-material-ui; version 2.0.0 -- https://github.com/stackworx/formik-material-ui#readme
|
||||||
|
Copyright (c) Microsoft Corporation.
|
||||||
|
Copyright (c) 2018 Ciaran Liedeman https://github.com/cliedeman
|
||||||
|
|
||||||
|
MIT License
|
||||||
|
|
||||||
|
Copyright (c) 2018 Ciaran Liedeman https://github.com/cliedeman
|
||||||
|
|
||||||
|
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.
|
||||||
|
|
||||||
------
|
------
|
||||||
|
|
||||||
** methods; version 1.0.1 -- https://github.com/visionmedia/node-methods
|
** methods; version 1.0.1 -- https://github.com/visionmedia/node-methods
|
||||||
|
|
|
@ -46,6 +46,7 @@
|
||||||
"@types/validator": "^9.4.1",
|
"@types/validator": "^9.4.1",
|
||||||
"babel-loader": "^8.1.0",
|
"babel-loader": "^8.1.0",
|
||||||
"babel-plugin-transform-import": "^1.5.4",
|
"babel-plugin-transform-import": "^1.5.4",
|
||||||
|
"babel-plugin-transform-imports": "^2.0.0",
|
||||||
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
|
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
|
||||||
"bootstrap": "^3.4.1",
|
"bootstrap": "^3.4.1",
|
||||||
"bootstrap-loader": "github:houdiniproject/bootstrap-loader#compiled_namespaced_3",
|
"bootstrap-loader": "github:houdiniproject/bootstrap-loader#compiled_namespaced_3",
|
||||||
|
|
24
yarn.lock
24
yarn.lock
|
@ -1768,7 +1768,7 @@
|
||||||
lodash "^4.17.13"
|
lodash "^4.17.13"
|
||||||
to-fast-properties "^2.0.0"
|
to-fast-properties "^2.0.0"
|
||||||
|
|
||||||
"@babel/types@^7.10.1", "@babel/types@^7.10.3":
|
"@babel/types@^7.10.1", "@babel/types@^7.10.3", "@babel/types@^7.4":
|
||||||
version "7.10.3"
|
version "7.10.3"
|
||||||
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.10.3.tgz#6535e3b79fea86a6b09e012ea8528f935099de8e"
|
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.10.3.tgz#6535e3b79fea86a6b09e012ea8528f935099de8e"
|
||||||
integrity sha512-nZxaJhBXBQ8HVoIcGsf9qWep3Oh3jCENK54V4mRF7qaJabVsAYdbTtmSD8WmAp1R6ytPiu5apMwSXyxB1WlaBA==
|
integrity sha512-nZxaJhBXBQ8HVoIcGsf9qWep3Oh3jCENK54V4mRF7qaJabVsAYdbTtmSD8WmAp1R6ytPiu5apMwSXyxB1WlaBA==
|
||||||
|
@ -3941,6 +3941,14 @@ babel-plugin-transform-import@^1.5.4:
|
||||||
lodash.kebabcase "^4.1.1"
|
lodash.kebabcase "^4.1.1"
|
||||||
lodash.snakecase "^4.1.1"
|
lodash.snakecase "^4.1.1"
|
||||||
|
|
||||||
|
babel-plugin-transform-imports@^2.0.0:
|
||||||
|
version "2.0.0"
|
||||||
|
resolved "https://registry.yarnpkg.com/babel-plugin-transform-imports/-/babel-plugin-transform-imports-2.0.0.tgz#9e5f49f751a9d34ba8f4bb988c7e48ed2419c6b6"
|
||||||
|
integrity sha512-65ewumYJ85QiXdcB/jmiU0y0jg6eL6CdnDqQAqQ8JMOKh1E52VPG3NJzbVKWcgovUR5GBH8IWpCXQ7I8Q3wjgw==
|
||||||
|
dependencies:
|
||||||
|
"@babel/types" "^7.4"
|
||||||
|
is-valid-path "^0.1.1"
|
||||||
|
|
||||||
babel-plugin-transform-inline-consecutive-adds@^0.4.3:
|
babel-plugin-transform-inline-consecutive-adds@^0.4.3:
|
||||||
version "0.4.3"
|
version "0.4.3"
|
||||||
resolved "https://registry.yarnpkg.com/babel-plugin-transform-inline-consecutive-adds/-/babel-plugin-transform-inline-consecutive-adds-0.4.3.tgz#323d47a3ea63a83a7ac3c811ae8e6941faf2b0d1"
|
resolved "https://registry.yarnpkg.com/babel-plugin-transform-inline-consecutive-adds/-/babel-plugin-transform-inline-consecutive-adds-0.4.3.tgz#323d47a3ea63a83a7ac3c811ae8e6941faf2b0d1"
|
||||||
|
@ -8484,6 +8492,13 @@ is-in-browser@^1.0.2, is-in-browser@^1.1.3:
|
||||||
resolved "https://registry.yarnpkg.com/is-in-browser/-/is-in-browser-1.1.3.tgz#56ff4db683a078c6082eb95dad7dc62e1d04f835"
|
resolved "https://registry.yarnpkg.com/is-in-browser/-/is-in-browser-1.1.3.tgz#56ff4db683a078c6082eb95dad7dc62e1d04f835"
|
||||||
integrity sha1-Vv9NtoOgeMYILrldrX3GLh0E+DU=
|
integrity sha1-Vv9NtoOgeMYILrldrX3GLh0E+DU=
|
||||||
|
|
||||||
|
is-invalid-path@^0.1.0:
|
||||||
|
version "0.1.0"
|
||||||
|
resolved "https://registry.yarnpkg.com/is-invalid-path/-/is-invalid-path-0.1.0.tgz#307a855b3cf1a938b44ea70d2c61106053714f34"
|
||||||
|
integrity sha1-MHqFWzzxqTi0TqcNLGEQYFNxTzQ=
|
||||||
|
dependencies:
|
||||||
|
is-glob "^2.0.0"
|
||||||
|
|
||||||
is-map@^2.0.1:
|
is-map@^2.0.1:
|
||||||
version "2.0.1"
|
version "2.0.1"
|
||||||
resolved "https://registry.yarnpkg.com/is-map/-/is-map-2.0.1.tgz#520dafc4307bb8ebc33b813de5ce7c9400d644a1"
|
resolved "https://registry.yarnpkg.com/is-map/-/is-map-2.0.1.tgz#520dafc4307bb8ebc33b813de5ce7c9400d644a1"
|
||||||
|
@ -8629,6 +8644,13 @@ is-utf8@^0.2.0:
|
||||||
resolved "https://registry.yarnpkg.com/is-utf8/-/is-utf8-0.2.1.tgz#4b0da1442104d1b336340e80797e865cf39f7d72"
|
resolved "https://registry.yarnpkg.com/is-utf8/-/is-utf8-0.2.1.tgz#4b0da1442104d1b336340e80797e865cf39f7d72"
|
||||||
integrity sha1-Sw2hRCEE0bM2NA6AeX6GXPOffXI=
|
integrity sha1-Sw2hRCEE0bM2NA6AeX6GXPOffXI=
|
||||||
|
|
||||||
|
is-valid-path@^0.1.1:
|
||||||
|
version "0.1.1"
|
||||||
|
resolved "https://registry.yarnpkg.com/is-valid-path/-/is-valid-path-0.1.1.tgz#110f9ff74c37f663e1ec7915eb451f2db93ac9df"
|
||||||
|
integrity sha1-EQ+f90w39mPh7HkV60UfLbk6yd8=
|
||||||
|
dependencies:
|
||||||
|
is-invalid-path "^0.1.0"
|
||||||
|
|
||||||
is-window@^1.0.2:
|
is-window@^1.0.2:
|
||||||
version "1.0.2"
|
version "1.0.2"
|
||||||
resolved "https://registry.yarnpkg.com/is-window/-/is-window-1.0.2.tgz#2c896ca53db97de45d3c33133a65d8c9f563480d"
|
resolved "https://registry.yarnpkg.com/is-window/-/is-window-1.0.2.tgz#2c896ca53db97de45d3c33133a65d8c9f563480d"
|
||||||
|
|
Loading…
Reference in a new issue