mirror of
https://github.com/amir20/dozzle.git
synced 2025-12-24 06:28:42 +01:00
chore: updates vue (#3252)
This commit is contained in:
@@ -26,6 +26,7 @@
|
|||||||
<script lang="ts" setup>
|
<script lang="ts" setup>
|
||||||
import ViewerWithSource from "@/components/LogViewer/ViewerWithSource.vue";
|
import ViewerWithSource from "@/components/LogViewer/ViewerWithSource.vue";
|
||||||
import { ComponentExposed } from "vue-component-type-helpers";
|
import { ComponentExposed } from "vue-component-type-helpers";
|
||||||
|
import { useTemplateRef } from "vue";
|
||||||
|
|
||||||
const {
|
const {
|
||||||
id,
|
id,
|
||||||
@@ -42,10 +43,9 @@ const {
|
|||||||
const close = defineEmit();
|
const close = defineEmit();
|
||||||
|
|
||||||
const store = useContainerStore();
|
const store = useContainerStore();
|
||||||
const container = store.currentContainer($$(id));
|
const container = store.currentContainer(toRef(() => id));
|
||||||
const visibleKeys = persistentVisibleKeysForContainer(container);
|
const visibleKeys = persistentVisibleKeysForContainer(container);
|
||||||
|
const viewer = useTemplateRef<ComponentExposed<typeof ViewerWithSource>>("viewer");
|
||||||
const viewer = ref<ComponentExposed<typeof ViewerWithSource>>();
|
|
||||||
|
|
||||||
provideLoggingContext(toRef(() => [container.value]));
|
provideLoggingContext(toRef(() => [container.value]));
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
@@ -58,7 +58,7 @@
|
|||||||
"fuse.js": "^7.0.0",
|
"fuse.js": "^7.0.0",
|
||||||
"lodash.debounce": "^4.0.8",
|
"lodash.debounce": "^4.0.8",
|
||||||
"pinia": "^2.2.2",
|
"pinia": "^2.2.2",
|
||||||
"postcss": "^8.4.44",
|
"postcss": "^8.4.45",
|
||||||
"sortablejs": "^1.15.3",
|
"sortablejs": "^1.15.3",
|
||||||
"splitpanes": "^3.1.5",
|
"splitpanes": "^3.1.5",
|
||||||
"strip-ansi": "^7.1.0",
|
"strip-ansi": "^7.1.0",
|
||||||
@@ -72,7 +72,7 @@
|
|||||||
"vite-plugin-compression2": "^1.2.0",
|
"vite-plugin-compression2": "^1.2.0",
|
||||||
"vite-plugin-vue-layouts": "^0.11.0",
|
"vite-plugin-vue-layouts": "^0.11.0",
|
||||||
"vitepress": "1.3.4",
|
"vitepress": "1.3.4",
|
||||||
"vue": "^3.5.0",
|
"vue": "^3.5.1",
|
||||||
"vue-i18n": "^9.14.0",
|
"vue-i18n": "^9.14.0",
|
||||||
"vue-router": "^4.4.3"
|
"vue-router": "^4.4.3"
|
||||||
},
|
},
|
||||||
@@ -86,9 +86,9 @@
|
|||||||
"@types/d3-shape": "^3.1.6",
|
"@types/d3-shape": "^3.1.6",
|
||||||
"@types/d3-transition": "^3.0.8",
|
"@types/d3-transition": "^3.0.8",
|
||||||
"@types/lodash.debounce": "^4.0.9",
|
"@types/lodash.debounce": "^4.0.9",
|
||||||
"@types/node": "^22.5.2",
|
"@types/node": "^22.5.3",
|
||||||
"@vitejs/plugin-vue": "5.1.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",
|
"@vue/test-utils": "^2.4.6",
|
||||||
"bumpp": "^9.5.2",
|
"bumpp": "^9.5.2",
|
||||||
"c8": "^10.1.2",
|
"c8": "^10.1.2",
|
||||||
|
|||||||
608
pnpm-lock.yaml
generated
608
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user