forked from localtunnel/server
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
upgrade babel register and babel plugin transform commonjs
- Loading branch information
1 parent
308c2d4
commit 54f0eae
Showing
2 changed files
with
16 additions
and
60 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,10 +9,6 @@ accepts@~1.3.3: | |
mime-types "~2.1.16" | ||
negotiator "0.6.1" | ||
|
||
amdefine@>=0.0.4: | ||
version "1.0.1" | ||
resolved "https://registry.yarnpkg.com/amdefine/-/amdefine-1.0.1.tgz#4a5282ac164729e93619bcfd3ad151f817ce91f5" | ||
|
||
ansi-regex@^2.0.0: | ||
version "2.1.1" | ||
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-2.1.1.tgz#c3b33ab5ee360d86e0e628f0468ae7ef27d654df" | ||
|
@@ -63,7 +59,7 @@ babel-code-frame@^6.26.0: | |
esutils "^2.0.2" | ||
js-tokens "^3.0.2" | ||
|
||
babel-core@^6.26.0, babel-core@^6.9.0: | ||
babel-core@^6.26.0: | ||
version "6.26.0" | ||
resolved "https://registry.yarnpkg.com/babel-core/-/babel-core-6.26.0.tgz#af32f78b31a6fcef119c87b0fd8d9753f03a0bb8" | ||
dependencies: | ||
|
@@ -113,36 +109,23 @@ babel-messages@^6.23.0: | |
dependencies: | ||
babel-runtime "^6.22.0" | ||
|
||
babel-plugin-transform-es2015-modules-commonjs@6.10.3: | ||
version "6.10.3" | ||
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-modules-commonjs/-/babel-plugin-transform-es2015-modules-commonjs-6.10.3.tgz#e4993a455518ca1a3c580bfda35c074e40659c5f" | ||
babel-plugin-transform-es2015-modules-commonjs@6.26.0: | ||
version "6.26.0" | ||
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-modules-commonjs/-/babel-plugin-transform-es2015-modules-commonjs-6.26.0.tgz#0d8394029b7dc6abe1a97ef181e00758dd2e5d8a" | ||
dependencies: | ||
babel-plugin-transform-strict-mode "^6.8.0" | ||
babel-runtime "^6.0.0" | ||
babel-template "^6.8.0" | ||
babel-types "^6.8.0" | ||
babel-plugin-transform-strict-mode "^6.24.1" | ||
babel-runtime "^6.26.0" | ||
babel-template "^6.26.0" | ||
babel-types "^6.26.0" | ||
|
||
babel-plugin-transform-strict-mode@^6.8.0: | ||
babel-plugin-transform-strict-mode@^6.24.1: | ||
version "6.24.1" | ||
resolved "https://registry.yarnpkg.com/babel-plugin-transform-strict-mode/-/babel-plugin-transform-strict-mode-6.24.1.tgz#d5faf7aa578a65bbe591cf5edae04a0c67020758" | ||
dependencies: | ||
babel-runtime "^6.22.0" | ||
babel-types "^6.24.1" | ||
|
||
[email protected]: | ||
version "6.9.0" | ||
resolved "https://registry.yarnpkg.com/babel-register/-/babel-register-6.9.0.tgz#dd5f3572ef5bd4082ca05471e942e4a91b162ff0" | ||
dependencies: | ||
babel-core "^6.9.0" | ||
babel-runtime "^6.9.0" | ||
core-js "^2.4.0" | ||
home-or-tmp "^1.0.0" | ||
lodash "^4.2.0" | ||
mkdirp "^0.5.1" | ||
path-exists "^1.0.0" | ||
source-map-support "^0.2.10" | ||
|
||
babel-register@^6.26.0: | ||
[email protected], babel-register@^6.26.0: | ||
version "6.26.0" | ||
resolved "https://registry.yarnpkg.com/babel-register/-/babel-register-6.26.0.tgz#6ed021173e2fcb486d7acb45c6009a856f647071" | ||
dependencies: | ||
|
@@ -154,14 +137,14 @@ babel-register@^6.26.0: | |
mkdirp "^0.5.1" | ||
source-map-support "^0.4.15" | ||
|
||
babel-runtime@^6.0.0, babel-runtime@^6.22.0, babel-runtime@^6.26.0, babel-runtime@^6.9.0: | ||
babel-runtime@^6.22.0, babel-runtime@^6.26.0: | ||
version "6.26.0" | ||
resolved "https://registry.yarnpkg.com/babel-runtime/-/babel-runtime-6.26.0.tgz#965c7058668e82b55d7bfe04ff2337bc8b5647fe" | ||
dependencies: | ||
core-js "^2.4.0" | ||
regenerator-runtime "^0.11.0" | ||
|
||
babel-template@^6.24.1, babel-template@^6.26.0, babel-template@^6.8.0: | ||
babel-template@^6.24.1, babel-template@^6.26.0: | ||
version "6.26.0" | ||
resolved "https://registry.yarnpkg.com/babel-template/-/babel-template-6.26.0.tgz#de03e2d16396b069f46dd9fff8521fb1a0e35e02" | ||
dependencies: | ||
|
@@ -185,7 +168,7 @@ babel-traverse@^6.26.0: | |
invariant "^2.2.2" | ||
lodash "^4.17.4" | ||
|
||
babel-types@^6.24.1, babel-types@^6.26.0, babel-types@^6.8.0: | ||
babel-types@^6.24.1, babel-types@^6.26.0: | ||
version "6.26.0" | ||
resolved "https://registry.yarnpkg.com/babel-types/-/babel-types-6.26.0.tgz#a3b073f94ab49eb6fa55cd65227a334380632497" | ||
dependencies: | ||
|
@@ -662,13 +645,6 @@ [email protected]: | |
version "2.16.3" | ||
resolved "https://registry.yarnpkg.com/hoek/-/hoek-2.16.3.tgz#20bb7403d3cea398e91dc4710a8ff1b8274a25ed" | ||
|
||
home-or-tmp@^1.0.0: | ||
version "1.0.0" | ||
resolved "https://registry.yarnpkg.com/home-or-tmp/-/home-or-tmp-1.0.0.tgz#4b9f1e40800c3e50c6c27f781676afcce71f3985" | ||
dependencies: | ||
os-tmpdir "^1.0.1" | ||
user-home "^1.1.1" | ||
|
||
home-or-tmp@^2.0.0: | ||
version "2.0.0" | ||
resolved "https://registry.yarnpkg.com/home-or-tmp/-/home-or-tmp-2.0.0.tgz#e36c3f2d2cae7d746a857e38d18d5f32a7882db8" | ||
|
@@ -921,7 +897,7 @@ lodash.toarray@^4.4.0: | |
version "4.4.0" | ||
resolved "https://registry.yarnpkg.com/lodash.toarray/-/lodash.toarray-4.4.0.tgz#24c4bfcd6b2fba38bfd0594db1179d8e9b656561" | ||
|
||
lodash@^4.14.0, lodash@^4.17.4, lodash@^4.2.0, lodash@^4.8.2: | ||
lodash@^4.14.0, lodash@^4.17.4, lodash@^4.8.2: | ||
version "4.17.4" | ||
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.4.tgz#78203a4d1c328ae1d86dca6460e369b57f4055ae" | ||
|
||
|
@@ -1199,10 +1175,6 @@ parseurl@~1.3.1: | |
version "1.3.2" | ||
resolved "https://registry.yarnpkg.com/parseurl/-/parseurl-1.3.2.tgz#fc289d4ed8993119460c156253262cdc8de65bf3" | ||
|
||
path-exists@^1.0.0: | ||
version "1.0.0" | ||
resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-1.0.0.tgz#d5a8998eb71ef37a74c34eb0d9eba6e878eea081" | ||
|
||
path-exists@^2.0.0: | ||
version "2.1.0" | ||
resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-2.1.0.tgz#0feb6c64f0fc518d9a754dd5efb62c7022761f4b" | ||
|
@@ -1445,24 +1417,12 @@ [email protected]: | |
dependencies: | ||
hoek "2.x.x" | ||
|
||
source-map-support@^0.2.10: | ||
version "0.2.10" | ||
resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.2.10.tgz#ea5a3900a1c1cb25096a0ae8cc5c2b4b10ded3dc" | ||
dependencies: | ||
source-map "0.1.32" | ||
|
||
source-map-support@^0.4.15: | ||
version "0.4.18" | ||
resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.4.18.tgz#0286a6de8be42641338594e97ccea75f0a2c585f" | ||
dependencies: | ||
source-map "^0.5.6" | ||
|
||
[email protected]: | ||
version "0.1.32" | ||
resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.1.32.tgz#c8b6c167797ba4740a8ea33252162ff08591b266" | ||
dependencies: | ||
amdefine ">=0.0.4" | ||
|
||
source-map@^0.5.6: | ||
version "0.5.7" | ||
resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.5.7.tgz#8a039d2d1021d22d1ea14c80d8ea468ba2ef3fcc" | ||
|
@@ -1586,10 +1546,6 @@ unpipe@~1.0.0: | |
version "1.0.0" | ||
resolved "https://registry.yarnpkg.com/unpipe/-/unpipe-1.0.0.tgz#b2bf4ee8514aae6165b4817829d21b2ef49904ec" | ||
|
||
user-home@^1.1.1: | ||
version "1.1.1" | ||
resolved "https://registry.yarnpkg.com/user-home/-/user-home-1.1.1.tgz#2b5be23a32b63a7c9deb8d0f28d485724a3df190" | ||
|
||
[email protected]: | ||
version "1.2.2" | ||
resolved "https://registry.yarnpkg.com/utf-8-validate/-/utf-8-validate-1.2.2.tgz#8bb871a4741e085c70487ca7acdbd7d6d36029eb" | ||
|