Bump compat-table (#307)

This commit is contained in:
Brian Ng 2017-04-25 17:14:19 -05:00 committed by GitHub
parent 7624648623
commit 285b35e8b3
5 changed files with 9 additions and 3 deletions

View File

@ -805,6 +805,7 @@
"firefox": 47,
"safari": 10.1,
"node": 7,
"ios": 10.3,
"opera": 41,
"electron": 1.5
},
@ -814,6 +815,7 @@
"firefox": 47,
"safari": 10.1,
"node": 7,
"ios": 10.3,
"opera": 41,
"electron": 1.5
},
@ -823,6 +825,7 @@
"firefox": 50,
"safari": 10.1,
"node": 7,
"ios": 10.3,
"opera": 41,
"electron": 1.5
},

View File

@ -206,6 +206,7 @@
"firefox": 52,
"safari": 10.1,
"node": 7,
"ios": 10.3,
"opera": 39,
"electron": 1.3
},
@ -215,6 +216,7 @@
"firefox": 52,
"safari": 10.1,
"node": 7.6,
"ios": 10.3,
"opera": 42,
"electron": 1.6
},

View File

@ -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",

View File

@ -145,6 +145,7 @@ const envMap = {
android50: "android5.0",
android51: "android5.1",
ios51: "ios5.1",
ios10_3: "ios10.3",
};
const compatibilityTests = flattenDeep([

View File

@ -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