babel update
This commit is contained in:
parent
0105999907
commit
5f874883a1
5
.babelrc
5
.babelrc
@ -9,10 +9,9 @@
|
||||
}
|
||||
}
|
||||
],
|
||||
"@babel/react",
|
||||
["@babel/stage-0", { "decoratorsLegacy": true }]
|
||||
"@babel/react"
|
||||
],
|
||||
"plugins": [
|
||||
["transform-object-rest-spread", { "useBuiltIns": true }]
|
||||
"@babel/plugin-proposal-class-properties"
|
||||
]
|
||||
}
|
||||
|
1515
package-lock.json
generated
1515
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
13
package.json
13
package.json
@ -146,17 +146,16 @@
|
||||
"webtorrent": "github:DEgITx/webtorrent"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "7.0.0-beta.49",
|
||||
"@babel/preset-env": "7.0.0-beta.49",
|
||||
"@babel/preset-react": "7.0.0-beta.49",
|
||||
"@babel/preset-stage-0": "7.0.0-beta.49",
|
||||
"@babel/core": "^7.0.0",
|
||||
"@babel/plugin-proposal-class-properties": "^7.0.0",
|
||||
"@babel/preset-env": "^7.0.0",
|
||||
"@babel/preset-react": "^7.0.0",
|
||||
"@semantic-release/changelog": "^1.1.1",
|
||||
"@semantic-release/exec": "^2.2.3",
|
||||
"@semantic-release/git": "^3.1.1",
|
||||
"@semantic-release/npm": "^3.2.2",
|
||||
"babel-eslint": "^8.2.3",
|
||||
"babel-loader": "^8.0.0-beta.3",
|
||||
"babel-plugin-transform-object-rest-spread": "^7.0.0-beta.3",
|
||||
"babel-eslint": "^9.0.0",
|
||||
"babel-loader": "^8.0.0",
|
||||
"chai": "^4.1.2",
|
||||
"copy-webpack-plugin": "^4.5.2",
|
||||
"css-loader": "^0.28.11",
|
||||
|
Loading…
Reference in New Issue
Block a user