Upgrade to Babel7

This commit is contained in:
Labhansh Agrawal 2019-09-08 21:02:04 +05:30 committed by Benjamin Staneck
parent 6c4a064f22
commit 6da86bb0e8

View file

@ -83,7 +83,7 @@
]
},
"babel": {
"presets": ["react"],
"presets": ["@babel/react"],
"plugins": [
[
"styled-jsx/babel",
@ -213,12 +213,12 @@
"xterm": "https://registry.npmjs.org/@zeit/xterm/-/xterm-3.12.0-1.tgz"
},
"devDependencies": {
"@babel/cli": "7.5.5",
"@babel/core": "7.5.5",
"@babel/preset-react": "7.0.0",
"ava": "0.25.0",
"babel-cli": "6.26.0",
"babel-core": "6.26.0",
"babel-loader": "7.1.2",
"babel-preset-babili": "0.1.4",
"babel-preset-react": "6.24.1",
"babel-loader": "8.0.6",
"babel-preset-minify": "0.5.1",
"copy-webpack-plugin": "5.0.4",
"cross-env": "5.1.4",
"electron": "3.1.3",