Skip to content
This repository was archived by the owner on Aug 13, 2025. It is now read-only.

Commit f30d0f3

Browse files
committed
Update babel to solve build error on node 14
1 parent ac3b5bd commit f30d0f3

File tree

2 files changed

+810
-695
lines changed

2 files changed

+810
-695
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@
3131
"web:server": "webpack-dev-server --config=web/webpack.config.js --hot --mode development"
3232
},
3333
"devDependencies": {
34-
"@babel/cli": "^7.8.4",
35-
"@babel/core": "^7.8.7",
36-
"@babel/plugin-transform-runtime": "^7.8.3",
37-
"@babel/preset-env": "^7.8.7",
38-
"@babel/register": "^7.8.6",
34+
"@babel/cli": "^7.10.1",
35+
"@babel/core": "^7.10.1",
36+
"@babel/plugin-transform-runtime": "^7.10.1",
37+
"@babel/preset-env": "^7.10.1",
38+
"@babel/register": "^7.10.1",
3939
"ajv": "^6.11.0",
4040
"babel-eslint": "^10.0.3",
4141
"babel-loader": "^8.0.5",

0 commit comments

Comments
 (0)