1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-24 06:28:42 +01:00

Updates modules

This commit is contained in:
Amir Raminfar
2023-02-28 13:45:25 -08:00
parent 3a30bcf937
commit c2fcecaec0
4 changed files with 374 additions and 216 deletions

View File

@@ -321,7 +321,7 @@ declare global {
// for type re-export
declare global {
// @ts-ignore
export type { Component,ComponentPublicInstance,ComputedRef,InjectionKey,PropType,Ref,VNode } from 'vue'
export type { Component, ComponentPublicInstance, ComputedRef, InjectionKey, PropType, Ref, VNode } from 'vue'
}
// for vue template auto import
import { UnwrapRef } from 'vue'

View File

@@ -1,4 +1,4 @@
// Vitest Snapshot v1
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
exports[`<LogEventSource /> > render html correctly > should render dates with 12 hour style 1`] = `
"<ul data-v-2e92daca=\\"\\" class=\\"events medium\\">

View File

@@ -22,7 +22,7 @@
"postinstall": "husky install"
},
"dependencies": {
"@iconify-json/carbon": "^1.1.15",
"@iconify-json/carbon": "^1.1.16",
"@iconify-json/cil": "^1.1.4",
"@iconify-json/mdi": "^1.1.47",
"@iconify-json/mdi-light": "^1.1.6",
@@ -60,7 +60,7 @@
"@types/d3-shape": "^3.1.1",
"@types/d3-transition": "^3.0.3",
"@types/lodash.debounce": "^4.0.7",
"@types/node": "^18.14.0",
"@types/node": "^18.14.2",
"@types/semver": "^7.3.13",
"@vitejs/plugin-vue": "4.0.0",
"@vue/compiler-sfc": "^3.2.47",
@@ -73,7 +73,7 @@
"lint-staged": "^13.1.2",
"npm-run-all": "^4.1.5",
"prettier": "^2.8.4",
"release-it": "^15.6.0",
"release-it": "^15.6.1",
"sass": "^1.58.3",
"ts-node": "^10.9.1",
"typescript": "^4.9.5",
@@ -83,8 +83,8 @@
"vite": "4.1.4",
"vite-plugin-pages": "^0.28.0",
"vite-plugin-vue-layouts": "^0.8.0",
"vitest": "^0.29.0",
"vue-tsc": "^1.1.5"
"vitest": "^0.29.2",
"vue-tsc": "^1.2.0"
},
"lint-staged": {
"*.{js,vue,css}": [

576
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff