Update packages related to compat data (#13432)

* Update `core-js@3`

* Update `compat-table`

* Update pinned `caniuse-lite` and `electron-to-chromium`

* Regenerate fixtures

* Regenerate Babel 8 fixtures
This commit is contained in:
Nicolò Ribaudo
2021-06-08 14:24:16 +02:00
committed by GitHub
parent 4eda1c8605
commit f6f37fb8cd
126 changed files with 298 additions and 207 deletions

View File

@@ -1,10 +1,12 @@
{
"proposal-class-static-block": {
"chrome": "91"
"chrome": "91",
"electron": "13.0"
},
"proposal-private-property-in-object": {
"chrome": "91",
"firefox": "90"
"firefox": "90",
"electron": "13.0"
},
"proposal-class-properties": {
"chrome": "74",
@@ -21,7 +23,7 @@
"opera": "70",
"edge": "84",
"firefox": "90",
"safari": "tp",
"safari": "15",
"node": "14.6",
"electron": "10.0"
},

View File

@@ -30,8 +30,8 @@
],
"devDependencies": {
"@mdn/browser-compat-data": "^3.3.4",
"core-js-compat": "^3.9.0",
"electron-to-chromium": "^1.3.738"
"core-js-compat": "^3.14.0",
"electron-to-chromium": "^1.3.749"
},
"engines": {
"node": ">=6.9.0"

View File

@@ -1,7 +1,7 @@
#!/bin/bash
set -e
COMPAT_TABLE_COMMIT=89a3aca56fe2a4ed355bec0a2e667d5df84a5a2c
COMPAT_TABLE_COMMIT=e0380f77d240796b06a2a8ab33a99363b6ec7f67
GIT_HEAD=build/compat-table/.git/HEAD
if [ -d "build/compat-table" ]; then