Skip to content
This repository has been archived by the owner on May 11, 2018. It is now read-only.

Commit

Permalink
Bump compat-table (#177)
Browse files Browse the repository at this point in the history
  • Loading branch information
existentialism authored and hzoo committed Mar 1, 2017
1 parent dd21531 commit 23b6459
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 42 deletions.
1 change: 1 addition & 0 deletions data/plugins.json
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@
"transform-async-to-generator": {
"chrome": 55,
"firefox": 52,
"node": 7.6,
"opera": 42
},
"syntax-trailing-function-commas": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"babel-preset-es2015": "^6.14.0",
"babel-register": "^6.14.0",
"chai": "^3.0.0",
"compat-table": "kangax/compat-table#688097f1ce623cb113640cc9108fe04fc418b823",
"compat-table": "kangax/compat-table#291c758ac618fff6bf5bb2113a5aa046189f93e2",
"eslint": "^3.13.1",
"eslint-config-babel": "^5.0.0",
"eslint-plugin-flowtype": "^2.29.1",
Expand Down
1 change: 1 addition & 0 deletions scripts/build-data.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ const envMap = {
iojs: "node3.3",
node64: "node6",
node65: "node6.5",
node76: "node7.6",
android40: "android4.0",
android41: "android4.1",
android42: "android4.2",
Expand Down
46 changes: 5 additions & 41 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -292,15 +292,7 @@ babel-helper-explode-class@^6.8.0:
babel-traverse "^6.18.0"
babel-types "^6.18.0"

babel-helper-fixtures@^6.20.0:
version "6.20.0"
resolved "https://registry.yarnpkg.com/babel-helper-fixtures/-/babel-helper-fixtures-6.20.0.tgz#b794c55077e4d5b969604a98cecad0068a7f16e8"
dependencies:
babel-runtime "^6.20.0"
lodash "^4.2.0"
try-resolve "^1.0.0"

babel-helper-fixtures@^6.22.0:
babel-helper-fixtures@^6.20.0, babel-helper-fixtures@^6.22.0:
version "6.22.0"
resolved "https://registry.yarnpkg.com/babel-helper-fixtures/-/babel-helper-fixtures-6.22.0.tgz#3cb9eaf5feae29f001d2754ab43b14a9dfa304ff"
dependencies:
Expand Down Expand Up @@ -825,14 +817,14 @@ babel-register@^6.14.0, babel-register@^6.18.0:
mkdirp "^0.5.1"
source-map-support "^0.4.2"

babel-runtime@^6.0.0, babel-runtime@^6.11.6, babel-runtime@^6.18.0, babel-runtime@^6.20.0, babel-runtime@^6.9.0, babel-runtime@^6.9.1:
babel-runtime@^6.0.0, babel-runtime@^6.11.6, babel-runtime@^6.20.0, babel-runtime@^6.9.0:
version "6.20.0"
resolved "https://registry.yarnpkg.com/babel-runtime/-/babel-runtime-6.20.0.tgz#87300bdcf4cd770f09bf0048c64204e17806d16f"
dependencies:
core-js "^2.4.0"
regenerator-runtime "^0.10.0"

babel-runtime@^6.22.0:
babel-runtime@^6.18.0, babel-runtime@^6.22.0, babel-runtime@^6.9.1:
version "6.22.0"
resolved "https://registry.yarnpkg.com/babel-runtime/-/babel-runtime-6.22.0.tgz#1cf8b4ac67c77a4ddb0db2ae1f74de52ac4ca611"
dependencies:
Expand Down Expand Up @@ -1075,37 +1067,9 @@ commoner@^0.10.1:
q "^1.1.2"
recast "^0.11.17"

compat-table@kangax/compat-table#688097f1ce623cb113640cc9108fe04fc418b823:
version "0.0.0"
resolved "https://codeload.github.com/kangax/compat-table/tar.gz/688097f1ce623cb113640cc9108fe04fc418b823"
dependencies:
babel-core latest
babel-polyfill latest
babel-preset-es2015 latest
babel-preset-es2016 latest
babel-preset-es2017 latest
babel-preset-stage-0 latest
chalk "^1.1.3"
cheerio "^0.20.0"
closurecompiler latest
core-js latest
es5-shim latest
es6-shim latest
es6-transpiler latest
es7-shim latest
esdown latest
espree latest
esprima latest
jshint latest
jstransform latest
lodash.pickby "^4.6.0"
object.assign "^4.0.4"
traceur latest
typescript latest

compat-table@kangax/compat-table#b0cec63ea21f3a7788a8eececcb918de903b7fc5:
compat-table@kangax/compat-table#291c758ac618fff6bf5bb2113a5aa046189f93e2:
version "0.0.0"
resolved "https://codeload.github.com/kangax/compat-table/tar.gz/b0cec63ea21f3a7788a8eececcb918de903b7fc5"
resolved "https://codeload.github.com/kangax/compat-table/tar.gz/291c758ac618fff6bf5bb2113a5aa046189f93e2"
dependencies:
babel-core latest
babel-polyfill latest
Expand Down

0 comments on commit 23b6459

Please sign in to comment.