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 (#307)
Browse files Browse the repository at this point in the history
  • Loading branch information
existentialism authored Apr 25, 2017
1 parent 966922d commit 20ddb72
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 3 deletions.
3 changes: 3 additions & 0 deletions data/built-ins.json
Original file line number Diff line number Diff line change
Expand Up @@ -805,6 +805,7 @@
"firefox": 47,
"safari": 10.1,
"node": 7,
"ios": 10.3,
"opera": 41,
"electron": 1.5
},
Expand All @@ -814,6 +815,7 @@
"firefox": 47,
"safari": 10.1,
"node": 7,
"ios": 10.3,
"opera": 41,
"electron": 1.5
},
Expand All @@ -823,6 +825,7 @@
"firefox": 50,
"safari": 10.1,
"node": 7,
"ios": 10.3,
"opera": 41,
"electron": 1.5
},
Expand Down
2 changes: 2 additions & 0 deletions data/plugins.json
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,7 @@
"firefox": 52,
"safari": 10.1,
"node": 7,
"ios": 10.3,
"opera": 39,
"electron": 1.3
},
Expand All @@ -215,6 +216,7 @@
"firefox": 52,
"safari": 10.1,
"node": 7.6,
"ios": 10.3,
"opera": 42,
"electron": 1.6
},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"babel-register": "^6.23.0",
"chai": "^3.5.0",
"codecov": "^1.0.1",
"compat-table": "kangax/compat-table#861954b6e13d3eaa1ba9ef1a016906c0fc1072db",
"compat-table": "kangax/compat-table#f49f1b23ad35e61819c388bc1876d936bc6ad8bf",
"eslint": "^3.17.1",
"eslint-config-babel": "^6.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 @@ -145,6 +145,7 @@ const envMap = {
android50: "android5.0",
android51: "android5.1",
ios51: "ios5.1",
ios10_3: "ios10.3",
};

const compatibilityTests = flattenDeep([
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1269,9 +1269,9 @@ commoner@^0.10.1:
q "^1.1.2"
recast "^0.11.17"

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

0 comments on commit 20ddb72

Please sign in to comment.