Skip to content

Commit

Permalink
Update babel to solve build error on node 14
Browse files Browse the repository at this point in the history
  • Loading branch information
Treora committed May 29, 2020
1 parent ac3b5bd commit f30d0f3
Show file tree
Hide file tree
Showing 2 changed files with 810 additions and 695 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@
"web:server": "webpack-dev-server --config=web/webpack.config.js --hot --mode development"
},
"devDependencies": {
"@babel/cli": "^7.8.4",
"@babel/core": "^7.8.7",
"@babel/plugin-transform-runtime": "^7.8.3",
"@babel/preset-env": "^7.8.7",
"@babel/register": "^7.8.6",
"@babel/cli": "^7.10.1",
"@babel/core": "^7.10.1",
"@babel/plugin-transform-runtime": "^7.10.1",
"@babel/preset-env": "^7.10.1",
"@babel/register": "^7.10.1",
"ajv": "^6.11.0",
"babel-eslint": "^10.0.3",
"babel-loader": "^8.0.5",
Expand Down
Loading

0 comments on commit f30d0f3

Please sign in to comment.