1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-21 21:33:18 +01:00

chore: updates vue (#3252)

This commit is contained in:
Amir Raminfar
2024-09-04 17:00:27 -07:00
committed by GitHub
parent 9ddbe6fbb0
commit 51a3f1f03b
3 changed files with 311 additions and 311 deletions

View File

@@ -26,6 +26,7 @@
<script lang="ts" setup>
import ViewerWithSource from "@/components/LogViewer/ViewerWithSource.vue";
import { ComponentExposed } from "vue-component-type-helpers";
import { useTemplateRef } from "vue";
const {
id,
@@ -42,10 +43,9 @@ const {
const close = defineEmit();
const store = useContainerStore();
const container = store.currentContainer($$(id));
const container = store.currentContainer(toRef(() => id));
const visibleKeys = persistentVisibleKeysForContainer(container);
const viewer = ref<ComponentExposed<typeof ViewerWithSource>>();
const viewer = useTemplateRef<ComponentExposed<typeof ViewerWithSource>>("viewer");
provideLoggingContext(toRef(() => [container.value]));
</script>

View File

@@ -58,7 +58,7 @@
"fuse.js": "^7.0.0",
"lodash.debounce": "^4.0.8",
"pinia": "^2.2.2",
"postcss": "^8.4.44",
"postcss": "^8.4.45",
"sortablejs": "^1.15.3",
"splitpanes": "^3.1.5",
"strip-ansi": "^7.1.0",
@@ -72,7 +72,7 @@
"vite-plugin-compression2": "^1.2.0",
"vite-plugin-vue-layouts": "^0.11.0",
"vitepress": "1.3.4",
"vue": "^3.5.0",
"vue": "^3.5.1",
"vue-i18n": "^9.14.0",
"vue-router": "^4.4.3"
},
@@ -86,9 +86,9 @@
"@types/d3-shape": "^3.1.6",
"@types/d3-transition": "^3.0.8",
"@types/lodash.debounce": "^4.0.9",
"@types/node": "^22.5.2",
"@types/node": "^22.5.3",
"@vitejs/plugin-vue": "5.1.3",
"@vue/compiler-sfc": "^3.5.0",
"@vue/compiler-sfc": "^3.5.1",
"@vue/test-utils": "^2.4.6",
"bumpp": "^9.5.2",
"c8": "^10.1.2",

608
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff