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

Commit

Permalink
update compat (#169)
Browse files Browse the repository at this point in the history
  • Loading branch information
hzoo authored Feb 24, 2017
1 parent d1f301e commit 48049aa
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 4 deletions.
1 change: 1 addition & 0 deletions data/built-ins.json
Original file line number Diff line number Diff line change
Expand Up @@ -692,6 +692,7 @@
"chrome": 54,
"edge": 15,
"firefox": 50,
"safari": 10,
"node": 7,
"opera": 41
},
Expand Down
7 changes: 6 additions & 1 deletion data/plugins.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
"transform-es2015-destructuring": {
"chrome": 51,
"edge": 15,
"firefox": 53,
"safari": 10,
"node": 6.5,
"ios": 10,
Expand All @@ -62,6 +63,7 @@
"transform-es2015-for-of": {
"chrome": 51,
"edge": 15,
"firefox": 53,
"safari": 10,
"node": 6.5,
"ios": 10,
Expand Down Expand Up @@ -159,6 +161,7 @@
"transform-regenerator": {
"chrome": 50,
"edge": 13,
"firefox": 53,
"safari": 10,
"node": 6,
"ios": 10,
Expand All @@ -176,9 +179,11 @@
"opera": 42
},
"syntax-trailing-function-commas": {
"chrome": 58,
"edge": 14,
"firefox": 52,
"safari": 10,
"ios": 10
"ios": 10,
"opera": 45
}
}
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@
"babel-plugin-transform-exponentiation-operator": "^6.8.0",
"babel-plugin-transform-regenerator": "^6.6.0",
"browserslist": "^1.4.0",
"invariant": "^2.2.2",
"electron-to-chromium": "^1.1.0"
"electron-to-chromium": "^1.1.0",
"invariant": "^2.2.2"
},
"devDependencies": {
"babel-cli": "^6.11.4",
Expand All @@ -58,7 +58,7 @@
"babel-preset-es2015": "^6.14.0",
"babel-register": "^6.14.0",
"chai": "^3.0.0",
"compat-table": "kangax/compat-table#b0cec63ea21f3a7788a8eececcb918de903b7fc5",
"compat-table": "kangax/compat-table#688097f1ce623cb113640cc9108fe04fc418b823",
"eslint": "^3.13.1",
"eslint-config-babel": "^5.0.0",
"eslint-plugin-flowtype": "^2.29.1",
Expand Down
28 changes: 28 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1075,6 +1075,34 @@ 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:
version "0.0.0"
resolved "https://codeload.github.com/kangax/compat-table/tar.gz/b0cec63ea21f3a7788a8eececcb918de903b7fc5"
Expand Down

0 comments on commit 48049aa

Please sign in to comment.