feature: cloudcmd: smalltalk v5.0.0

This commit is contained in:
coderiaser 2026-02-02 19:04:05 +02:00
parent 0d7b037ac2
commit 7173f6cb18
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
import {tryToCatch} from 'try-to-catch';
import smalltalk from 'smalltalk';
import * as smalltalk from 'smalltalk';
const title = 'Cloud Commander';

View file

@ -206,7 +206,7 @@
"rimraf": "^6.0.1",
"scroll-into-view-if-needed": "^3.0.4",
"serve-once": "^3.0.1",
"smalltalk": "^4.0.0",
"smalltalk": "^5.0.0",
"style-loader": "^4.0.0",
"supermenu": "^4.0.1",
"supertape": "^12.0.0",