Skip to content

Commit aa07193

Browse files
committed
fix core-js related errors
1 parent ea8abca commit aa07193

File tree

4 files changed

+722
-71
lines changed

4 files changed

+722
-71
lines changed

Diff for: .babelrc

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
{
66
"useBuiltIns": "usage",
77
"corejs": {
8-
"version": "3.3" }
8+
"version": "3.25" }
99
}
1010
]
1111
],
1212
"plugins": [
1313
["@babel/plugin-transform-runtime",
1414
{ "corejs": 3,
15-
"version": "^7.16.8"
15+
"version": "^7.18.10"
1616
}
1717
]
1818
]

Diff for: .browserslistrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
electron >= 20.0.1
1+
electron >= 20.1.1

0 commit comments

Comments
 (0)