mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-22 18:29:26 +00:00
chore: proposal -> transform
This commit is contained in:
parent
154e3b078e
commit
b22ad537e2
2 changed files with 2 additions and 2 deletions
|
|
@ -4,6 +4,6 @@
|
|||
],
|
||||
"plugins": [
|
||||
"module:babel-plugin-macros",
|
||||
"@babel/plugin-proposal-optional-chaining"
|
||||
"@babel/plugin-transform-optional-chaining"
|
||||
]
|
||||
}
|
||||
|
|
|
|||
|
|
@ -86,7 +86,7 @@
|
|||
"subdomain": "cloudcmd",
|
||||
"dependencies": {
|
||||
"@babel/core": "^7.22.9",
|
||||
"@babel/plugin-proposal-optional-chaining": "^7.21.0",
|
||||
"@babel/plugin-transform-optional-chaining": "^7.21.0",
|
||||
"@cloudcmd/dropbox": "^4.0.1",
|
||||
"@cloudcmd/fileop": "^7.0.0",
|
||||
"@cloudcmd/move-files": "^7.0.0",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue