chore(stage-ui, deps): fix typecheck error and stage-web CI (#967)
This commit is contained in:
@@ -141,7 +141,7 @@
|
|||||||
"@fontsource/kiwi-maru": "^5.2.8",
|
"@fontsource/kiwi-maru": "^5.2.8",
|
||||||
"@fontsource/m-plus-rounded-1c": "^5.2.9",
|
"@fontsource/m-plus-rounded-1c": "^5.2.9",
|
||||||
"@fontsource/sniglet": "^5.2.8",
|
"@fontsource/sniglet": "^5.2.8",
|
||||||
"@histoire/plugin-vue": "1.0.0-alpha.2",
|
"@histoire/plugin-vue": "catalog:",
|
||||||
"@iconify-json/carbon": "^1.2.15",
|
"@iconify-json/carbon": "^1.2.15",
|
||||||
"@iconify-json/eos-icons": "^1.2.4",
|
"@iconify-json/eos-icons": "^1.2.4",
|
||||||
"@iconify-json/lucide": "^1.2.82",
|
"@iconify-json/lucide": "^1.2.82",
|
||||||
@@ -164,7 +164,7 @@
|
|||||||
"@vitejs/plugin-vue": "^6.0.3",
|
"@vitejs/plugin-vue": "^6.0.3",
|
||||||
"clustr": "^1.0.2",
|
"clustr": "^1.0.2",
|
||||||
"csstype": "^3.2.3",
|
"csstype": "^3.2.3",
|
||||||
"histoire": "1.0.0-alpha.2",
|
"histoire": "catalog:",
|
||||||
"is-network-error": "catalog:",
|
"is-network-error": "catalog:",
|
||||||
"unocss": "^66.5.11",
|
"unocss": "^66.5.11",
|
||||||
"unplugin-info": "catalog:",
|
"unplugin-info": "catalog:",
|
||||||
|
|||||||
@@ -45,7 +45,7 @@ const {
|
|||||||
} = storeToRefs(settingsStore)
|
} = storeToRefs(settingsStore)
|
||||||
|
|
||||||
watch(selectedModel, async () => {
|
watch(selectedModel, async () => {
|
||||||
stageModelSelected.value = selectedModel.value?.id
|
stageModelSelected.value = selectedModel.value?.id ?? ''
|
||||||
await settingsStore.updateStageModel()
|
await settingsStore.updateStageModel()
|
||||||
|
|
||||||
if (selectedModel.value) {
|
if (selectedModel.value) {
|
||||||
|
|||||||
Generated
+181
-446
File diff suppressed because it is too large
Load Diff
@@ -30,6 +30,7 @@ catalog:
|
|||||||
'@electric-sql/pglite': ^0.3.14
|
'@electric-sql/pglite': ^0.3.14
|
||||||
'@electron-toolkit/preload': ^3.0.2
|
'@electron-toolkit/preload': ^3.0.2
|
||||||
'@guiiai/logg': ^1.2.11
|
'@guiiai/logg': ^1.2.11
|
||||||
|
'@histoire/plugin-vue': 1.0.0-beta.1
|
||||||
'@iconify-json/logos': ^1.2.10
|
'@iconify-json/logos': ^1.2.10
|
||||||
'@iconify-json/tabler': ^1.2.26
|
'@iconify-json/tabler': ^1.2.26
|
||||||
'@moeru/eslint-config': 0.1.0-beta.15
|
'@moeru/eslint-config': 0.1.0-beta.15
|
||||||
@@ -62,6 +63,7 @@ catalog:
|
|||||||
electron: ^39.2.7
|
electron: ^39.2.7
|
||||||
embla-carousel-vue: ^8.6.0
|
embla-carousel-vue: ^8.6.0
|
||||||
es-toolkit: 1.43.0
|
es-toolkit: 1.43.0
|
||||||
|
histoire: 1.0.0-beta.1
|
||||||
hono: 4.11.3
|
hono: 4.11.3
|
||||||
idb-keyval: ^6.2.2
|
idb-keyval: ^6.2.2
|
||||||
injeca: ^0.1.7
|
injeca: ^0.1.7
|
||||||
|
|||||||
Reference in New Issue
Block a user