mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-18 00:47:01 +00:00
feature: cloudcmd: supermenu v5.0.0
This commit is contained in:
parent
3aed798ff1
commit
6e1cf4ef52
4 changed files with 4 additions and 4 deletions
|
|
@ -2,7 +2,7 @@
|
|||
import Format from 'format-io';
|
||||
import {fullstore} from 'fullstore';
|
||||
import exec from 'execon';
|
||||
import supermenu from 'supermenu';
|
||||
import {supermenu} from 'supermenu';
|
||||
|
||||
CloudCmd.EditFile = {
|
||||
init,
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
import {tryToCatch} from 'try-to-catch';
|
||||
import exec from 'execon';
|
||||
import supermenu from 'supermenu';
|
||||
import {supermenu} from 'supermenu';
|
||||
import {multiRename} from 'multi-rename';
|
||||
|
||||
const {CloudCmd, DOM} = globalThis;
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
import supermenu from 'supermenu';
|
||||
import {supermenu} from 'supermenu';
|
||||
|
||||
const noop = () => {};
|
||||
const {CloudCmd} = globalThis;
|
||||
|
|
|
|||
|
|
@ -209,7 +209,7 @@
|
|||
"serve-once": "^3.0.1",
|
||||
"smalltalk": "^5.0.0",
|
||||
"style-loader": "^4.0.0",
|
||||
"supermenu": "^4.0.1",
|
||||
"supermenu": "^5.0.0",
|
||||
"supertape": "^12.0.0",
|
||||
"tar-stream": "^3.0.0",
|
||||
"unionfs": "^4.0.0",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue