mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-12 20:18:41 -09:00
Upgrade to Babel7
This commit is contained in:
parent
6c4a064f22
commit
6da86bb0e8
1 changed files with 6 additions and 6 deletions
12
package.json
12
package.json
|
|
@ -83,7 +83,7 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"babel": {
|
"babel": {
|
||||||
"presets": ["react"],
|
"presets": ["@babel/react"],
|
||||||
"plugins": [
|
"plugins": [
|
||||||
[
|
[
|
||||||
"styled-jsx/babel",
|
"styled-jsx/babel",
|
||||||
|
|
@ -213,12 +213,12 @@
|
||||||
"xterm": "https://registry.npmjs.org/@zeit/xterm/-/xterm-3.12.0-1.tgz"
|
"xterm": "https://registry.npmjs.org/@zeit/xterm/-/xterm-3.12.0-1.tgz"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
"@babel/cli": "7.5.5",
|
||||||
|
"@babel/core": "7.5.5",
|
||||||
|
"@babel/preset-react": "7.0.0",
|
||||||
"ava": "0.25.0",
|
"ava": "0.25.0",
|
||||||
"babel-cli": "6.26.0",
|
"babel-loader": "8.0.6",
|
||||||
"babel-core": "6.26.0",
|
"babel-preset-minify": "0.5.1",
|
||||||
"babel-loader": "7.1.2",
|
|
||||||
"babel-preset-babili": "0.1.4",
|
|
||||||
"babel-preset-react": "6.24.1",
|
|
||||||
"copy-webpack-plugin": "5.0.4",
|
"copy-webpack-plugin": "5.0.4",
|
||||||
"cross-env": "5.1.4",
|
"cross-env": "5.1.4",
|
||||||
"electron": "3.1.3",
|
"electron": "3.1.3",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue