Skip to content

Commit

Permalink
chore: bump compat-table and electron-to-chromium (#12244)
Browse files Browse the repository at this point in the history
  • Loading branch information
JLHwung committed Oct 27, 2020
1 parent ea2892f commit 750d869
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 7 deletions.
2 changes: 2 additions & 0 deletions packages/babel-compat-data/data/plugins.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"chrome": "84",
"opera": "70",
"edge": "84",
"node": "14.6",
"electron": "10.0"
},
"proposal-numeric-separator": {
Expand All @@ -28,6 +29,7 @@
"chrome": "85",
"firefox": "79",
"safari": "14",
"node": "15",
"electron": "10.0"
},
"proposal-nullish-coalescing-operator": {
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-compat-data/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"compat-data"
],
"devDependencies": {
"electron-to-chromium": "1.3.574",
"electron-to-chromium": "1.3.583",
"lodash": "^4.17.19",
"mdn-browser-compat-data": "1.0.38"
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
set -e

COMPAT_TABLE_COMMIT=e77292d3fc6f8d84c9a5a12b27e4636950fa1275
COMPAT_TABLE_COMMIT=74122d2dc54b7d655e8e7c621dee7030b857052c
GIT_HEAD=build/compat-table/.git/HEAD

if [ -d "build/compat-table" ]; then
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@babel/compat-data@workspace:packages/babel-compat-data"
dependencies:
electron-to-chromium: 1.3.574
electron-to-chromium: 1.3.583
lodash: ^4.17.19
mdn-browser-compat-data: 1.0.38
languageName: unknown
Expand Down Expand Up @@ -6089,10 +6089,10 @@ __metadata:
languageName: node
linkType: hard

"electron-to-chromium@npm:1.3.574, electron-to-chromium@npm:^1.3.571":
version: 1.3.574
resolution: "electron-to-chromium@npm:1.3.574"
checksum: 671aa9db3fbebb2538612195d667e73b981ea60bd64f7d1d42b55f406321fd4111d6409c4453ef2138f9ab36f303e84269490e9e1fb18762bc9529f89ab076b6
"electron-to-chromium@npm:1.3.583, electron-to-chromium@npm:^1.3.571":
version: 1.3.583
resolution: "electron-to-chromium@npm:1.3.583"
checksum: 134710b06cdd0a722bba5efe502beb914bae9285cd3140c5824f043984b2595e64d6cb893675d8b185cf8bef46cc8f39c72a9f1c78237e31def0c64e076e532f
languageName: node
linkType: hard

Expand Down

0 comments on commit 750d869

Please sign in to comment.