mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
feature(package) babel v7.0.0
This commit is contained in:
parent
aaecb99d36
commit
03977fb928
1 changed files with 5 additions and 5 deletions
10
package.json
10
package.json
|
|
@ -160,11 +160,11 @@
|
|||
"writejson": "^2.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.0.0-beta.49",
|
||||
"@babel/plugin-proposal-object-rest-spread": "^7.0.0-beta.49",
|
||||
"@babel/plugin-syntax-dynamic-import": "^7.0.0-beta.51",
|
||||
"@babel/plugin-transform-object-assign": "^7.0.0-beta.49",
|
||||
"@babel/preset-env": "^7.0.0-beta.49",
|
||||
"@babel/core": "^7.0.0",
|
||||
"@babel/plugin-proposal-object-rest-spread": "^7.0.0",
|
||||
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
|
||||
"@babel/plugin-transform-object-assign": "^7.0.0",
|
||||
"@babel/preset-env": "^7.0.0",
|
||||
"@cloudcmd/clipboard": "^1.0.2",
|
||||
"babel-eslint": "^9.0.0",
|
||||
"babel-loader": "^8.0.0-beta",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue