feature: cloudcmd: @cloudcmd/modal v4.0.0

This commit is contained in:
coderiaser 2026-01-30 21:01:09 +02:00
parent 603e232ca2
commit 2a0feac7e0
2 changed files with 2 additions and 1 deletions

View file

@ -3,6 +3,7 @@ import {run, cutEnv} from 'madrun';
const testEnv = {
SUPERTAPE_TIMEOUT: 7000,
NODE_OPTIONS: '"--import supertape/css"',
};
const is17 = /^v1[789]/.test(process.version);

View file

@ -155,7 +155,7 @@
"@babel/preset-env": "^7.0.0",
"@cloudcmd/clipboard": "^2.0.0",
"@cloudcmd/create-element": "^2.0.0",
"@cloudcmd/modal": "^3.0.0",
"@cloudcmd/modal": "^4.0.0",
"@cloudcmd/olark": "^3.0.2",
"@cloudcmd/stub": "^5.0.0",
"@iocmd/wait": "^2.1.0",