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

Bump compat-table #177

Merged
merged 1 commit into from
Mar 1, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should figure out how to not do any of this stuff anymore

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I believe #86 is supposed to fix this but didn't really look at it @graingert

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, still in the thick of a refactor that hopefully will remove the need for this. (fingers crossed)

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