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