diff --git a/docs/app.config.ts b/docs/app.config.ts
index 842f1119..56ca2fde 100644
--- a/docs/app.config.ts
+++ b/docs/app.config.ts
@@ -31,7 +31,7 @@ export default defineAppConfig({
}],
},
footer: {
- credits: 'Copyright © 2023',
+ credits: 'Copyright © 2024',
colorMode: false,
links: [{
'icon': 'i-simple-icons-nuxtdotjs',
@@ -40,19 +40,19 @@ export default defineAppConfig({
'aria-label': 'Nuxt Website',
}, {
'icon': 'i-simple-icons-discord',
- 'to': 'https://discord.com/invite/ps2h6QT',
+ 'to': 'https://chat.nuxt.dev/',
'target': '_blank',
- 'aria-label': 'Nuxt Tailwind on Discord',
+ 'aria-label': 'Nuxt Discord',
}, {
'icon': 'i-simple-icons-x',
- 'to': 'https://x.com/nuxt_js',
+ 'to': 'https://twitter.nuxt.dev/',
'target': '_blank',
'aria-label': 'Nuxt on X',
}, {
'icon': 'i-simple-icons-github',
'to': 'https://github.com/nuxt-modules/tailwindcss',
'target': '_blank',
- 'aria-label': 'Nuxt Tailwind on GitHub',
+ 'aria-label': 'GitHub Repository',
}],
},
toc: {
diff --git a/docs/app.vue b/docs/app.vue
index 81374bb7..3853140d 100644
--- a/docs/app.vue
+++ b/docs/app.vue
@@ -39,7 +39,7 @@ provide('navigation', navigation)
-
diff --git a/docs/components/AppHeader.vue b/docs/components/AppHeader.vue
index 75db031e..872a3a50 100644
--- a/docs/components/AppHeader.vue
+++ b/docs/components/AppHeader.vue
@@ -17,11 +17,11 @@ const { header } = useAppConfig()
v-if="header?.search"
#center
>
-
+
-
-
diff --git a/docs/package.json b/docs/package.json
index eab58984..2178add3 100644
--- a/docs/package.json
+++ b/docs/package.json
@@ -15,10 +15,10 @@
"@iconify-json/heroicons": "latest",
"@iconify-json/ph": "latest",
"@iconify-json/simple-icons": "latest",
- "@nuxt/ui-pro": "^0.7.5",
+ "@nuxt/ui-pro": "^1.1.0",
"@nuxtjs/fontaine": "^0.4.1",
- "@nuxtjs/google-fonts": "^3.1.3",
- "@nuxtjs/plausible": "^0.2.4",
+ "@nuxtjs/google-fonts": "^3.2.0",
+ "@nuxtjs/plausible": "^1.0.0",
"nuxt-og-image": "^2.2.4"
},
"devDependencies": {
diff --git a/docs/pages/[...slug].vue b/docs/pages/[...slug].vue
index 538e8472..100be9fa 100644
--- a/docs/pages/[...slug].vue
+++ b/docs/pages/[...slug].vue
@@ -61,14 +61,14 @@ const links = computed(() => [toc?.bottom?.edit && {
-
+
-
@@ -94,7 +94,7 @@ const links = computed(() => [toc?.bottom?.edit && {
-
+
diff --git a/package.json b/package.json
index b24b314e..41084959 100755
--- a/package.json
+++ b/package.json
@@ -27,6 +27,7 @@
"dev": "nuxi dev playground",
"dev:build": "nuxi build playground",
"dev:generate": "nuxi generate playground",
+ "dev:preview": "nuxi preview playground",
"dev:nuxt2": "nuxi dev nuxt2-playground",
"dev:prepare": "pnpm prepare && pnpm build:stub",
"build": "nuxt-module-build build",
@@ -43,16 +44,16 @@
"test:types": "pnpm dev:prepare && tsc --noEmit && nuxi typecheck playground"
},
"dependencies": {
- "@nuxt/kit": "^3.11.1",
+ "@nuxt/kit": "^3.11.2",
"autoprefixer": "^10.4.19",
"consola": "^3.2.3",
"defu": "^6.1.4",
"h3": "^1.11.1",
"pathe": "^1.1.2",
- "postcss": "^8.4.33",
- "postcss-nesting": "^12.1.0",
- "tailwind-config-viewer": "^1.7.3",
- "tailwindcss": "~3.4.1",
+ "postcss": "^8.4.38",
+ "postcss-nesting": "^12.1.1",
+ "tailwind-config-viewer": "^2.0.1",
+ "tailwindcss": "~3.4.3",
"ufo": "^1.5.3",
"unctx": "^2.3.1"
},
@@ -60,19 +61,19 @@
"@fontsource/inter": "^5.0.17",
"@nuxt/content": "^2.12.1",
"@nuxt/devtools": "^1.1.5",
- "@nuxt/eslint-config": "0.3.5",
+ "@nuxt/eslint-config": "0.3.7",
"@nuxt/module-builder": "^0.5.5",
- "@nuxt/test-utils": "^3.12.0",
+ "@nuxt/test-utils": "^3.12.1",
"@tailwindcss/typography": "^0.5.12",
"changelogen": "^0.5.5",
"destr": "^2.0.3",
"eslint": "9.0.0",
- "happy-dom": "^13.1.4",
- "nuxt": "^3.11.1",
- "typescript": "^5.4.3",
- "vitest": "1.4.0"
+ "happy-dom": "^13.10.1",
+ "nuxt": "^3.11.2",
+ "typescript": "^5.4.5",
+ "vitest": "1.5.0"
},
- "packageManager": "pnpm@8.14.1",
+ "packageManager": "pnpm@8.15.7",
"resolutions": {
"@nuxtjs/tailwindcss": "link:."
},
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index de5d22aa..db370ecb 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -12,11 +12,11 @@ importers:
.:
dependencies:
'@nuxt/kit':
- specifier: ^3.11.1
- version: 3.11.1(rollup@3.29.4)
+ specifier: ^3.11.2
+ version: 3.11.2(rollup@3.29.4)
autoprefixer:
specifier: ^10.4.19
- version: 10.4.19(postcss@8.4.33)
+ version: 10.4.19(postcss@8.4.38)
consola:
specifier: ^3.2.3
version: 3.2.3
@@ -30,17 +30,17 @@ importers:
specifier: ^1.1.2
version: 1.1.2
postcss:
- specifier: ^8.4.33
- version: 8.4.33
+ specifier: ^8.4.38
+ version: 8.4.38
postcss-nesting:
- specifier: ^12.1.0
- version: 12.1.0(postcss@8.4.33)
+ specifier: ^12.1.1
+ version: 12.1.1(postcss@8.4.38)
tailwind-config-viewer:
- specifier: ^1.7.3
- version: 1.7.3(tailwindcss@3.4.1)
+ specifier: ^2.0.1
+ version: 2.0.1(tailwindcss@3.4.3)
tailwindcss:
- specifier: ~3.4.1
- version: 3.4.1
+ specifier: ~3.4.3
+ version: 3.4.3
ufo:
specifier: ^1.5.3
version: 1.5.3
@@ -53,22 +53,22 @@ importers:
version: 5.0.17
'@nuxt/content':
specifier: ^2.12.1
- version: 2.12.1(nuxt@3.11.1)(rollup@3.29.4)(vue@3.4.21)
+ version: 2.12.1(nuxt@3.11.2)(rollup@3.29.4)(vue@3.4.21)
'@nuxt/devtools':
specifier: ^1.1.5
- version: 1.1.5(@unocss/reset@0.58.3)(floating-vue@5.2.2)(nuxt@3.11.1)(rollup@3.29.4)(unocss@0.58.3)(vite@5.2.6)(vue@3.4.21)
+ version: 1.1.5(@unocss/reset@0.58.3)(floating-vue@5.2.2)(nuxt@3.11.2)(rollup@3.29.4)(unocss@0.58.3)(vite@5.2.8)(vue@3.4.21)
'@nuxt/eslint-config':
- specifier: 0.3.5
- version: 0.3.5(eslint@9.0.0)(typescript@5.4.3)
+ specifier: 0.3.7
+ version: 0.3.7(eslint@9.0.0)(typescript@5.4.5)
'@nuxt/module-builder':
specifier: ^0.5.5
- version: 0.5.5(@nuxt/kit@3.11.1)(nuxi@3.11.1)(typescript@5.4.3)
+ version: 0.5.5(@nuxt/kit@3.11.2)(nuxi@3.11.1)(typescript@5.4.5)
'@nuxt/test-utils':
- specifier: ^3.12.0
- version: 3.12.0(h3@1.11.1)(happy-dom@13.10.1)(rollup@3.29.4)(vite@5.2.6)(vitest@1.4.0)(vue-router@4.3.0)(vue@3.4.21)
+ specifier: ^3.12.1
+ version: 3.12.1(h3@1.11.1)(happy-dom@13.10.1)(rollup@3.29.4)(vite@5.2.8)(vitest@1.5.0)(vue-router@4.3.0)(vue@3.4.21)
'@tailwindcss/typography':
specifier: ^0.5.12
- version: 0.5.12(tailwindcss@3.4.1)
+ version: 0.5.12(tailwindcss@3.4.3)
changelogen:
specifier: ^0.5.5
version: 0.5.5
@@ -79,17 +79,17 @@ importers:
specifier: 9.0.0
version: 9.0.0
happy-dom:
- specifier: ^13.1.4
+ specifier: ^13.10.1
version: 13.10.1
nuxt:
- specifier: ^3.11.1
- version: 3.11.1(@unocss/reset@0.58.3)(eslint@9.0.0)(floating-vue@5.2.2)(rollup@3.29.4)(typescript@5.4.3)(unocss@0.58.3)(vite@5.2.6)
+ specifier: ^3.11.2
+ version: 3.11.2(@unocss/reset@0.58.3)(eslint@9.0.0)(floating-vue@5.2.2)(rollup@3.29.4)(typescript@5.4.5)(unocss@0.58.3)(vite@5.2.8)
typescript:
- specifier: ^5.4.3
- version: 5.4.3
+ specifier: ^5.4.5
+ version: 5.4.5
vitest:
- specifier: 1.4.0
- version: 1.4.0(happy-dom@13.10.1)
+ specifier: 1.5.0
+ version: 1.5.0(happy-dom@13.10.1)
docs:
dependencies:
@@ -103,20 +103,20 @@ importers:
specifier: latest
version: 1.1.90
'@nuxt/ui-pro':
- specifier: ^0.7.5
- version: 0.7.5(nuxt@3.11.1)(rollup@3.29.4)(vite@5.2.6)(vue@3.4.21)
+ specifier: ^1.1.0
+ version: 1.1.0(nuxt@3.11.2)(rollup@3.29.4)(vite@5.2.6)(vue@3.4.21)
'@nuxtjs/fontaine':
specifier: ^0.4.1
version: 0.4.1(rollup@3.29.4)
'@nuxtjs/google-fonts':
- specifier: ^3.1.3
- version: 3.1.3(rollup@3.29.4)
+ specifier: ^3.2.0
+ version: 3.2.0(rollup@3.29.4)
'@nuxtjs/plausible':
- specifier: ^0.2.4
- version: 0.2.4(rollup@3.29.4)
+ specifier: ^1.0.0
+ version: 1.0.0(rollup@3.29.4)
nuxt-og-image:
specifier: ^2.2.4
- version: 2.2.4(@nuxt/devtools@1.0.8)(@vue/compiler-core@3.4.21)(nuxt@3.11.1)(postcss@8.4.38)(rollup@3.29.4)(vite@5.2.6)(vue@3.4.21)(webpack@5.91.0)
+ version: 2.2.4(@nuxt/devtools@1.0.8)(@vue/compiler-core@3.4.21)(nuxt@3.11.2)(postcss@8.4.38)(rollup@3.29.4)(vite@5.2.6)(vue@3.4.21)(webpack@5.91.0)
devDependencies:
'@nuxthq/studio':
specifier: latest
@@ -442,8 +442,8 @@ packages:
'@babel/plugin-transform-modules-commonjs': 7.23.3(@babel/core@7.23.7)
'@babel/plugin-transform-typescript': 7.23.6(@babel/core@7.23.7)
- /@babel/runtime@7.23.8:
- resolution: {integrity: sha512-Y7KbAP984rn1VGMbGqKmBLio9V7y5Je9GvU4rQPCPinCyNfUcToxIXl06d59URp/F3LwinvODxab5N/G6qggkw==}
+ /@babel/runtime@7.24.4:
+ resolution: {integrity: sha512-dkxf7+hn8mFBwKjs9bvBlArzLVxVbS8usaPUDd5p2a9JCL9tB8OaOVN1isD4+Xyk4ns89/xeOmbQvgdK7IIVdA==}
engines: {node: '>=6.9.0'}
dependencies:
regenerator-runtime: 0.14.1
@@ -486,6 +486,10 @@ packages:
'@babel/helper-validator-identifier': 7.22.20
to-fast-properties: 2.0.0
+ /@barbapapazes/plausible-tracker@0.4.0:
+ resolution: {integrity: sha512-4hhXK62ORb4feJfjnIILXRnb6xfejHM6yvGCid6MwNdKiQyj6YLW0M779zXLH5IBS4mQObmrNul2HUleeavSKw==}
+ dev: false
+
/@capsizecss/metrics@1.2.0:
resolution: {integrity: sha512-zUYcqaR0rv4TYXyY97G1vRMMOyz+3EteXqLsM1XO/N8LnThwR1wYSE5cU15CUx3KPAiAEIbUZ13B7+plxYjHUA==}
dev: false
@@ -505,31 +509,31 @@ packages:
dependencies:
mime: 3.0.0
- /@csstools/selector-resolve-nested@1.1.0(postcss-selector-parser@6.0.15):
+ /@csstools/selector-resolve-nested@1.1.0(postcss-selector-parser@6.0.16):
resolution: {integrity: sha512-uWvSaeRcHyeNenKg8tp17EVDRkpflmdyvbE0DHo6D/GdBb6PDnCYYU6gRpXhtICMGMcahQmj2zGxwFM/WC8hCg==}
engines: {node: ^14 || ^16 || >=18}
peerDependencies:
postcss-selector-parser: ^6.0.13
dependencies:
- postcss-selector-parser: 6.0.15
+ postcss-selector-parser: 6.0.16
dev: false
- /@csstools/selector-specificity@3.0.2(postcss-selector-parser@6.0.15):
- resolution: {integrity: sha512-RpHaZ1h9LE7aALeQXmXrJkRG84ZxIsctEN2biEUmFyKpzFM3zZ35eUMcIzZFsw/2olQE6v69+esEqU2f1MKycg==}
+ /@csstools/selector-specificity@3.0.3(postcss-selector-parser@6.0.16):
+ resolution: {integrity: sha512-KEPNw4+WW5AVEIyzC80rTbWEUatTW2lXpN8+8ILC8PiPeWPjwUzrPZDIOZ2wwqDmeqOYTdSGyL3+vE5GC3FB3Q==}
engines: {node: ^14 || ^16 || >=18}
peerDependencies:
postcss-selector-parser: ^6.0.13
dependencies:
- postcss-selector-parser: 6.0.15
+ postcss-selector-parser: 6.0.16
dev: false
- /@egoist/tailwindcss-icons@1.7.2(tailwindcss@3.4.1):
- resolution: {integrity: sha512-fDYqnkTJOwZGDlHsN3aKqXy8AtiapDzflZoFB6bAZCd67YK6sDTFceoC89HZbvcnbILpp6SO7q1bQ8i8R3PWaw==}
+ /@egoist/tailwindcss-icons@1.7.4(tailwindcss@3.4.3):
+ resolution: {integrity: sha512-883qx0sqeNb8km7os0w8K6UYue88dbgTWwyEUwW74Bgz0H7t+m7PMIIEvSQ4JqHwA823Qd5ciz+NoTBWKaMYfg==}
peerDependencies:
tailwindcss: '*'
dependencies:
- '@iconify/utils': 2.1.14
- tailwindcss: 3.4.1
+ '@iconify/utils': 2.1.23
+ tailwindcss: 3.4.3
transitivePeerDependencies:
- supports-color
dev: false
@@ -549,6 +553,7 @@ packages:
cpu: [ppc64]
os: [aix]
requiresBuild: true
+ dev: true
optional: true
/@esbuild/aix-ppc64@0.20.2:
@@ -565,6 +570,7 @@ packages:
cpu: [arm64]
os: [android]
requiresBuild: true
+ dev: true
optional: true
/@esbuild/android-arm64@0.20.2:
@@ -581,6 +587,7 @@ packages:
cpu: [arm]
os: [android]
requiresBuild: true
+ dev: true
optional: true
/@esbuild/android-arm@0.20.2:
@@ -597,6 +604,7 @@ packages:
cpu: [x64]
os: [android]
requiresBuild: true
+ dev: true
optional: true
/@esbuild/android-x64@0.20.2:
@@ -613,6 +621,7 @@ packages:
cpu: [arm64]
os: [darwin]
requiresBuild: true
+ dev: true
optional: true
/@esbuild/darwin-arm64@0.20.2:
@@ -629,6 +638,7 @@ packages:
cpu: [x64]
os: [darwin]
requiresBuild: true
+ dev: true
optional: true
/@esbuild/darwin-x64@0.20.2:
@@ -645,6 +655,7 @@ packages:
cpu: [arm64]
os: [freebsd]
requiresBuild: true
+ dev: true
optional: true
/@esbuild/freebsd-arm64@0.20.2:
@@ -661,6 +672,7 @@ packages:
cpu: [x64]
os: [freebsd]
requiresBuild: true
+ dev: true
optional: true
/@esbuild/freebsd-x64@0.20.2:
@@ -677,6 +689,7 @@ packages:
cpu: [arm64]
os: [linux]
requiresBuild: true
+ dev: true
optional: true
/@esbuild/linux-arm64@0.20.2:
@@ -693,6 +706,7 @@ packages:
cpu: [arm]
os: [linux]
requiresBuild: true
+ dev: true
optional: true
/@esbuild/linux-arm@0.20.2:
@@ -709,6 +723,7 @@ packages:
cpu: [ia32]
os: [linux]
requiresBuild: true
+ dev: true
optional: true
/@esbuild/linux-ia32@0.20.2:
@@ -725,6 +740,7 @@ packages:
cpu: [loong64]
os: [linux]
requiresBuild: true
+ dev: true
optional: true
/@esbuild/linux-loong64@0.20.2:
@@ -741,6 +757,7 @@ packages:
cpu: [mips64el]
os: [linux]
requiresBuild: true
+ dev: true
optional: true
/@esbuild/linux-mips64el@0.20.2:
@@ -757,6 +774,7 @@ packages:
cpu: [ppc64]
os: [linux]
requiresBuild: true
+ dev: true
optional: true
/@esbuild/linux-ppc64@0.20.2:
@@ -773,6 +791,7 @@ packages:
cpu: [riscv64]
os: [linux]
requiresBuild: true
+ dev: true
optional: true
/@esbuild/linux-riscv64@0.20.2:
@@ -789,6 +808,7 @@ packages:
cpu: [s390x]
os: [linux]
requiresBuild: true
+ dev: true
optional: true
/@esbuild/linux-s390x@0.20.2:
@@ -805,6 +825,7 @@ packages:
cpu: [x64]
os: [linux]
requiresBuild: true
+ dev: true
optional: true
/@esbuild/linux-x64@0.20.2:
@@ -821,6 +842,7 @@ packages:
cpu: [x64]
os: [netbsd]
requiresBuild: true
+ dev: true
optional: true
/@esbuild/netbsd-x64@0.20.2:
@@ -837,6 +859,7 @@ packages:
cpu: [x64]
os: [openbsd]
requiresBuild: true
+ dev: true
optional: true
/@esbuild/openbsd-x64@0.20.2:
@@ -853,6 +876,7 @@ packages:
cpu: [x64]
os: [sunos]
requiresBuild: true
+ dev: true
optional: true
/@esbuild/sunos-x64@0.20.2:
@@ -869,6 +893,7 @@ packages:
cpu: [arm64]
os: [win32]
requiresBuild: true
+ dev: true
optional: true
/@esbuild/win32-arm64@0.20.2:
@@ -885,6 +910,7 @@ packages:
cpu: [ia32]
os: [win32]
requiresBuild: true
+ dev: true
optional: true
/@esbuild/win32-ia32@0.20.2:
@@ -901,6 +927,7 @@ packages:
cpu: [x64]
os: [win32]
requiresBuild: true
+ dev: true
optional: true
/@esbuild/win32-x64@0.20.2:
@@ -982,22 +1009,23 @@ packages:
resolution: {integrity: sha512-2meBGx1kt7u5LwzGc5Sz5rka6ZDrydg6nT3x6Wkt310vHXUchIywrO8pooWMzZdHYcyFY/cv4lEpJZgMD94bCg==}
dev: true
- /@headlessui/tailwindcss@0.2.0(tailwindcss@3.4.1):
+ /@headlessui/tailwindcss@0.2.0(tailwindcss@3.4.3):
resolution: {integrity: sha512-fpL830Fln1SykOCboExsWr3JIVeQKieLJ3XytLe/tt1A0XzqUthOftDmjcCYLW62w7mQI7wXcoPXr3tZ9QfGxw==}
engines: {node: '>=10'}
peerDependencies:
tailwindcss: ^3.0
dependencies:
- tailwindcss: 3.4.1
+ tailwindcss: 3.4.3
dev: false
- /@headlessui/vue@1.7.16(vue@3.4.21):
- resolution: {integrity: sha512-nKT+nf/q6x198SsyK54mSszaQl/z+QxtASmgMEJtpxSX2Q0OPJX0upS/9daDyiECpeAsvjkoOrm2O/6PyBQ+Qg==}
+ /@headlessui/vue@1.7.20(vue@3.4.21):
+ resolution: {integrity: sha512-y83833wFo/+0FOrblgESiuvGwcHnfu8T2XQHb3iVA9GVSUVs3VLptp2bXlF5IR4IFD3Klr+jQEfreF6bSJNdOA==}
engines: {node: '>=10'}
peerDependencies:
vue: ^3.2.0
dependencies:
- vue: 3.4.21(typescript@5.4.3)
+ '@tanstack/vue-virtual': 3.3.0(vue@3.4.21)
+ vue: 3.4.21(typescript@5.4.5)
dev: false
/@humanwhocodes/config-array@0.12.3:
@@ -1029,6 +1057,12 @@ packages:
'@iconify/types': 2.0.0
dev: false
+ /@iconify-json/heroicons@1.1.20:
+ resolution: {integrity: sha512-puNt1al/rDw8Rb5x8sfk20UA8AQjMskLMh63nSUBj+8I0lQ7LtX+0Qn8wow2xTXTEsynJ9xXLD8Aat53e0qi8A==}
+ dependencies:
+ '@iconify/types': 2.0.0
+ dev: false
+
/@iconify-json/logos@1.1.42:
resolution: {integrity: sha512-/f+frtPm3m3Z30oy8Pk+QqRDkbmAiIaWGPl5CmsCXm15MVfvw9a/V/gD7WzdyuSGAZcFuQaqbHXj92y/n+2ifg==}
dependencies:
@@ -1059,8 +1093,8 @@ packages:
'@iconify/types': 2.0.0
dev: false
- /@iconify/collections@1.0.379:
- resolution: {integrity: sha512-QLbHhQbg0FqYe2VgWu7UObyx4AXdJQ6eefN09z/8vRIh2ZY4/gQjrhFfF3G6IbhN6lIKxC0HOmQuj2ag95erww==}
+ /@iconify/collections@1.0.414:
+ resolution: {integrity: sha512-DFBx4fmstsWwQoLkBuUKhHFh4J3uxVi7Ew68Vju9X7Oi/J6N3fuuWkVedFrUGoJMhYYFmyhwz6rcq9+H4fkWQA==}
dependencies:
'@iconify/types': 2.0.0
dev: false
@@ -1080,13 +1114,27 @@ packages:
transitivePeerDependencies:
- supports-color
+ /@iconify/utils@2.1.23:
+ resolution: {integrity: sha512-YGNbHKM5tyDvdWZ92y2mIkrfvm5Fvhe6WJSkWu7vvOFhMtYDP0casZpoRz0XEHZCrYsR4stdGT3cZ52yp5qZdQ==}
+ dependencies:
+ '@antfu/install-pkg': 0.1.1
+ '@antfu/utils': 0.7.7
+ '@iconify/types': 2.0.0
+ debug: 4.3.4
+ kolorist: 1.8.0
+ local-pkg: 0.5.0
+ mlly: 1.6.1
+ transitivePeerDependencies:
+ - supports-color
+ dev: false
+
/@iconify/vue@4.1.1(vue@3.4.21):
resolution: {integrity: sha512-RL85Bm/DAe8y6rT6pux7D2FJSiUEM/TPfyK7GrbAOfTSwrhvwJW+S5yijdGcmtXouA8MtuH9C7l4hiSE4mLMjg==}
peerDependencies:
vue: '>=3'
dependencies:
'@iconify/types': 2.0.0
- vue: 3.4.21(typescript@5.4.3)
+ vue: 3.4.21(typescript@5.4.5)
dev: false
/@ioredis/commands@1.2.0:
@@ -1130,7 +1178,7 @@ packages:
resolution: {integrity: sha512-UTYAUj/wviwdsMfzoSJspJxbkH5o1snzwX0//0ENX1u/55kkZZkcTZP6u9bwKGkv+dkk9at4m1Cpt0uY80kcpQ==}
dependencies:
'@jridgewell/gen-mapping': 0.3.3
- '@jridgewell/trace-mapping': 0.3.20
+ '@jridgewell/trace-mapping': 0.3.25
/@jridgewell/sourcemap-codec@1.4.15:
resolution: {integrity: sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==}
@@ -1146,7 +1194,6 @@ packages:
dependencies:
'@jridgewell/resolve-uri': 3.1.1
'@jridgewell/sourcemap-codec': 1.4.15
- dev: false
/@koa/router@12.0.1:
resolution: {integrity: sha512-ribfPYfHb+Uw3b27Eiw6NPqjhIhTpVFzEWLwyc/1Xp+DCdwRRyIlAUODX+9bPARF6aQtUu1+/PHzdNvRzcs/+Q==}
@@ -1286,14 +1333,14 @@ packages:
transitivePeerDependencies:
- supports-color
- /@nuxt/content@2.12.1(nuxt@3.11.1)(rollup@3.29.4)(vue@3.4.21):
+ /@nuxt/content@2.12.1(nuxt@3.11.2)(rollup@3.29.4)(vue@3.4.21):
resolution: {integrity: sha512-xW4xjyYm6zqglb17Tu0J+rpKUV1PF9zp6SLu1lopylFnerdyImtce84206HT6Zd/DJgivKtoW4dyyJn0ZaSqCQ==}
dependencies:
- '@nuxt/kit': 3.11.1(rollup@3.29.4)
+ '@nuxt/kit': 3.11.2(rollup@3.29.4)
'@nuxtjs/mdc': 0.6.1(rollup@3.29.4)
'@vueuse/core': 10.9.0(vue@3.4.21)
'@vueuse/head': 2.0.0(vue@3.4.21)
- '@vueuse/nuxt': 10.9.0(nuxt@3.11.1)(rollup@3.29.4)(vue@3.4.21)
+ '@vueuse/nuxt': 10.9.0(nuxt@3.11.2)(rollup@3.29.4)(vue@3.4.21)
consola: 3.2.3
defu: 6.1.4
destr: 2.0.3
@@ -1342,38 +1389,55 @@ packages:
/@nuxt/devalue@2.0.2:
resolution: {integrity: sha512-GBzP8zOc7CGWyFQS6dv1lQz8VVpz5C2yRszbXufwG/9zhStTIH50EtD87NmWbTMwXDvZLNg8GIpb1UFdH93JCA==}
- /@nuxt/devtools-kit@1.0.8(nuxt@3.11.1)(rollup@3.29.4)(vite@5.2.6):
+ /@nuxt/devtools-kit@1.0.8(nuxt@3.11.2)(rollup@3.29.4)(vite@5.2.6):
resolution: {integrity: sha512-j7bNZmoAXQ1a8qv6j6zk4c/aekrxYqYVQM21o/Hy4XHCUq4fajSgpoc8mjyWJSTfpkOmuLyEzMexpDWiIVSr6A==}
peerDependencies:
nuxt: ^3.9.0
vite: '*'
dependencies:
- '@nuxt/kit': 3.11.1(rollup@3.29.4)
- '@nuxt/schema': 3.10.0(rollup@3.29.4)
+ '@nuxt/kit': 3.11.2(rollup@3.29.4)
+ '@nuxt/schema': 3.11.2(rollup@3.29.4)
execa: 7.2.0
- nuxt: 3.11.1(@unocss/reset@0.58.3)(eslint@9.0.0)(floating-vue@5.2.2)(rollup@3.29.4)(typescript@5.4.3)(unocss@0.58.3)(vite@5.2.6)
+ nuxt: 3.11.2(@unocss/reset@0.58.3)(eslint@9.0.0)(floating-vue@5.2.2)(rollup@3.29.4)(typescript@5.4.5)(unocss@0.58.3)(vite@5.2.6)
vite: 5.2.6
transitivePeerDependencies:
- rollup
- supports-color
dev: false
- /@nuxt/devtools-kit@1.1.5(nuxt@3.11.1)(rollup@3.29.4)(vite@5.2.6):
+ /@nuxt/devtools-kit@1.1.5(nuxt@3.11.2)(rollup@3.29.4)(vite@5.2.6):
resolution: {integrity: sha512-Nb/NKFCRtxyqcPD6snB52rXtbRQMjGtn3ncpa8cLWsnoqnkd9emQ4uwV8IwCNxTnqUBtbGU79/TlJ79SKH9TAw==}
peerDependencies:
nuxt: ^3.9.0
vite: '*'
dependencies:
- '@nuxt/kit': 3.11.1(rollup@3.29.4)
- '@nuxt/schema': 3.11.1(rollup@3.29.4)
+ '@nuxt/kit': 3.11.2(rollup@3.29.4)
+ '@nuxt/schema': 3.11.2(rollup@3.29.4)
execa: 7.2.0
- nuxt: 3.11.1(@unocss/reset@0.58.3)(eslint@9.0.0)(floating-vue@5.2.2)(rollup@3.29.4)(typescript@5.4.3)(unocss@0.58.3)(vite@5.2.6)
+ nuxt: 3.11.2(@unocss/reset@0.58.3)(eslint@9.0.0)(floating-vue@5.2.2)(rollup@3.29.4)(typescript@5.4.5)(unocss@0.58.3)(vite@5.2.6)
vite: 5.2.6
transitivePeerDependencies:
- rollup
- supports-color
+ dev: false
- /@nuxt/devtools-ui-kit@1.0.8(@nuxt/devtools@1.0.8)(@vue/compiler-core@3.4.21)(nuxt@3.11.1)(postcss@8.4.38)(rollup@3.29.4)(vite@5.2.6)(vue@3.4.21)(webpack@5.91.0):
+ /@nuxt/devtools-kit@1.1.5(nuxt@3.11.2)(rollup@3.29.4)(vite@5.2.8):
+ resolution: {integrity: sha512-Nb/NKFCRtxyqcPD6snB52rXtbRQMjGtn3ncpa8cLWsnoqnkd9emQ4uwV8IwCNxTnqUBtbGU79/TlJ79SKH9TAw==}
+ peerDependencies:
+ nuxt: ^3.9.0
+ vite: '*'
+ dependencies:
+ '@nuxt/kit': 3.11.2(rollup@3.29.4)
+ '@nuxt/schema': 3.11.2(rollup@3.29.4)
+ execa: 7.2.0
+ nuxt: 3.11.2(@unocss/reset@0.58.3)(eslint@9.0.0)(floating-vue@5.2.2)(rollup@3.29.4)(typescript@5.4.5)(unocss@0.58.3)(vite@5.2.8)
+ vite: 5.2.8
+ transitivePeerDependencies:
+ - rollup
+ - supports-color
+ dev: true
+
+ /@nuxt/devtools-ui-kit@1.0.8(@nuxt/devtools@1.0.8)(@vue/compiler-core@3.4.21)(nuxt@3.11.2)(postcss@8.4.38)(rollup@3.29.4)(vite@5.2.6)(vue@3.4.21)(webpack@5.91.0):
resolution: {integrity: sha512-oPkyQ+nkvCvveWxHWAHpZt9uEycHFD00Rh46KYKe5KLl81Wr/L3KacIIYpiocPog0YZZhjvX5CmrIe8zXopNOA==}
peerDependencies:
'@nuxt/devtools': 1.0.8
@@ -1382,9 +1446,9 @@ packages:
'@iconify-json/logos': 1.1.42
'@iconify-json/ri': 1.1.18
'@iconify-json/tabler': 1.1.103
- '@nuxt/devtools': 1.0.8(nuxt@3.11.1)(rollup@3.29.4)(vite@5.2.6)
- '@nuxt/devtools-kit': 1.0.8(nuxt@3.11.1)(rollup@3.29.4)(vite@5.2.6)
- '@nuxt/kit': 3.11.1(rollup@3.29.4)
+ '@nuxt/devtools': 1.0.8(nuxt@3.11.2)(rollup@3.29.4)(vite@5.2.6)
+ '@nuxt/devtools-kit': 1.0.8(nuxt@3.11.2)(rollup@3.29.4)(vite@5.2.6)
+ '@nuxt/kit': 3.11.2(rollup@3.29.4)
'@nuxtjs/color-mode': 3.3.2(rollup@3.29.4)
'@unocss/core': 0.58.3
'@unocss/nuxt': 0.58.3(postcss@8.4.38)(rollup@3.29.4)(vite@5.2.6)(webpack@5.91.0)
@@ -1392,9 +1456,9 @@ packages:
'@unocss/preset-icons': 0.58.3
'@unocss/preset-mini': 0.58.3
'@unocss/reset': 0.58.3
- '@vueuse/core': 10.7.2(vue@3.4.21)
+ '@vueuse/core': 10.9.0(vue@3.4.21)
'@vueuse/integrations': 10.7.1(focus-trap@7.5.4)(vue@3.4.21)
- '@vueuse/nuxt': 10.7.1(nuxt@3.11.1)(rollup@3.29.4)(vue@3.4.21)
+ '@vueuse/nuxt': 10.7.1(nuxt@3.11.2)(rollup@3.29.4)(vue@3.4.21)
defu: 6.1.4
focus-trap: 7.5.4
splitpanes: 3.1.5
@@ -1455,7 +1519,7 @@ packages:
rc9: 2.1.1
semver: 7.6.0
- /@nuxt/devtools@1.0.8(nuxt@3.11.1)(rollup@3.29.4)(vite@5.2.6):
+ /@nuxt/devtools@1.0.8(nuxt@3.11.2)(rollup@3.29.4)(vite@5.2.6):
resolution: {integrity: sha512-o6aBFEBxc8OgVHV4OPe2g0q9tFIe9HiTxRiJnlTJ+jHvOQsBLS651ArdVtwLChf9UdMouFlpLLJ1HteZqTbtsQ==}
hasBin: true
peerDependencies:
@@ -1463,7 +1527,7 @@ packages:
vite: '*'
dependencies:
'@antfu/utils': 0.7.7
- '@nuxt/devtools-kit': 1.0.8(nuxt@3.11.1)(rollup@3.29.4)(vite@5.2.6)
+ '@nuxt/devtools-kit': 1.0.8(nuxt@3.11.2)(rollup@3.29.4)(vite@5.2.6)
'@nuxt/devtools-wizard': 1.0.8
'@nuxt/kit': 3.11.2(rollup@3.29.4)
birpc: 0.2.17
@@ -1480,7 +1544,7 @@ packages:
launch-editor: 2.6.1
local-pkg: 0.5.0
magicast: 0.3.3
- nuxt: 3.11.1(@unocss/reset@0.58.3)(eslint@9.0.0)(floating-vue@5.2.2)(rollup@3.29.4)(typescript@5.4.3)(unocss@0.58.3)(vite@5.2.6)
+ nuxt: 3.11.2(@unocss/reset@0.58.3)(eslint@9.0.0)(floating-vue@5.2.2)(rollup@3.29.4)(typescript@5.4.5)(unocss@0.58.3)(vite@5.2.6)
nypm: 0.3.8
ohash: 1.1.3
pacote: 17.0.6
@@ -1506,7 +1570,7 @@ packages:
- utf-8-validate
dev: false
- /@nuxt/devtools@1.1.5(@unocss/reset@0.58.3)(floating-vue@5.2.2)(nuxt@3.11.1)(rollup@3.29.4)(unocss@0.58.3)(vite@5.2.6)(vue@3.4.21):
+ /@nuxt/devtools@1.1.5(@unocss/reset@0.58.3)(floating-vue@5.2.2)(nuxt@3.11.2)(rollup@3.29.4)(unocss@0.58.3)(vite@5.2.6)(vue@3.4.21):
resolution: {integrity: sha512-aDEqz4L1GDj4DDnX7PL9ety3Wx0kLyKTb2JOSoJR8uX09fC3gonCvj/gYHLSSIKqhPasUjoOO5RPCtT+r9dtsA==}
hasBin: true
peerDependencies:
@@ -1514,9 +1578,9 @@ packages:
vite: '*'
dependencies:
'@antfu/utils': 0.7.7
- '@nuxt/devtools-kit': 1.1.5(nuxt@3.11.1)(rollup@3.29.4)(vite@5.2.6)
+ '@nuxt/devtools-kit': 1.1.5(nuxt@3.11.2)(rollup@3.29.4)(vite@5.2.6)
'@nuxt/devtools-wizard': 1.1.5
- '@nuxt/kit': 3.11.1(rollup@3.29.4)
+ '@nuxt/kit': 3.11.2(rollup@3.29.4)
'@vue/devtools-applet': 7.0.25(@unocss/reset@0.58.3)(floating-vue@5.2.2)(unocss@0.58.3)(vite@5.2.6)(vue@3.4.21)
'@vue/devtools-core': 7.0.25(vite@5.2.6)(vue@3.4.21)
'@vue/devtools-kit': 7.0.25(vue@3.4.21)
@@ -1535,7 +1599,7 @@ packages:
launch-editor: 2.6.1
local-pkg: 0.5.0
magicast: 0.3.3
- nuxt: 3.11.1(@unocss/reset@0.58.3)(eslint@9.0.0)(floating-vue@5.2.2)(rollup@3.29.4)(typescript@5.4.3)(unocss@0.58.3)(vite@5.2.6)
+ nuxt: 3.11.2(@unocss/reset@0.58.3)(eslint@9.0.0)(floating-vue@5.2.2)(rollup@3.29.4)(typescript@5.4.5)(unocss@0.58.3)(vite@5.2.6)
nypm: 0.3.8
ohash: 1.1.3
pacote: 17.0.6
@@ -1549,7 +1613,7 @@ packages:
sirv: 2.0.4
unimport: 3.7.1(rollup@3.29.4)
vite: 5.2.6
- vite-plugin-inspect: 0.8.3(@nuxt/kit@3.11.1)(rollup@3.29.4)(vite@5.2.6)
+ vite-plugin-inspect: 0.8.3(@nuxt/kit@3.11.2)(rollup@3.29.4)(vite@5.2.6)
vite-plugin-vue-inspector: 4.0.2(vite@5.2.6)
which: 3.0.1
ws: 8.16.0
@@ -1575,22 +1639,94 @@ packages:
- unocss
- utf-8-validate
- vue
+ dev: false
+
+ /@nuxt/devtools@1.1.5(@unocss/reset@0.58.3)(floating-vue@5.2.2)(nuxt@3.11.2)(rollup@3.29.4)(unocss@0.58.3)(vite@5.2.8)(vue@3.4.21):
+ resolution: {integrity: sha512-aDEqz4L1GDj4DDnX7PL9ety3Wx0kLyKTb2JOSoJR8uX09fC3gonCvj/gYHLSSIKqhPasUjoOO5RPCtT+r9dtsA==}
+ hasBin: true
+ peerDependencies:
+ nuxt: ^3.9.0
+ vite: '*'
+ dependencies:
+ '@antfu/utils': 0.7.7
+ '@nuxt/devtools-kit': 1.1.5(nuxt@3.11.2)(rollup@3.29.4)(vite@5.2.8)
+ '@nuxt/devtools-wizard': 1.1.5
+ '@nuxt/kit': 3.11.2(rollup@3.29.4)
+ '@vue/devtools-applet': 7.0.25(@unocss/reset@0.58.3)(floating-vue@5.2.2)(unocss@0.58.3)(vite@5.2.8)(vue@3.4.21)
+ '@vue/devtools-core': 7.0.25(vite@5.2.8)(vue@3.4.21)
+ '@vue/devtools-kit': 7.0.25(vue@3.4.21)
+ birpc: 0.2.17
+ consola: 3.2.3
+ cronstrue: 2.48.0
+ destr: 2.0.3
+ error-stack-parser-es: 0.1.1
+ execa: 7.2.0
+ fast-glob: 3.3.2
+ flatted: 3.3.1
+ get-port-please: 3.1.2
+ hookable: 5.5.3
+ image-meta: 0.2.0
+ is-installed-globally: 1.0.0
+ launch-editor: 2.6.1
+ local-pkg: 0.5.0
+ magicast: 0.3.3
+ nuxt: 3.11.2(@unocss/reset@0.58.3)(eslint@9.0.0)(floating-vue@5.2.2)(rollup@3.29.4)(typescript@5.4.5)(unocss@0.58.3)(vite@5.2.8)
+ nypm: 0.3.8
+ ohash: 1.1.3
+ pacote: 17.0.6
+ pathe: 1.1.2
+ perfect-debounce: 1.0.0
+ pkg-types: 1.0.3
+ rc9: 2.1.1
+ scule: 1.3.0
+ semver: 7.6.0
+ simple-git: 3.24.0
+ sirv: 2.0.4
+ unimport: 3.7.1(rollup@3.29.4)
+ vite: 5.2.8
+ vite-plugin-inspect: 0.8.3(@nuxt/kit@3.11.2)(rollup@3.29.4)(vite@5.2.8)
+ vite-plugin-vue-inspector: 4.0.2(vite@5.2.8)
+ which: 3.0.1
+ ws: 8.16.0
+ transitivePeerDependencies:
+ - '@unocss/reset'
+ - '@vue/composition-api'
+ - async-validator
+ - axios
+ - bluebird
+ - bufferutil
+ - change-case
+ - drauu
+ - floating-vue
+ - fuse.js
+ - idb-keyval
+ - jwt-decode
+ - nprogress
+ - qrcode
+ - rollup
+ - sortablejs
+ - supports-color
+ - universal-cookie
+ - unocss
+ - utf-8-validate
+ - vue
+ dev: true
- /@nuxt/eslint-config@0.3.5(eslint@9.0.0)(typescript@5.4.3):
- resolution: {integrity: sha512-Sh8YJbna0ENg3r7minGipkxTMJ3ew0KOGY9Imb+YyS/0UfKsU/EJoWxNJqk1PKwTPQ+kSiTaai7fdwehwSNh0Q==}
+ /@nuxt/eslint-config@0.3.7(eslint@9.0.0)(typescript@5.4.5):
+ resolution: {integrity: sha512-Pm3bf/XfbG9r/C76BSbeEquu3gXSsjoQYbILQP/peVBEM1gSJM2rPMmawfgV7V13UORpFBXhhk5hKQ3p7Auwkg==}
peerDependencies:
eslint: ^8.57.0 || ^9.0.0
dependencies:
'@eslint/js': 9.0.0
- '@nuxt/eslint-plugin': 0.3.5(eslint@9.0.0)(typescript@5.4.3)
+ '@nuxt/eslint-plugin': 0.3.7(eslint@9.0.0)(typescript@5.4.5)
'@rushstack/eslint-patch': 1.10.2
- '@stylistic/eslint-plugin': 1.7.2(eslint@9.0.0)(typescript@5.4.3)
- '@typescript-eslint/eslint-plugin': 7.7.0(@typescript-eslint/parser@7.7.0)(eslint@9.0.0)(typescript@5.4.3)
- '@typescript-eslint/parser': 7.7.0(eslint@9.0.0)(typescript@5.4.3)
+ '@stylistic/eslint-plugin': 1.7.2(eslint@9.0.0)(typescript@5.4.5)
+ '@typescript-eslint/eslint-plugin': 7.7.0(@typescript-eslint/parser@7.7.0)(eslint@9.0.0)(typescript@5.4.5)
+ '@typescript-eslint/parser': 7.7.0(eslint@9.0.0)(typescript@5.4.5)
eslint: 9.0.0
eslint-config-flat-gitignore: 0.1.5
eslint-flat-config-utils: 0.2.3
- eslint-plugin-import-x: 0.5.0(eslint@9.0.0)(typescript@5.4.3)
+ eslint-plugin-import-x: 0.5.0(eslint@9.0.0)(typescript@5.4.5)
eslint-plugin-jsdoc: 48.2.3(eslint@9.0.0)
eslint-plugin-unicorn: 52.0.0(eslint@9.0.0)
eslint-plugin-vue: 9.25.0(eslint@9.0.0)
@@ -1603,45 +1739,19 @@ packages:
- typescript
dev: true
- /@nuxt/eslint-plugin@0.3.5(eslint@9.0.0)(typescript@5.4.3):
- resolution: {integrity: sha512-RW6/3CilMRaTtZRHBHgyWJ4lx7j+yeLl8DQ3ugvt6oMXaqLXeZ+NHzA4n5tkFeLkE3gbl84RDJGWfht+MR0q/w==}
+ /@nuxt/eslint-plugin@0.3.7(eslint@9.0.0)(typescript@5.4.5):
+ resolution: {integrity: sha512-dg5Lxvf+jHO5otRb6j0tYHlL5/MjLPKv8ebb4AmRVr1Ou/qeyj3Gk9ZRW5aE0R9fOykyPTLTlGjsXeo/qU1sDA==}
peerDependencies:
eslint: ^8.57.0 || ^9.0.0
dependencies:
'@typescript-eslint/types': 7.7.0
- '@typescript-eslint/utils': 7.7.0(eslint@9.0.0)(typescript@5.4.3)
+ '@typescript-eslint/utils': 7.7.0(eslint@9.0.0)(typescript@5.4.5)
eslint: 9.0.0
transitivePeerDependencies:
- supports-color
- typescript
dev: true
- /@nuxt/kit@3.11.1(rollup@3.29.4):
- resolution: {integrity: sha512-8VVlhaY4N+wipgHmSXP+gLM+esms9TEBz13I/J++PbOUJuf2cJlUUTyqMoRVL0xudVKK/8fJgSndRkyidy1m2w==}
- engines: {node: ^14.18.0 || >=16.10.0}
- dependencies:
- '@nuxt/schema': 3.11.1(rollup@3.29.4)
- c12: 1.10.0
- consola: 3.2.3
- defu: 6.1.4
- globby: 14.0.1
- hash-sum: 2.0.0
- ignore: 5.3.1
- jiti: 1.21.0
- knitwork: 1.0.0
- mlly: 1.6.1
- pathe: 1.1.2
- pkg-types: 1.0.3
- scule: 1.3.0
- semver: 7.6.0
- ufo: 1.5.3
- unctx: 2.3.1
- unimport: 3.7.1(rollup@3.29.4)
- untyped: 1.4.2
- transitivePeerDependencies:
- - rollup
- - supports-color
-
/@nuxt/kit@3.11.2(rollup@3.29.4):
resolution: {integrity: sha512-yiYKP0ZWMW7T3TCmsv4H8+jEsB/nFriRAR8bKoSqSV9bkVYWPE36sf7JDux30dQ91jSlQG6LQkB3vCHYTS2cIg==}
engines: {node: ^14.18.0 || >=16.10.0}
@@ -1667,7 +1777,6 @@ packages:
transitivePeerDependencies:
- rollup
- supports-color
- dev: false
/@nuxt/kit@3.9.1(rollup@3.29.4):
resolution: {integrity: sha512-QvwZ4QmxmKEnGXXwhLapfogW8enIX30GD7nbmasAkcDIf4GdP2IWUwhd068mrXMbzdZupRLV1J5E74Dr516o5g==}
@@ -1723,65 +1832,26 @@ packages:
- supports-color
dev: true
- /@nuxt/module-builder@0.5.5(@nuxt/kit@3.11.1)(nuxi@3.11.1)(typescript@5.4.3):
+ /@nuxt/module-builder@0.5.5(@nuxt/kit@3.11.2)(nuxi@3.11.1)(typescript@5.4.5):
resolution: {integrity: sha512-ifFfwA1rbSXSae25RmqA2kAbV3xoShZNrq1yK8VXB/EnIcDn4WiaYR1PytaSxIt5zsvWPn92BJXiIUBiMQZ0hw==}
hasBin: true
peerDependencies:
'@nuxt/kit': ^3.8.2
nuxi: ^3.10.0
dependencies:
- '@nuxt/kit': 3.11.1(rollup@3.29.4)
+ '@nuxt/kit': 3.11.2(rollup@3.29.4)
citty: 0.1.5
consola: 3.2.3
mlly: 1.4.2
nuxi: 3.11.1
pathe: 1.1.2
- unbuild: 2.0.0(typescript@5.4.3)
+ unbuild: 2.0.0(typescript@5.4.5)
transitivePeerDependencies:
- sass
- supports-color
- typescript
dev: true
- /@nuxt/schema@3.10.0(rollup@3.29.4):
- resolution: {integrity: sha512-XwxyoW1DFMpHsoF3LHvwd2e2JFy9bTBfTo2/gH2RH9tU2W3I56A9uPRBftFXTNEDBrO2whYOFsRgjVOmM0ZZHg==}
- engines: {node: ^14.18.0 || >=16.10.0}
- dependencies:
- '@nuxt/ui-templates': 1.3.1
- consola: 3.2.3
- defu: 6.1.4
- hookable: 5.5.3
- pathe: 1.1.2
- pkg-types: 1.0.3
- scule: 1.2.0
- std-env: 3.7.0
- ufo: 1.5.3
- unimport: 3.7.1(rollup@3.29.4)
- untyped: 1.4.2
- transitivePeerDependencies:
- - rollup
- - supports-color
- dev: false
-
- /@nuxt/schema@3.11.1(rollup@3.29.4):
- resolution: {integrity: sha512-XyGlJsf3DtkouBCvBHlvjz+xvN4vza3W7pY3YBNMnktxlMQtfFiF3aB3A2NGLmBnJPqD3oY0j7lljraELb5hkg==}
- engines: {node: ^14.18.0 || >=16.10.0}
- dependencies:
- '@nuxt/ui-templates': 1.3.1
- consola: 3.2.3
- defu: 6.1.4
- hookable: 5.5.3
- pathe: 1.1.2
- pkg-types: 1.0.3
- scule: 1.3.0
- std-env: 3.7.0
- ufo: 1.5.3
- unimport: 3.7.1(rollup@3.29.4)
- untyped: 1.4.2
- transitivePeerDependencies:
- - rollup
- - supports-color
-
/@nuxt/schema@3.11.2(rollup@3.29.4):
resolution: {integrity: sha512-Z0bx7N08itD5edtpkstImLctWMNvxTArsKXzS35ZuqyAyKBPcRjO1CU01slH0ahO30Gg9kbck3/RKNZPwfOjJg==}
engines: {node: ^14.18.0 || >=16.10.0}
@@ -1800,7 +1870,6 @@ packages:
transitivePeerDependencies:
- rollup
- supports-color
- dev: false
/@nuxt/schema@3.9.1(rollup@3.29.4):
resolution: {integrity: sha512-GmALRLYo2vPMS1lMpUkUrUuEgTMCL1ZWyqA+zPKJ9/Rh2rrQgIvFyClqUl4txQoCZl038njP5cW0nOe2Oe0HKg==}
@@ -1846,19 +1915,19 @@ packages:
resolution: {integrity: sha512-Ghv2MgWbJcUM9G5Dy3oQP0cJkUwEgaiuQxEF61FXJdn0a69Q4StZEP/hLF0MWPM9m6EvAwI7orxkJHM7MrmtVg==}
hasBin: true
dependencies:
- '@nuxt/kit': 3.11.1(rollup@3.29.4)
+ '@nuxt/kit': 3.11.2(rollup@3.29.4)
ci-info: 4.0.0
consola: 3.2.3
create-require: 1.1.1
defu: 6.1.4
destr: 2.0.3
- dotenv: 16.3.1
+ dotenv: 16.4.5
git-url-parse: 13.1.1
is-docker: 3.0.0
jiti: 1.21.0
mri: 1.2.0
nanoid: 4.0.2
- ofetch: 1.3.3
+ ofetch: 1.3.4
parse-git-config: 3.0.0
pathe: 1.1.2
rc9: 2.1.1
@@ -1867,8 +1936,8 @@ packages:
- rollup
- supports-color
- /@nuxt/test-utils@3.12.0(h3@1.11.1)(happy-dom@13.10.1)(rollup@3.29.4)(vite@5.2.6)(vitest@1.4.0)(vue-router@4.3.0)(vue@3.4.21):
- resolution: {integrity: sha512-Q3HP53TDIYeqHT65r31HZhK/gRwVBmchSdVj1tfiYECyqstckvsQ4Cyt/GX/XmD7cLdD3d5aHow8LaMfP+BSqQ==}
+ /@nuxt/test-utils@3.12.1(h3@1.11.1)(happy-dom@13.10.1)(rollup@3.29.4)(vite@5.2.8)(vitest@1.5.0)(vue-router@4.3.0)(vue@3.4.21):
+ resolution: {integrity: sha512-VRLNcDz9Ad/4pjHdNRVLPs5DVIO5IJ0ij81PLmsE/lt+5oeeIQld+AgHgcqM4BM1YKsXTBuavbk1mEBqj7h/+A==}
engines: {node: ^14.18.0 || >=16.10.0}
peerDependencies:
'@cucumber/cucumber': ^10.3.1
@@ -1878,7 +1947,7 @@ packages:
'@vitest/ui': ^0.34.6 || ^1.0.0
'@vue/test-utils': ^2.4.2
h3: '*'
- happy-dom: ^9.10.9 || ^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0
+ happy-dom: ^9.10.9 || ^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0 || ^14.0.0
jsdom: ^22.0.0 || ^23.0.0 || ^24.0.0
playwright-core: ^1.34.3
vite: '*'
@@ -1907,8 +1976,8 @@ packages:
vitest:
optional: true
dependencies:
- '@nuxt/kit': 3.11.1(rollup@3.29.4)
- '@nuxt/schema': 3.11.1(rollup@3.29.4)
+ '@nuxt/kit': 3.11.2(rollup@3.29.4)
+ '@nuxt/schema': 3.11.2(rollup@3.29.4)
c12: 1.10.0
consola: 3.2.3
defu: 6.1.4
@@ -1922,7 +1991,7 @@ packages:
local-pkg: 0.5.0
magic-string: 0.30.8
node-fetch-native: 1.6.4
- ofetch: 1.3.3
+ ofetch: 1.3.4
pathe: 1.1.2
perfect-debounce: 1.0.0
radix3: 1.1.2
@@ -1931,28 +2000,29 @@ packages:
ufo: 1.5.3
unenv: 1.9.0
unplugin: 1.10.0
- vite: 5.2.6
- vitest: 1.4.0(happy-dom@13.10.1)
- vitest-environment-nuxt: 1.0.0(h3@1.11.1)(happy-dom@13.10.1)(rollup@3.29.4)(vite@5.2.6)(vitest@1.4.0)(vue-router@4.3.0)(vue@3.4.21)
- vue: 3.4.21(typescript@5.4.3)
+ vite: 5.2.8
+ vitest: 1.5.0(happy-dom@13.10.1)
+ vitest-environment-nuxt: 1.0.0(h3@1.11.1)(happy-dom@13.10.1)(rollup@3.29.4)(vite@5.2.8)(vitest@1.5.0)(vue-router@4.3.0)(vue@3.4.21)
+ vue: 3.4.21(typescript@5.4.5)
vue-router: 4.3.0(vue@3.4.21)
transitivePeerDependencies:
- rollup
- supports-color
dev: true
- /@nuxt/ui-pro@0.7.5(nuxt@3.11.1)(rollup@3.29.4)(vite@5.2.6)(vue@3.4.21):
- resolution: {integrity: sha512-Isb+eAjnw6Kn+VCPQZESSLTt+/ZKis5PJKA2exdCWHvWX6Stu8Lr1I7us85P57siv0Y/KtHBBvJmHH+7RNmU2g==}
+ /@nuxt/ui-pro@1.1.0(nuxt@3.11.2)(rollup@3.29.4)(vite@5.2.6)(vue@3.4.21):
+ resolution: {integrity: sha512-c8x8VDmnMYPognKq/V203UMK7JiZwmP+Vx5YIY74Y1DB+PS2alFGKXENy8rVZxx3HCA0b0WuwzACZ5405kv7yQ==}
dependencies:
- '@nuxt/ui': 2.13.0(nuxt@3.11.1)(rollup@3.29.4)(vite@5.2.6)(vue@3.4.21)
- '@vueuse/core': 10.7.2(vue@3.4.21)
+ '@nuxt/ui': 2.15.2(nuxt@3.11.2)(rollup@3.29.4)(vite@5.2.6)(vue@3.4.21)
+ '@vueuse/core': 10.9.0(vue@3.4.21)
defu: 6.1.4
git-url-parse: 14.0.0
- ofetch: 1.3.3
+ ofetch: 1.3.4
parse-git-config: 3.0.0
pathe: 1.1.2
pkg-types: 1.0.3
- tailwind-merge: 2.2.1
+ tailwind-merge: 2.2.2
+ vue3-smooth-dnd: 0.0.6(vue@3.4.21)
transitivePeerDependencies:
- '@vue/composition-api'
- async-validator
@@ -1979,35 +2049,34 @@ packages:
/@nuxt/ui-templates@1.3.3:
resolution: {integrity: sha512-3BG5doAREcD50dbKyXgmjD4b1GzY8CUy3T41jMhHZXNDdaNwOd31IBq+D6dV00OSrDVhzrTVj0IxsUsnMyHvIQ==}
- dev: false
- /@nuxt/ui@2.13.0(nuxt@3.11.1)(rollup@3.29.4)(vite@5.2.6)(vue@3.4.21):
- resolution: {integrity: sha512-u7TXMeNGV/lkPO/k2VlhCXUxJ+iw+OKUOaFLWRjHDfVQpBJMhzIvNvQhRPOD2FMpVuUUbpVjdOqbdEg9VQX3Wg==}
+ /@nuxt/ui@2.15.2(nuxt@3.11.2)(rollup@3.29.4)(vite@5.2.6)(vue@3.4.21):
+ resolution: {integrity: sha512-3NxFcC0KN4bdTePNKKEVp4tj2BgeuGlucnnOFLVYSdhw60xU0LpFq9wDGeP7BBUl622xF9FnPNiXW5/6RS4i6w==}
engines: {node: '>=v16.20.2'}
dependencies:
- '@egoist/tailwindcss-icons': 1.7.2(tailwindcss@3.4.1)
- '@headlessui/tailwindcss': 0.2.0(tailwindcss@3.4.1)
- '@headlessui/vue': 1.7.16(vue@3.4.21)
- '@iconify-json/heroicons': 1.1.19
- '@nuxt/kit': 3.11.1(rollup@3.29.4)
- '@nuxtjs/color-mode': 3.3.2(rollup@3.29.4)
+ '@egoist/tailwindcss-icons': 1.7.4(tailwindcss@3.4.3)
+ '@headlessui/tailwindcss': 0.2.0(tailwindcss@3.4.3)
+ '@headlessui/vue': 1.7.20(vue@3.4.21)
+ '@iconify-json/heroicons': 1.1.20
+ '@nuxt/kit': 3.11.2(rollup@3.29.4)
+ '@nuxtjs/color-mode': 3.4.0(rollup@3.29.4)
'@nuxtjs/tailwindcss': 'link:'
'@popperjs/core': 2.11.8
- '@tailwindcss/aspect-ratio': 0.4.2(tailwindcss@3.4.1)
- '@tailwindcss/container-queries': 0.1.1(tailwindcss@3.4.1)
- '@tailwindcss/forms': 0.5.7(tailwindcss@3.4.1)
- '@tailwindcss/typography': 0.5.12(tailwindcss@3.4.1)
- '@vueuse/core': 10.7.2(vue@3.4.21)
- '@vueuse/integrations': 10.7.2(fuse.js@6.6.2)(vue@3.4.21)
- '@vueuse/math': 10.7.2(vue@3.4.21)
+ '@tailwindcss/aspect-ratio': 0.4.2(tailwindcss@3.4.3)
+ '@tailwindcss/container-queries': 0.1.1(tailwindcss@3.4.3)
+ '@tailwindcss/forms': 0.5.7(tailwindcss@3.4.3)
+ '@tailwindcss/typography': 0.5.12(tailwindcss@3.4.3)
+ '@vueuse/core': 10.9.0(vue@3.4.21)
+ '@vueuse/integrations': 10.9.0(fuse.js@6.6.2)(vue@3.4.21)
+ '@vueuse/math': 10.9.0(vue@3.4.21)
defu: 6.1.4
fuse.js: 6.6.2
- nuxt-icon: 0.6.8(nuxt@3.11.1)(rollup@3.29.4)(vite@5.2.6)(vue@3.4.21)
+ nuxt-icon: 0.6.10(nuxt@3.11.2)(rollup@3.29.4)(vite@5.2.6)(vue@3.4.21)
ohash: 1.1.3
pathe: 1.1.2
- scule: 1.2.0
- tailwind-merge: 2.2.1
- tailwindcss: 3.4.1
+ scule: 1.3.0
+ tailwind-merge: 2.2.2
+ tailwindcss: 3.4.3
transitivePeerDependencies:
- '@vue/composition-api'
- async-validator
@@ -2029,16 +2098,16 @@ packages:
- vue
dev: false
- /@nuxt/vite-builder@3.11.1(eslint@9.0.0)(rollup@3.29.4)(typescript@5.4.3)(vue@3.4.21):
- resolution: {integrity: sha512-8DVK2Jb9xgfnvTfKr5mL3UDdAIrd3q3F4EmoVsXVKJe8NTt9LW38QdGwGViIQm9wzLDDEo0mgWF+n7WoGEH0xQ==}
+ /@nuxt/vite-builder@3.11.2(eslint@9.0.0)(rollup@3.29.4)(typescript@5.4.5)(vue@3.4.21):
+ resolution: {integrity: sha512-eXTZsAAN4dPz4eA2UD5YU2kD/DqgfyQp1UYsIdCe6+PAVe1ifkUboBjbc0piR5+3qI/S/eqk3nzxRGbiYF7Ccg==}
engines: {node: ^14.18.0 || >=16.10.0}
peerDependencies:
vue: ^3.3.4
dependencies:
- '@nuxt/kit': 3.11.1(rollup@3.29.4)
+ '@nuxt/kit': 3.11.2(rollup@3.29.4)
'@rollup/plugin-replace': 5.0.5(rollup@3.29.4)
- '@vitejs/plugin-vue': 5.0.4(vite@5.2.6)(vue@3.4.21)
- '@vitejs/plugin-vue-jsx': 3.1.0(vite@5.2.6)(vue@3.4.21)
+ '@vitejs/plugin-vue': 5.0.4(vite@5.2.8)(vue@3.4.21)
+ '@vitejs/plugin-vue-jsx': 3.1.0(vite@5.2.8)(vue@3.4.21)
autoprefixer: 10.4.19(postcss@8.4.38)
clear: 0.1.0
consola: 3.2.3
@@ -2051,8 +2120,8 @@ packages:
fs-extra: 11.2.0
get-port-please: 3.1.2
h3: 1.11.1
- knitwork: 1.0.0
- magic-string: 0.30.8
+ knitwork: 1.1.0
+ magic-string: 0.30.9
mlly: 1.6.1
ohash: 1.1.3
pathe: 1.1.2
@@ -2061,14 +2130,14 @@ packages:
postcss: 8.4.38
rollup-plugin-visualizer: 5.12.0(rollup@3.29.4)
std-env: 3.7.0
- strip-literal: 2.0.0
+ strip-literal: 2.1.0
ufo: 1.5.3
unenv: 1.9.0
- unplugin: 1.10.0
- vite: 5.2.6
+ unplugin: 1.10.1
+ vite: 5.2.8
vite-node: 1.4.0
- vite-plugin-checker: 0.6.4(eslint@9.0.0)(typescript@5.4.3)(vite@5.2.6)
- vue: 3.4.21(typescript@5.4.3)
+ vite-plugin-checker: 0.6.4(eslint@9.0.0)(typescript@5.4.5)(vite@5.2.8)
+ vue: 3.4.21(typescript@5.4.5)
vue-bundle-renderer: 2.0.0
transitivePeerDependencies:
- '@types/node'
@@ -2109,7 +2178,7 @@ packages:
/@nuxtjs/color-mode@3.3.2(rollup@3.29.4):
resolution: {integrity: sha512-BLpBfrYZngV2QWFQ4HNEFwAXa3Pno43Ge+2XHcZJTTa1Z4KzRLvOwku8yiyV3ovIaaXKGwduBdv3Z5Ocdp0/+g==}
dependencies:
- '@nuxt/kit': 3.11.1(rollup@3.29.4)
+ '@nuxt/kit': 3.11.2(rollup@3.29.4)
lodash.template: 4.5.0
pathe: 1.1.2
transitivePeerDependencies:
@@ -2117,6 +2186,18 @@ packages:
- supports-color
dev: false
+ /@nuxtjs/color-mode@3.4.0(rollup@3.29.4):
+ resolution: {integrity: sha512-rS51nG3zW8ksOwNubIP3BPQ+vBL0r2M6td1kkB/VaR1e1uVtNfWlBPfZjb604bgNCE2AeRNqaI0CrxkfnQ6h6Q==}
+ dependencies:
+ '@nuxt/kit': 3.11.2(rollup@3.29.4)
+ pathe: 1.1.2
+ pkg-types: 1.0.3
+ semver: 7.6.0
+ transitivePeerDependencies:
+ - rollup
+ - supports-color
+ dev: false
+
/@nuxtjs/fontaine@0.4.1(rollup@3.29.4):
resolution: {integrity: sha512-8VnrFYnilfqlQVsCufiqoWusivYVOwP/0Nzu9FV44oryQlBa3qiT7EyOkKSmOxf9yZWCZBRc2wjTSxI+WTYlpg==}
dependencies:
@@ -2131,11 +2212,11 @@ packages:
- supports-color
dev: false
- /@nuxtjs/google-fonts@3.1.3(rollup@3.29.4):
- resolution: {integrity: sha512-gHwstHXQKd/r9O2WnQR4UJbi7Rfb9No1/gF4gqP+y18h1DAAZUOYPBF5EAPGjZKgDOW2XbZHP8Rw3oSDTpIT1A==}
+ /@nuxtjs/google-fonts@3.2.0(rollup@3.29.4):
+ resolution: {integrity: sha512-cGAjDJoeQ2jm6VJCo4AtSmKO6KjsbO9RSLj8q261fD0lMVNMZCxkCxBkg8L0/2Vfgp+5QBHWVXL71p1tiybJFw==}
dependencies:
- '@nuxt/kit': 3.9.1(rollup@3.29.4)
- google-fonts-helper: 3.4.1
+ '@nuxt/kit': 3.11.2(rollup@3.29.4)
+ google-fonts-helper: 3.5.0
pathe: 1.1.2
transitivePeerDependencies:
- rollup
@@ -2145,7 +2226,7 @@ packages:
/@nuxtjs/mdc@0.6.1(rollup@3.29.4):
resolution: {integrity: sha512-zS5QK7DZ/SBrjqQX1DOy7GnxKy+wbj2+LvooefOWmQqHfLTAqJLVIjuv/BmKnQWiRCq19+uysys3iY42EoY5/A==}
dependencies:
- '@nuxt/kit': 3.11.1(rollup@3.29.4)
+ '@nuxt/kit': 3.11.2(rollup@3.29.4)
'@shikijs/transformers': 1.2.1
'@types/hast': 3.0.4
'@types/mdast': 4.0.3
@@ -2185,13 +2266,12 @@ packages:
- supports-color
dev: true
- /@nuxtjs/plausible@0.2.4(rollup@3.29.4):
- resolution: {integrity: sha512-9HrSl9ZGKS/7bULAt8uzAGo9BJyIZebzRSLQD8ZhiODaGyRdEQlgcJBw5JgUzjcC5n4T0ZlX3FC6C3Wyp7opgA==}
+ /@nuxtjs/plausible@1.0.0(rollup@3.29.4):
+ resolution: {integrity: sha512-2K0/AbPJAEr3yMA8oDD0I6WB+SXs/YlF297azjR5eSZVQjuimDAwLf4bEXk9ilbrzoMFmm0Tpzn4CC6f0rISBA==}
dependencies:
- '@nuxt/kit': 3.9.1(rollup@3.29.4)
+ '@barbapapazes/plausible-tracker': 0.4.0
+ '@nuxt/kit': 3.11.2(rollup@3.29.4)
defu: 6.1.4
- pathe: 1.1.2
- plausible-tracker: 0.3.8
transitivePeerDependencies:
- rollup
- supports-color
@@ -2539,7 +2619,7 @@ packages:
dependencies:
'@rollup/pluginutils': 5.1.0(rollup@4.13.2)
estree-walker: 2.0.2
- magic-string: 0.30.8
+ magic-string: 0.30.9
rollup: 4.13.2
/@rollup/plugin-json@6.1.0(rollup@3.29.4):
@@ -2684,13 +2764,6 @@ packages:
requiresBuild: true
optional: true
- /@rollup/rollup-android-arm-eabi@4.9.4:
- resolution: {integrity: sha512-ub/SN3yWqIv5CWiAZPHVS1DloyZsJbtXmX4HxUTIpS0BHm9pW5iYBo2mIZi+hE3AeiTzHz33blwSnhdUo+9NpA==}
- cpu: [arm]
- os: [android]
- requiresBuild: true
- optional: true
-
/@rollup/rollup-android-arm64@4.13.2:
resolution: {integrity: sha512-GdxxXbAuM7Y/YQM9/TwwP+L0omeE/lJAR1J+olu36c3LqqZEBdsIWeQ91KBe6nxwOnb06Xh7JS2U5ooWU5/LgQ==}
cpu: [arm64]
@@ -2698,13 +2771,6 @@ packages:
requiresBuild: true
optional: true
- /@rollup/rollup-android-arm64@4.9.4:
- resolution: {integrity: sha512-ehcBrOR5XTl0W0t2WxfTyHCR/3Cq2jfb+I4W+Ch8Y9b5G+vbAecVv0Fx/J1QKktOrgUYsIKxWAKgIpvw56IFNA==}
- cpu: [arm64]
- os: [android]
- requiresBuild: true
- optional: true
-
/@rollup/rollup-darwin-arm64@4.13.2:
resolution: {integrity: sha512-mCMlpzlBgOTdaFs83I4XRr8wNPveJiJX1RLfv4hggyIVhfB5mJfN4P8Z6yKh+oE4Luz+qq1P3kVdWrCKcMYrrA==}
cpu: [arm64]
@@ -2712,13 +2778,6 @@ packages:
requiresBuild: true
optional: true
- /@rollup/rollup-darwin-arm64@4.9.4:
- resolution: {integrity: sha512-1fzh1lWExwSTWy8vJPnNbNM02WZDS8AW3McEOb7wW+nPChLKf3WG2aG7fhaUmfX5FKw9zhsF5+MBwArGyNM7NA==}
- cpu: [arm64]
- os: [darwin]
- requiresBuild: true
- optional: true
-
/@rollup/rollup-darwin-x64@4.13.2:
resolution: {integrity: sha512-yUoEvnH0FBef/NbB1u6d3HNGyruAKnN74LrPAfDQL3O32e3k3OSfLrPgSJmgb3PJrBZWfPyt6m4ZhAFa2nZp2A==}
cpu: [x64]
@@ -2726,13 +2785,6 @@ packages:
requiresBuild: true
optional: true
- /@rollup/rollup-darwin-x64@4.9.4:
- resolution: {integrity: sha512-Gc6cukkF38RcYQ6uPdiXi70JB0f29CwcQ7+r4QpfNpQFVHXRd0DfWFidoGxjSx1DwOETM97JPz1RXL5ISSB0pA==}
- cpu: [x64]
- os: [darwin]
- requiresBuild: true
- optional: true
-
/@rollup/rollup-linux-arm-gnueabihf@4.13.2:
resolution: {integrity: sha512-GYbLs5ErswU/Xs7aGXqzc3RrdEjKdmoCrgzhJWyFL0r5fL3qd1NPcDKDowDnmcoSiGJeU68/Vy+OMUluRxPiLQ==}
cpu: [arm]
@@ -2740,13 +2792,6 @@ packages:
requiresBuild: true
optional: true
- /@rollup/rollup-linux-arm-gnueabihf@4.9.4:
- resolution: {integrity: sha512-g21RTeFzoTl8GxosHbnQZ0/JkuFIB13C3T7Y0HtKzOXmoHhewLbVTFBQZu+z5m9STH6FZ7L/oPgU4Nm5ErN2fw==}
- cpu: [arm]
- os: [linux]
- requiresBuild: true
- optional: true
-
/@rollup/rollup-linux-arm64-gnu@4.13.2:
resolution: {integrity: sha512-L1+D8/wqGnKQIlh4Zre9i4R4b4noxzH5DDciyahX4oOz62CphY7WDWqJoQ66zNR4oScLNOqQJfNSIAe/6TPUmQ==}
cpu: [arm64]
@@ -2754,13 +2799,6 @@ packages:
requiresBuild: true
optional: true
- /@rollup/rollup-linux-arm64-gnu@4.9.4:
- resolution: {integrity: sha512-TVYVWD/SYwWzGGnbfTkrNpdE4HON46orgMNHCivlXmlsSGQOx/OHHYiQcMIOx38/GWgwr/po2LBn7wypkWw/Mg==}
- cpu: [arm64]
- os: [linux]
- requiresBuild: true
- optional: true
-
/@rollup/rollup-linux-arm64-musl@4.13.2:
resolution: {integrity: sha512-tK5eoKFkXdz6vjfkSTCupUzCo40xueTOiOO6PeEIadlNBkadH1wNOH8ILCPIl8by/Gmb5AGAeQOFeLev7iZDOA==}
cpu: [arm64]
@@ -2768,13 +2806,6 @@ packages:
requiresBuild: true
optional: true
- /@rollup/rollup-linux-arm64-musl@4.9.4:
- resolution: {integrity: sha512-XcKvuendwizYYhFxpvQ3xVpzje2HHImzg33wL9zvxtj77HvPStbSGI9czrdbfrf8DGMcNNReH9pVZv8qejAQ5A==}
- cpu: [arm64]
- os: [linux]
- requiresBuild: true
- optional: true
-
/@rollup/rollup-linux-powerpc64le-gnu@4.13.2:
resolution: {integrity: sha512-zvXvAUGGEYi6tYhcDmb9wlOckVbuD+7z3mzInCSTACJ4DQrdSLPNUeDIcAQW39M3q6PDquqLWu7pnO39uSMRzQ==}
cpu: [ppc64le]
@@ -2789,13 +2820,6 @@ packages:
requiresBuild: true
optional: true
- /@rollup/rollup-linux-riscv64-gnu@4.9.4:
- resolution: {integrity: sha512-LFHS/8Q+I9YA0yVETyjonMJ3UA+DczeBd/MqNEzsGSTdNvSJa1OJZcSH8GiXLvcizgp9AlHs2walqRcqzjOi3A==}
- cpu: [riscv64]
- os: [linux]
- requiresBuild: true
- optional: true
-
/@rollup/rollup-linux-s390x-gnu@4.13.2:
resolution: {integrity: sha512-l4U0KDFwzD36j7HdfJ5/TveEQ1fUTjFFQP5qIt9gBqBgu1G8/kCaq5Ok05kd5TG9F8Lltf3MoYsUMw3rNlJ0Yg==}
cpu: [s390x]
@@ -2810,13 +2834,6 @@ packages:
requiresBuild: true
optional: true
- /@rollup/rollup-linux-x64-gnu@4.9.4:
- resolution: {integrity: sha512-dIYgo+j1+yfy81i0YVU5KnQrIJZE8ERomx17ReU4GREjGtDW4X+nvkBak2xAUpyqLs4eleDSj3RrV72fQos7zw==}
- cpu: [x64]
- os: [linux]
- requiresBuild: true
- optional: true
-
/@rollup/rollup-linux-x64-musl@4.13.2:
resolution: {integrity: sha512-M/JYAWickafUijWPai4ehrjzVPKRCyDb1SLuO+ZyPfoXgeCEAlgPkNXewFZx0zcnoIe3ay4UjXIMdXQXOZXWqA==}
cpu: [x64]
@@ -2824,13 +2841,6 @@ packages:
requiresBuild: true
optional: true
- /@rollup/rollup-linux-x64-musl@4.9.4:
- resolution: {integrity: sha512-RoaYxjdHQ5TPjaPrLsfKqR3pakMr3JGqZ+jZM0zP2IkDtsGa4CqYaWSfQmZVgFUCgLrTnzX+cnHS3nfl+kB6ZQ==}
- cpu: [x64]
- os: [linux]
- requiresBuild: true
- optional: true
-
/@rollup/rollup-win32-arm64-msvc@4.13.2:
resolution: {integrity: sha512-2YWwoVg9KRkIKaXSh0mz3NmfurpmYoBBTAXA9qt7VXk0Xy12PoOP40EFuau+ajgALbbhi4uTj3tSG3tVseCjuA==}
cpu: [arm64]
@@ -2838,13 +2848,6 @@ packages:
requiresBuild: true
optional: true
- /@rollup/rollup-win32-arm64-msvc@4.9.4:
- resolution: {integrity: sha512-T8Q3XHV+Jjf5e49B4EAaLKV74BbX7/qYBRQ8Wop/+TyyU0k+vSjiLVSHNWdVd1goMjZcbhDmYZUYW5RFqkBNHQ==}
- cpu: [arm64]
- os: [win32]
- requiresBuild: true
- optional: true
-
/@rollup/rollup-win32-ia32-msvc@4.13.2:
resolution: {integrity: sha512-2FSsE9aQ6OWD20E498NYKEQLneShWes0NGMPQwxWOdws35qQXH+FplabOSP5zEe1pVjurSDOGEVCE2agFwSEsw==}
cpu: [ia32]
@@ -2852,13 +2855,6 @@ packages:
requiresBuild: true
optional: true
- /@rollup/rollup-win32-ia32-msvc@4.9.4:
- resolution: {integrity: sha512-z+JQ7JirDUHAsMecVydnBPWLwJjbppU+7LZjffGf+Jvrxq+dVjIE7By163Sc9DKc3ADSU50qPVw0KonBS+a+HQ==}
- cpu: [ia32]
- os: [win32]
- requiresBuild: true
- optional: true
-
/@rollup/rollup-win32-x64-msvc@4.13.2:
resolution: {integrity: sha512-7h7J2nokcdPePdKykd8wtc8QqqkqxIrUz7MHj6aNr8waBRU//NLDVnNjQnqQO6fqtjrtCdftpbTuOKAyrAQETQ==}
cpu: [x64]
@@ -2866,13 +2862,6 @@ packages:
requiresBuild: true
optional: true
- /@rollup/rollup-win32-x64-msvc@4.9.4:
- resolution: {integrity: sha512-LfdGXCV9rdEify1oxlN9eamvDSjv9md9ZVMAbNHA87xqIfFCxImxan9qZ8+Un54iK2nnqPlbnSi4R54ONtbWBw==}
- cpu: [x64]
- os: [win32]
- requiresBuild: true
- optional: true
-
/@rushstack/eslint-patch@1.10.2:
resolution: {integrity: sha512-hw437iINopmQuxWPSUEvqE56NCPsiU8N4AYtfHmJFckclktzK9YQJieD3XkDCDH4OjL+C7zgPUh73R/nrcHrqw==}
dev: true
@@ -2986,20 +2975,20 @@ packages:
picomatch: 4.0.2
dev: true
- /@stylistic/eslint-plugin-plus@1.7.2(eslint@9.0.0)(typescript@5.4.3):
+ /@stylistic/eslint-plugin-plus@1.7.2(eslint@9.0.0)(typescript@5.4.5):
resolution: {integrity: sha512-luUfRVbBVtt0+/FNt8/76BANJEzb/nHWasHD7UUjyMrch2U9xUKpObrkTCzqBuisKek+uFupwGjqXqDP07+fQw==}
peerDependencies:
eslint: '*'
dependencies:
'@types/eslint': 8.56.9
- '@typescript-eslint/utils': 6.21.0(eslint@9.0.0)(typescript@5.4.3)
+ '@typescript-eslint/utils': 6.21.0(eslint@9.0.0)(typescript@5.4.5)
eslint: 9.0.0
transitivePeerDependencies:
- supports-color
- typescript
dev: true
- /@stylistic/eslint-plugin-ts@1.7.2(eslint@9.0.0)(typescript@5.4.3):
+ /@stylistic/eslint-plugin-ts@1.7.2(eslint@9.0.0)(typescript@5.4.5):
resolution: {integrity: sha512-szX89YPocwCe4T0eT3alj7MwEzDHt5+B+kb/vQfSSLIjI9CGgoWrgj50zU8PtaDctTh4ZieFBzU/lRmkSUo0RQ==}
engines: {node: ^16.0.0 || >=18.0.0}
peerDependencies:
@@ -3007,14 +2996,14 @@ packages:
dependencies:
'@stylistic/eslint-plugin-js': 1.7.2(eslint@9.0.0)
'@types/eslint': 8.56.9
- '@typescript-eslint/utils': 6.21.0(eslint@9.0.0)(typescript@5.4.3)
+ '@typescript-eslint/utils': 6.21.0(eslint@9.0.0)(typescript@5.4.5)
eslint: 9.0.0
transitivePeerDependencies:
- supports-color
- typescript
dev: true
- /@stylistic/eslint-plugin@1.7.2(eslint@9.0.0)(typescript@5.4.3):
+ /@stylistic/eslint-plugin@1.7.2(eslint@9.0.0)(typescript@5.4.5):
resolution: {integrity: sha512-TesaPR4AOCeD4unwu9gZCdTe8SsUpykriICuwXV8GFBgESuVbfVp+S8g6xTWe9ntVR803bNMtnr2UhxHW0iFqg==}
engines: {node: ^16.0.0 || >=18.0.0}
peerDependencies:
@@ -3022,8 +3011,8 @@ packages:
dependencies:
'@stylistic/eslint-plugin-js': 1.7.2(eslint@9.0.0)
'@stylistic/eslint-plugin-jsx': 1.7.2(eslint@9.0.0)
- '@stylistic/eslint-plugin-plus': 1.7.2(eslint@9.0.0)(typescript@5.4.3)
- '@stylistic/eslint-plugin-ts': 1.7.2(eslint@9.0.0)(typescript@5.4.3)
+ '@stylistic/eslint-plugin-plus': 1.7.2(eslint@9.0.0)(typescript@5.4.5)
+ '@stylistic/eslint-plugin-ts': 1.7.2(eslint@9.0.0)(typescript@5.4.5)
'@types/eslint': 8.56.9
eslint: 9.0.0
transitivePeerDependencies:
@@ -3044,32 +3033,32 @@ packages:
tslib: 2.6.2
dev: false
- /@tailwindcss/aspect-ratio@0.4.2(tailwindcss@3.4.1):
+ /@tailwindcss/aspect-ratio@0.4.2(tailwindcss@3.4.3):
resolution: {integrity: sha512-8QPrypskfBa7QIMuKHg2TA7BqES6vhBrDLOv8Unb6FcFyd3TjKbc6lcmb9UPQHxfl24sXoJ41ux/H7qQQvfaSQ==}
peerDependencies:
tailwindcss: '>=2.0.0 || >=3.0.0 || >=3.0.0-alpha.1'
dependencies:
- tailwindcss: 3.4.1
+ tailwindcss: 3.4.3
dev: false
- /@tailwindcss/container-queries@0.1.1(tailwindcss@3.4.1):
+ /@tailwindcss/container-queries@0.1.1(tailwindcss@3.4.3):
resolution: {integrity: sha512-p18dswChx6WnTSaJCSGx6lTmrGzNNvm2FtXmiO6AuA1V4U5REyoqwmT6kgAsIMdjo07QdAfYXHJ4hnMtfHzWgA==}
peerDependencies:
tailwindcss: '>=3.2.0'
dependencies:
- tailwindcss: 3.4.1
+ tailwindcss: 3.4.3
dev: false
- /@tailwindcss/forms@0.5.7(tailwindcss@3.4.1):
+ /@tailwindcss/forms@0.5.7(tailwindcss@3.4.3):
resolution: {integrity: sha512-QE7X69iQI+ZXwldE+rzasvbJiyV/ju1FGHH0Qn2W3FKbuYtqp8LKcy6iSw79fVUT5/Vvf+0XgLCeYVG+UV6hOw==}
peerDependencies:
tailwindcss: '>=3.0.0 || >= 3.0.0-alpha.1'
dependencies:
mini-svg-data-uri: 1.4.4
- tailwindcss: 3.4.1
+ tailwindcss: 3.4.3
dev: false
- /@tailwindcss/typography@0.5.12(tailwindcss@3.4.1):
+ /@tailwindcss/typography@0.5.12(tailwindcss@3.4.3):
resolution: {integrity: sha512-CNwpBpconcP7ppxmuq3qvaCxiRWnbhANpY/ruH4L5qs2GCiVDJXde/pjj2HWPV1+Q4G9+V/etrwUYopdcjAlyg==}
peerDependencies:
tailwindcss: '>=3.0.0 || insiders'
@@ -3078,7 +3067,20 @@ packages:
lodash.isplainobject: 4.0.6
lodash.merge: 4.6.2
postcss-selector-parser: 6.0.10
- tailwindcss: 3.4.1
+ tailwindcss: 3.4.3
+
+ /@tanstack/virtual-core@3.3.0:
+ resolution: {integrity: sha512-A0004OAa1FcUkPHeeGoKgBrAgjH+uHdDPrw1L7RpkwnODYqRvoilqsHPs8cyTjMg1byZBbiNpQAq2TlFLIaQag==}
+ dev: false
+
+ /@tanstack/vue-virtual@3.3.0(vue@3.4.21):
+ resolution: {integrity: sha512-cB/zNPT35E826j5K5+wxO8yOpIyslHRpIVmBHQnlUNpT4yjJMoa+32EXZSCFpDmcIZevt5X2CjrPh9BoxLv/6w==}
+ peerDependencies:
+ vue: ^2.7.0 || ^3.0.0
+ dependencies:
+ '@tanstack/virtual-core': 3.3.0
+ vue: 3.4.21(typescript@5.4.5)
+ dev: false
/@trysound/sax@0.2.0:
resolution: {integrity: sha512-L7z9BgrNEcYyUYtF+HaEfiS5ebkh9jXqbszz7pC0hRBPaatV0XjSD3+eHrpqFemQfgwiFF0QPIarnIihIDn7OA==}
@@ -3113,15 +3115,8 @@ packages:
/@types/eslint-scope@3.7.7:
resolution: {integrity: sha512-MzMFlSLBqNF2gcHWO0G1vP/YQyfvrxZ0bF+u7mzUdZ1/xK4A4sru+nraZz5i3iEIk1l1uyicaDVTB4QbbEkAYg==}
dependencies:
- '@types/eslint': 8.56.2
- '@types/estree': 1.0.5
- dev: false
-
- /@types/eslint@8.56.2:
- resolution: {integrity: sha512-uQDwm1wFHmbBbCZCqAlq6Do9LYwByNZHWzXppSnay9SuwJ+VRbjkbLABer54kcPnMSlG6Fdiy2yaFXm/z9Z5gw==}
- dependencies:
+ '@types/eslint': 8.56.9
'@types/estree': 1.0.5
- '@types/json-schema': 7.0.15
dev: false
/@types/eslint@8.56.9:
@@ -3129,7 +3124,6 @@ packages:
dependencies:
'@types/estree': 1.0.5
'@types/json-schema': 7.0.15
- dev: true
/@types/estree@1.0.5:
resolution: {integrity: sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw==}
@@ -3183,10 +3177,6 @@ packages:
/@types/resolve@1.20.2:
resolution: {integrity: sha512-60BCwRFOZCQhDncwQdxxeOEEkbc5dIMccYLwbxsS4TUNeVECQ/pBJ0j09mrHOl/JJvpRPGwO9SvE4nR2Nb/a4Q==}
- /@types/semver@7.5.6:
- resolution: {integrity: sha512-dn1l8LaMea/IjDoHNd9J52uBbInB796CDffS6VdIxvqYCPSG0V0DzHp76GpaWnlhg88uYyPbXCDIowa86ybd5A==}
- dev: true
-
/@types/semver@7.5.8:
resolution: {integrity: sha512-I8EUhyrgfLrcTkzV3TSsGyl1tSuPrEDzr0yd5m90UgNxQkyDXULk3b6MlQqTCpZpNtWe1K0hzclnZkTcLBe2UQ==}
dev: true
@@ -3202,7 +3192,7 @@ packages:
/@types/web-bluetooth@0.0.20:
resolution: {integrity: sha512-g9gZnnXVq7gM7v3tJCWV/qw7w+KeOlSHAhgF9RytFyifW6AF61hdT2ucrYhPq9hLs5JIryeupHV3qGk95dH9ow==}
- /@typescript-eslint/eslint-plugin@7.7.0(@typescript-eslint/parser@7.7.0)(eslint@9.0.0)(typescript@5.4.3):
+ /@typescript-eslint/eslint-plugin@7.7.0(@typescript-eslint/parser@7.7.0)(eslint@9.0.0)(typescript@5.4.5):
resolution: {integrity: sha512-GJWR0YnfrKnsRoluVO3PRb9r5aMZriiMMM/RHj5nnTrBy1/wIgk76XCtCKcnXGjpZQJQRFtGV9/0JJ6n30uwpQ==}
engines: {node: ^18.18.0 || >=20.0.0}
peerDependencies:
@@ -3214,10 +3204,10 @@ packages:
optional: true
dependencies:
'@eslint-community/regexpp': 4.10.0
- '@typescript-eslint/parser': 7.7.0(eslint@9.0.0)(typescript@5.4.3)
+ '@typescript-eslint/parser': 7.7.0(eslint@9.0.0)(typescript@5.4.5)
'@typescript-eslint/scope-manager': 7.7.0
- '@typescript-eslint/type-utils': 7.7.0(eslint@9.0.0)(typescript@5.4.3)
- '@typescript-eslint/utils': 7.7.0(eslint@9.0.0)(typescript@5.4.3)
+ '@typescript-eslint/type-utils': 7.7.0(eslint@9.0.0)(typescript@5.4.5)
+ '@typescript-eslint/utils': 7.7.0(eslint@9.0.0)(typescript@5.4.5)
'@typescript-eslint/visitor-keys': 7.7.0
debug: 4.3.4
eslint: 9.0.0
@@ -3225,13 +3215,13 @@ packages:
ignore: 5.3.1
natural-compare: 1.4.0
semver: 7.6.0
- ts-api-utils: 1.3.0(typescript@5.4.3)
- typescript: 5.4.3
+ ts-api-utils: 1.3.0(typescript@5.4.5)
+ typescript: 5.4.5
transitivePeerDependencies:
- supports-color
dev: true
- /@typescript-eslint/parser@7.7.0(eslint@9.0.0)(typescript@5.4.3):
+ /@typescript-eslint/parser@7.7.0(eslint@9.0.0)(typescript@5.4.5):
resolution: {integrity: sha512-fNcDm3wSwVM8QYL4HKVBggdIPAy9Q41vcvC/GtDobw3c4ndVT3K6cqudUmjHPw8EAp4ufax0o58/xvWaP2FmTg==}
engines: {node: ^18.18.0 || >=20.0.0}
peerDependencies:
@@ -3243,11 +3233,11 @@ packages:
dependencies:
'@typescript-eslint/scope-manager': 7.7.0
'@typescript-eslint/types': 7.7.0
- '@typescript-eslint/typescript-estree': 7.7.0(typescript@5.4.3)
+ '@typescript-eslint/typescript-estree': 7.7.0(typescript@5.4.5)
'@typescript-eslint/visitor-keys': 7.7.0
debug: 4.3.4
eslint: 9.0.0
- typescript: 5.4.3
+ typescript: 5.4.5
transitivePeerDependencies:
- supports-color
dev: true
@@ -3268,7 +3258,7 @@ packages:
'@typescript-eslint/visitor-keys': 7.7.0
dev: true
- /@typescript-eslint/type-utils@7.7.0(eslint@9.0.0)(typescript@5.4.3):
+ /@typescript-eslint/type-utils@7.7.0(eslint@9.0.0)(typescript@5.4.5):
resolution: {integrity: sha512-bOp3ejoRYrhAlnT/bozNQi3nio9tIgv3U5C0mVDdZC7cpcQEDZXvq8inrHYghLVwuNABRqrMW5tzAv88Vy77Sg==}
engines: {node: ^18.18.0 || >=20.0.0}
peerDependencies:
@@ -3278,12 +3268,12 @@ packages:
typescript:
optional: true
dependencies:
- '@typescript-eslint/typescript-estree': 7.7.0(typescript@5.4.3)
- '@typescript-eslint/utils': 7.7.0(eslint@9.0.0)(typescript@5.4.3)
+ '@typescript-eslint/typescript-estree': 7.7.0(typescript@5.4.5)
+ '@typescript-eslint/utils': 7.7.0(eslint@9.0.0)(typescript@5.4.5)
debug: 4.3.4
eslint: 9.0.0
- ts-api-utils: 1.3.0(typescript@5.4.3)
- typescript: 5.4.3
+ ts-api-utils: 1.3.0(typescript@5.4.5)
+ typescript: 5.4.5
transitivePeerDependencies:
- supports-color
dev: true
@@ -3298,7 +3288,7 @@ packages:
engines: {node: ^18.18.0 || >=20.0.0}
dev: true
- /@typescript-eslint/typescript-estree@6.21.0(typescript@5.4.3):
+ /@typescript-eslint/typescript-estree@6.21.0(typescript@5.4.5):
resolution: {integrity: sha512-6npJTkZcO+y2/kr+z0hc4HwNfrrP4kNYh57ek7yCNlrBjWQ1Y0OS7jiZTkgumrvkX5HkEKXFZkkdFNkaW2wmUQ==}
engines: {node: ^16.0.0 || >=18.0.0}
peerDependencies:
@@ -3314,13 +3304,13 @@ packages:
is-glob: 4.0.3
minimatch: 9.0.3
semver: 7.6.0
- ts-api-utils: 1.0.3(typescript@5.4.3)
- typescript: 5.4.3
+ ts-api-utils: 1.3.0(typescript@5.4.5)
+ typescript: 5.4.5
transitivePeerDependencies:
- supports-color
dev: true
- /@typescript-eslint/typescript-estree@7.7.0(typescript@5.4.3):
+ /@typescript-eslint/typescript-estree@7.7.0(typescript@5.4.5):
resolution: {integrity: sha512-8p71HQPE6CbxIBy2kWHqM1KGrC07pk6RJn40n0DSc6bMOBBREZxSDJ+BmRzc8B5OdaMh1ty3mkuWRg4sCFiDQQ==}
engines: {node: ^18.18.0 || >=20.0.0}
peerDependencies:
@@ -3336,13 +3326,13 @@ packages:
is-glob: 4.0.3
minimatch: 9.0.4
semver: 7.6.0
- ts-api-utils: 1.3.0(typescript@5.4.3)
- typescript: 5.4.3
+ ts-api-utils: 1.3.0(typescript@5.4.5)
+ typescript: 5.4.5
transitivePeerDependencies:
- supports-color
dev: true
- /@typescript-eslint/utils@6.21.0(eslint@9.0.0)(typescript@5.4.3):
+ /@typescript-eslint/utils@6.21.0(eslint@9.0.0)(typescript@5.4.5):
resolution: {integrity: sha512-NfWVaC8HP9T8cbKQxHcsJBY5YE1O33+jpMwN45qzWWaPDZgLIbo12toGMWnmhvCpd3sIxkpDw3Wv1B3dYrbDQQ==}
engines: {node: ^16.0.0 || >=18.0.0}
peerDependencies:
@@ -3350,10 +3340,10 @@ packages:
dependencies:
'@eslint-community/eslint-utils': 4.4.0(eslint@9.0.0)
'@types/json-schema': 7.0.15
- '@types/semver': 7.5.6
+ '@types/semver': 7.5.8
'@typescript-eslint/scope-manager': 6.21.0
'@typescript-eslint/types': 6.21.0
- '@typescript-eslint/typescript-estree': 6.21.0(typescript@5.4.3)
+ '@typescript-eslint/typescript-estree': 6.21.0(typescript@5.4.5)
eslint: 9.0.0
semver: 7.6.0
transitivePeerDependencies:
@@ -3361,7 +3351,7 @@ packages:
- typescript
dev: true
- /@typescript-eslint/utils@7.7.0(eslint@9.0.0)(typescript@5.4.3):
+ /@typescript-eslint/utils@7.7.0(eslint@9.0.0)(typescript@5.4.5):
resolution: {integrity: sha512-LKGAXMPQs8U/zMRFXDZOzmMKgFv3COlxUQ+2NMPhbqgVm6R1w+nU1i4836Pmxu9jZAuIeyySNrN/6Rc657ggig==}
engines: {node: ^18.18.0 || >=20.0.0}
peerDependencies:
@@ -3372,7 +3362,7 @@ packages:
'@types/semver': 7.5.8
'@typescript-eslint/scope-manager': 7.7.0
'@typescript-eslint/types': 7.7.0
- '@typescript-eslint/typescript-estree': 7.7.0(typescript@5.4.3)
+ '@typescript-eslint/typescript-estree': 7.7.0(typescript@5.4.5)
eslint: 9.0.0
semver: 7.6.0
transitivePeerDependencies:
@@ -3400,18 +3390,18 @@ packages:
resolution: {integrity: sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==}
dev: true
- /@unhead/dom@1.8.10:
- resolution: {integrity: sha512-dBeDbHrBjeU+eVgMsD91TGEazb1dwLrY0x/ve01CldMCmm+WcRu++SUW7s1QX84mzGH2EgFz78o1OPn6jpV3zw==}
- dependencies:
- '@unhead/schema': 1.8.10
- '@unhead/shared': 1.8.10
- dev: true
-
/@unhead/dom@1.9.2:
resolution: {integrity: sha512-yREmUAfYJsPV9qR3G85MkdH+FdvsHf8AIJRm7FgQidrPxFr8tCICdID3+jXULz3oq8pFye1tAyHlBHXeq3SIpA==}
dependencies:
'@unhead/schema': 1.9.2
'@unhead/shared': 1.9.2
+ dev: true
+
+ /@unhead/dom@1.9.5:
+ resolution: {integrity: sha512-t+JvAFX+Qkx+IEZFBQV5rZoj/6SKHd3tqXqxpsER588DWxU0J6dzvAVJrof/vRTMjJ1lM6B8SxKhZppSZ7H2iQ==}
+ dependencies:
+ '@unhead/schema': 1.9.5
+ '@unhead/shared': 1.9.5
/@unhead/schema@1.8.10:
resolution: {integrity: sha512-cy8RGOPkwOVY5EmRoCgGV8AqLjy/226xBVTY54kBct02Om3hBdpB9FZa9frM910pPUXMI8PNmFgABO23O7IdJA==}
@@ -3425,42 +3415,37 @@ packages:
dependencies:
hookable: 5.5.3
zhead: 2.2.4
+ dev: true
- /@unhead/shared@1.8.10:
- resolution: {integrity: sha512-pEFryAs3EmV+ShDQx2ZBwUnt5l3RrMrXSMZ50oFf+MImKZNARVvD4+3I8fEI9wZh+Zq0JYG3UAfzo51MUP+Juw==}
+ /@unhead/schema@1.9.5:
+ resolution: {integrity: sha512-n0upGPplBn5Y/4PIqKp7/tzOhz7USos5lFjf8UKvMNoOIitEa+avP2u7gRQ9yOhHmOAH9AXDeX7mhSvhO+Tqxw==}
dependencies:
- '@unhead/schema': 1.8.10
- dev: true
+ hookable: 5.5.3
+ zhead: 2.2.4
/@unhead/shared@1.9.2:
resolution: {integrity: sha512-jXQ4vK9wXf66hflOSBUXQKVsOLJrYVSOknDH+9PTwz5CIgJv/Y/o/NkRCJjyf5W7qFf605Te28lbTeLumT+BeQ==}
dependencies:
'@unhead/schema': 1.9.2
+ dev: true
- /@unhead/ssr@1.8.10:
- resolution: {integrity: sha512-7wKRKDd8c2NFmMyPetj8Ah5u2hXunDBZT5Y2DH83O16PiMxx4/uobGamTV1EfcqjTvOKJvAqkrYZNYSWss99NQ==}
+ /@unhead/shared@1.9.5:
+ resolution: {integrity: sha512-WN2T8th1wYn4A1bb6o8Z59wNVMPkD6YdNQIlmSbEP9zuSYyVEh3BIxqSdxWM/xl8atN8fNwVW06knaF51VmKXA==}
dependencies:
- '@unhead/schema': 1.8.10
- '@unhead/shared': 1.8.10
- dev: true
+ '@unhead/schema': 1.9.5
/@unhead/ssr@1.9.2:
resolution: {integrity: sha512-XKNAK3A67ZZpNq8arTyUj7brmTOYH3PJrVSx546MCQQvCuP6U3brWyIPy12+a/XiAxr4z62vd2IHCZya8OrZrQ==}
dependencies:
'@unhead/schema': 1.9.2
'@unhead/shared': 1.9.2
+ dev: true
- /@unhead/vue@1.8.10(vue@3.4.21):
- resolution: {integrity: sha512-KF8pftHnxnlBlgNpKXWLTg3ZUtkuDCxRPUFSDBy9CtqRSX/qvAhLZ26mbqRVmHj8KigiRHP/wnPWNyGnUx20Bg==}
- peerDependencies:
- vue: '>=2.7 || >=3'
+ /@unhead/ssr@1.9.5:
+ resolution: {integrity: sha512-l9fqAKM3odX/8Ac8l7v7Nlot5f+e6ktINT/PjBuXf+pHHmPz7+eKWzNL95KVB/o0uxmJr2BVijDwCPYrgmjfjQ==}
dependencies:
- '@unhead/schema': 1.8.10
- '@unhead/shared': 1.8.10
- hookable: 5.5.3
- unhead: 1.8.10
- vue: 3.4.21(typescript@5.4.3)
- dev: true
+ '@unhead/schema': 1.9.5
+ '@unhead/shared': 1.9.5
/@unhead/vue@1.9.2(vue@3.4.21):
resolution: {integrity: sha512-wp0eOyb7tu2isSt1IiDGm194W/8DVL3cXZd8uvhVlhS9yPL3TzwrSNbvwx95fhfrGuXFraoLjp4SpZ2BCszFsg==}
@@ -3471,7 +3456,19 @@ packages:
'@unhead/shared': 1.9.2
hookable: 5.5.3
unhead: 1.9.2
- vue: 3.4.21(typescript@5.4.3)
+ vue: 3.4.21(typescript@5.4.5)
+ dev: true
+
+ /@unhead/vue@1.9.5(vue@3.4.21):
+ resolution: {integrity: sha512-L3yDB6Mwm92gJNPqZApMwfGluS0agR0HIizkXCKKz3WkZ+ef/negMwTNGpTtd+uqh/+hSyG73Bl4yySuPsD4nA==}
+ peerDependencies:
+ vue: '>=2.7 || >=3'
+ dependencies:
+ '@unhead/schema': 1.9.5
+ '@unhead/shared': 1.9.5
+ hookable: 5.5.3
+ unhead: 1.9.5
+ vue: 3.4.21(typescript@5.4.5)
/@unocss/astro@0.58.3(rollup@3.29.4)(vite@5.2.6):
resolution: {integrity: sha512-qJL+XkWYJhEIX4AmOtbfb2Zu4holTDpRscfvVci4T+2VWjyE3mgtsyNzi9ZChe/hdEPRa7g26gSpNQeMhjh/Kw==}
@@ -3487,6 +3484,22 @@ packages:
vite: 5.2.6
transitivePeerDependencies:
- rollup
+ dev: false
+
+ /@unocss/astro@0.58.3(rollup@3.29.4)(vite@5.2.8):
+ resolution: {integrity: sha512-qJL+XkWYJhEIX4AmOtbfb2Zu4holTDpRscfvVci4T+2VWjyE3mgtsyNzi9ZChe/hdEPRa7g26gSpNQeMhjh/Kw==}
+ peerDependencies:
+ vite: ^2.9.0 || ^3.0.0-0 || ^4.0.0 || ^5.0.0-0
+ peerDependenciesMeta:
+ vite:
+ optional: true
+ dependencies:
+ '@unocss/core': 0.58.3
+ '@unocss/reset': 0.58.3
+ '@unocss/vite': 0.58.3(rollup@3.29.4)(vite@5.2.8)
+ vite: 5.2.8
+ transitivePeerDependencies:
+ - rollup
/@unocss/cli@0.58.3(rollup@3.29.4):
resolution: {integrity: sha512-veGdHhwm7GRvruXCMdqoFu3wVozr7ELEVWsFB6GpqWdGYIJ1i72M18l72UHDA2+TuDillZONnAQ5AvX9x/sYAw==}
@@ -3535,7 +3548,7 @@ packages:
/@unocss/nuxt@0.58.3(postcss@8.4.38)(rollup@3.29.4)(vite@5.2.6)(webpack@5.91.0):
resolution: {integrity: sha512-dDQVKb8VtJt2/8SE6/vK1foEaqoTXVUUVq/TT7rSRLHdvRSVKE7M2eeoTS+k38RYdeooMx9YCtzwZDxun6caeQ==}
dependencies:
- '@nuxt/kit': 3.11.1(rollup@3.29.4)
+ '@nuxt/kit': 3.11.2(rollup@3.29.4)
'@unocss/config': 0.58.3
'@unocss/core': 0.58.3
'@unocss/preset-attributify': 0.58.3
@@ -3557,20 +3570,6 @@ packages:
- webpack
dev: false
- /@unocss/postcss@0.58.3(postcss@8.4.33):
- resolution: {integrity: sha512-y1WQNvLUidypCu/tr6oJfaV4pjd8Lsk1N27ASEVsvockOH3MekRYpHtJfTl2fMk+1Y98AHv7hPAVjM2NlvhDow==}
- engines: {node: '>=14'}
- peerDependencies:
- postcss: ^8.4.21
- dependencies:
- '@unocss/config': 0.58.3
- '@unocss/core': 0.58.3
- '@unocss/rule-utils': 0.58.3
- css-tree: 2.3.1
- fast-glob: 3.3.2
- magic-string: 0.30.5
- postcss: 8.4.33
-
/@unocss/postcss@0.58.3(postcss@8.4.38):
resolution: {integrity: sha512-y1WQNvLUidypCu/tr6oJfaV4pjd8Lsk1N27ASEVsvockOH3MekRYpHtJfTl2fMk+1Y98AHv7hPAVjM2NlvhDow==}
engines: {node: '>=14'}
@@ -3582,9 +3581,8 @@ packages:
'@unocss/rule-utils': 0.58.3
css-tree: 2.3.1
fast-glob: 3.3.2
- magic-string: 0.30.5
+ magic-string: 0.30.8
postcss: 8.4.38
- dev: false
/@unocss/preset-attributify@0.58.3:
resolution: {integrity: sha512-iDXNfnSC0SI51UnMltHmMcPr2SYYkimo86i+SBQqc/WBGcCF7fFqFj8G2WsZfwHvU9SdAHF8tYIwNq06w1WSeg==}
@@ -3702,6 +3700,26 @@ packages:
vite: 5.2.6
transitivePeerDependencies:
- rollup
+ dev: false
+
+ /@unocss/vite@0.58.3(rollup@3.29.4)(vite@5.2.8):
+ resolution: {integrity: sha512-gmB2//z7lDEK7Bw5HbHTSQ3abOM0iveAY/W3L3FFXpvduoxMQyuI5dDk0hOCtzhAWeJoynnVN4MBGVmXM4Y/Mg==}
+ peerDependencies:
+ vite: ^2.9.0 || ^3.0.0-0 || ^4.0.0 || ^5.0.0-0
+ dependencies:
+ '@ampproject/remapping': 2.2.1
+ '@rollup/pluginutils': 5.1.0(rollup@3.29.4)
+ '@unocss/config': 0.58.3
+ '@unocss/core': 0.58.3
+ '@unocss/inspector': 0.58.3
+ '@unocss/scope': 0.58.3
+ '@unocss/transformer-directives': 0.58.3
+ chokidar: 3.6.0
+ fast-glob: 3.3.2
+ magic-string: 0.30.8
+ vite: 5.2.8
+ transitivePeerDependencies:
+ - rollup
/@unocss/webpack@0.58.3(rollup@3.29.4)(webpack@5.91.0):
resolution: {integrity: sha512-pBPM27+vnyOZzR7aLGrWAlVgpVZU5I0+57eRQFpnGUggOU3ppDdb0B9KdZ9KY96fxmfIQHc8BLKfSXSbVV//7A==}
@@ -3712,10 +3730,10 @@ packages:
'@rollup/pluginutils': 5.1.0(rollup@3.29.4)
'@unocss/config': 0.58.3
'@unocss/core': 0.58.3
- chokidar: 3.5.3
+ chokidar: 3.6.0
fast-glob: 3.3.2
- magic-string: 0.30.5
- unplugin: 1.6.0
+ magic-string: 0.30.8
+ unplugin: 1.10.0
webpack: 5.91.0
webpack-sources: 3.2.3
transitivePeerDependencies:
@@ -3743,7 +3761,7 @@ packages:
- encoding
- supports-color
- /@vitejs/plugin-vue-jsx@3.1.0(vite@5.2.6)(vue@3.4.21):
+ /@vitejs/plugin-vue-jsx@3.1.0(vite@5.2.8)(vue@3.4.21):
resolution: {integrity: sha512-w9M6F3LSEU5kszVb9An2/MmXNxocAnUb3WhRr8bHlimhDrXNt6n6D2nJQR3UXpGlZHh/EsgouOHCsM8V3Ln+WA==}
engines: {node: ^14.18.0 || >=16.0.0}
peerDependencies:
@@ -3753,53 +3771,53 @@ packages:
'@babel/core': 7.23.7
'@babel/plugin-transform-typescript': 7.23.6(@babel/core@7.23.7)
'@vue/babel-plugin-jsx': 1.1.5(@babel/core@7.23.7)
- vite: 5.2.6
- vue: 3.4.21(typescript@5.4.3)
+ vite: 5.2.8
+ vue: 3.4.21(typescript@5.4.5)
transitivePeerDependencies:
- supports-color
- /@vitejs/plugin-vue@5.0.4(vite@5.2.6)(vue@3.4.21):
+ /@vitejs/plugin-vue@5.0.4(vite@5.2.8)(vue@3.4.21):
resolution: {integrity: sha512-WS3hevEszI6CEVEx28F8RjTX97k3KsrcY6kvTg7+Whm5y3oYvcqzVeGCU3hxSAn4uY2CLCkeokkGKpoctccilQ==}
engines: {node: ^18.0.0 || >=20.0.0}
peerDependencies:
vite: ^5.0.0
vue: ^3.2.25
dependencies:
- vite: 5.2.6
- vue: 3.4.21(typescript@5.4.3)
+ vite: 5.2.8
+ vue: 3.4.21(typescript@5.4.5)
- /@vitest/expect@1.4.0:
- resolution: {integrity: sha512-Jths0sWCJZ8BxjKe+p+eKsoqev1/T8lYcrjavEaz8auEJ4jAVY0GwW3JKmdVU4mmNPLPHixh4GNXP7GFtAiDHA==}
+ /@vitest/expect@1.5.0:
+ resolution: {integrity: sha512-0pzuCI6KYi2SIC3LQezmxujU9RK/vwC1U9R0rLuGlNGcOuDWxqWKu6nUdFsX9tH1WU0SXtAxToOsEjeUn1s3hA==}
dependencies:
- '@vitest/spy': 1.4.0
- '@vitest/utils': 1.4.0
+ '@vitest/spy': 1.5.0
+ '@vitest/utils': 1.5.0
chai: 4.4.0
dev: true
- /@vitest/runner@1.4.0:
- resolution: {integrity: sha512-EDYVSmesqlQ4RD2VvWo3hQgTJ7ZrFQ2VSJdfiJiArkCerDAGeyF1i6dHkmySqk573jLp6d/cfqCN+7wUB5tLgg==}
+ /@vitest/runner@1.5.0:
+ resolution: {integrity: sha512-7HWwdxXP5yDoe7DTpbif9l6ZmDwCzcSIK38kTSIt6CFEpMjX4EpCgT6wUmS0xTXqMI6E/ONmfgRKmaujpabjZQ==}
dependencies:
- '@vitest/utils': 1.4.0
+ '@vitest/utils': 1.5.0
p-limit: 5.0.0
pathe: 1.1.2
dev: true
- /@vitest/snapshot@1.4.0:
- resolution: {integrity: sha512-saAFnt5pPIA5qDGxOHxJ/XxhMFKkUSBJmVt5VgDsAqPTX6JP326r5C/c9UuCMPoXNzuudTPsYDZCoJ5ilpqG2A==}
+ /@vitest/snapshot@1.5.0:
+ resolution: {integrity: sha512-qpv3fSEuNrhAO3FpH6YYRdaECnnRjg9VxbhdtPwPRnzSfHVXnNzzrpX4cJxqiwgRMo7uRMWDFBlsBq4Cr+rO3A==}
dependencies:
- magic-string: 0.30.5
+ magic-string: 0.30.8
pathe: 1.1.2
pretty-format: 29.7.0
dev: true
- /@vitest/spy@1.4.0:
- resolution: {integrity: sha512-Ywau/Qs1DzM/8Uc+yA77CwSegizMlcgTJuYGAi0jujOteJOUf1ujunHThYo243KG9nAyWT3L9ifPYZ5+As/+6Q==}
+ /@vitest/spy@1.5.0:
+ resolution: {integrity: sha512-vu6vi6ew5N5MMHJjD5PoakMRKYdmIrNJmyfkhRpQt5d9Ewhw9nZ5Aqynbi3N61bvk9UvZ5UysMT6ayIrZ8GA9w==}
dependencies:
tinyspy: 2.2.0
dev: true
- /@vitest/utils@1.4.0:
- resolution: {integrity: sha512-mx3Yd1/6e2Vt/PUC98DcqTirtfxUyAZ32uK82r8rZzbtBeBo+nqgnjx/LvqQdWsrvNtm14VmurNgcf4nqY5gJg==}
+ /@vitest/utils@1.5.0:
+ resolution: {integrity: sha512-BDU0GNL8MWkRkSRdNFvCUCAVOeHaUlVJ9Tx0TYBZyXaaOTmGtUFObzchCivIBrIwKzvZA7A9sCejVhXM2aY98A==}
dependencies:
diff-sequences: 29.6.3
estree-walker: 3.0.3
@@ -3837,11 +3855,11 @@ packages:
dependencies:
'@babel/types': 7.23.6
'@rollup/pluginutils': 5.1.0(rollup@3.29.4)
- '@vue/compiler-sfc': 3.4.15
+ '@vue/compiler-sfc': 3.4.21
ast-kit: 0.11.3(rollup@3.29.4)
local-pkg: 0.5.0
magic-string-ast: 0.3.0
- vue: 3.4.21(typescript@5.4.3)
+ vue: 3.4.21(typescript@5.4.5)
transitivePeerDependencies:
- rollup
@@ -3869,11 +3887,11 @@ packages:
/@vue/compiler-core@3.4.15:
resolution: {integrity: sha512-XcJQVOaxTKCnth1vCxEChteGuwG6wqnUHxAm1DO3gCz0+uXKaJNx8/digSz4dLALCy8n2lKq24jSUs8segoqIw==}
dependencies:
- '@babel/parser': 7.23.6
+ '@babel/parser': 7.24.1
'@vue/shared': 3.4.15
entities: 4.5.0
estree-walker: 2.0.2
- source-map-js: 1.0.2
+ source-map-js: 1.2.0
/@vue/compiler-core@3.4.21:
resolution: {integrity: sha512-MjXawxZf2SbZszLPYxaFCjxfibYrzr3eYbKxwpLR9EQN+oaziSu3qKVbwBERj1IFIB8OLUewxB5m/BFzi613og==}
@@ -3882,7 +3900,7 @@ packages:
'@vue/shared': 3.4.21
entities: 4.5.0
estree-walker: 2.0.2
- source-map-js: 1.0.2
+ source-map-js: 1.2.0
/@vue/compiler-dom@3.4.15:
resolution: {integrity: sha512-wox0aasVV74zoXyblarOM3AZQz/Z+OunYcIHe1OsGclCHt8RsRm04DObjefaI82u6XDzv+qGWZ24tIsRAIi5MQ==}
@@ -3896,19 +3914,6 @@ packages:
'@vue/compiler-core': 3.4.21
'@vue/shared': 3.4.21
- /@vue/compiler-sfc@3.4.15:
- resolution: {integrity: sha512-LCn5M6QpkpFsh3GQvs2mJUOAlBQcCco8D60Bcqmf3O3w5a+KWS5GvYbrrJBkgvL1BDnTp+e8q0lXCLgHhKguBA==}
- dependencies:
- '@babel/parser': 7.23.6
- '@vue/compiler-core': 3.4.15
- '@vue/compiler-dom': 3.4.15
- '@vue/compiler-ssr': 3.4.15
- '@vue/shared': 3.4.15
- estree-walker: 2.0.2
- magic-string: 0.30.8
- postcss: 8.4.33
- source-map-js: 1.0.2
-
/@vue/compiler-sfc@3.4.21:
resolution: {integrity: sha512-me7epoTxYlY+2CUM7hy9PCDdpMPfIwrOvAXud2Upk10g4YLv9UBW7kL798TvMeDhPthkZ0CONNrK2GoeI1ODiQ==}
dependencies:
@@ -3918,15 +3923,9 @@ packages:
'@vue/compiler-ssr': 3.4.21
'@vue/shared': 3.4.21
estree-walker: 2.0.2
- magic-string: 0.30.8
+ magic-string: 0.30.9
postcss: 8.4.38
- source-map-js: 1.0.2
-
- /@vue/compiler-ssr@3.4.15:
- resolution: {integrity: sha512-1jdeQyiGznr8gjFDadVmOJqZiLNSsMa5ZgqavkPZ8O2wjHv0tVuAEsw5hTdUoUW4232vpBbL/wJhzVW/JwY1Uw==}
- dependencies:
- '@vue/compiler-dom': 3.4.15
- '@vue/shared': 3.4.15
+ source-map-js: 1.2.0
/@vue/compiler-ssr@3.4.21:
resolution: {integrity: sha512-M5+9nI2lPpAsgXOGQobnIueVqc9sisBFexh5yMIMRAPYLa7+5wEJs8iqOZc1WAa9WQbx9GR2twgznU8LTIiZ4Q==}
@@ -3937,18 +3936,50 @@ packages:
/@vue/devtools-api@6.5.1:
resolution: {integrity: sha512-+KpckaAQyfbvshdDW5xQylLni1asvNSGme1JFs8I1+/H5pHEhqUKMEQD/qn3Nx5+/nycBq11qAEi8lk+LXI2dA==}
- /@vue/devtools-applet@7.0.25(@unocss/reset@0.58.3)(floating-vue@5.2.2)(unocss@0.58.3)(vite@5.2.6)(vue@3.4.21):
+ /@vue/devtools-applet@7.0.25(@unocss/reset@0.58.3)(floating-vue@5.2.2)(unocss@0.58.3)(vite@5.2.6)(vue@3.4.21):
+ resolution: {integrity: sha512-9JwnjRO2tAHxFjA+cHSpQ/DKIqUKILvYaWJkOt1KqkedXPHzUWU1NfQAto+p6ycaKInA5A0VdXdmIl4N8YJCrw==}
+ peerDependencies:
+ vue: ^3.0.0
+ dependencies:
+ '@vue/devtools-core': 7.0.25(vite@5.2.6)(vue@3.4.21)
+ '@vue/devtools-kit': 7.0.25(vue@3.4.21)
+ '@vue/devtools-shared': 7.0.25
+ '@vue/devtools-ui': 7.0.25(@unocss/reset@0.58.3)(floating-vue@5.2.2)(unocss@0.58.3)(vue@3.4.21)
+ perfect-debounce: 1.0.0
+ splitpanes: 3.1.5
+ vue: 3.4.21(typescript@5.4.5)
+ vue-virtual-scroller: 2.0.0-beta.8(vue@3.4.21)
+ transitivePeerDependencies:
+ - '@unocss/reset'
+ - '@vue/composition-api'
+ - async-validator
+ - axios
+ - change-case
+ - drauu
+ - floating-vue
+ - fuse.js
+ - idb-keyval
+ - jwt-decode
+ - nprogress
+ - qrcode
+ - sortablejs
+ - universal-cookie
+ - unocss
+ - vite
+ dev: false
+
+ /@vue/devtools-applet@7.0.25(@unocss/reset@0.58.3)(floating-vue@5.2.2)(unocss@0.58.3)(vite@5.2.8)(vue@3.4.21):
resolution: {integrity: sha512-9JwnjRO2tAHxFjA+cHSpQ/DKIqUKILvYaWJkOt1KqkedXPHzUWU1NfQAto+p6ycaKInA5A0VdXdmIl4N8YJCrw==}
peerDependencies:
vue: ^3.0.0
dependencies:
- '@vue/devtools-core': 7.0.25(vite@5.2.6)(vue@3.4.21)
+ '@vue/devtools-core': 7.0.25(vite@5.2.8)(vue@3.4.21)
'@vue/devtools-kit': 7.0.25(vue@3.4.21)
'@vue/devtools-shared': 7.0.25
'@vue/devtools-ui': 7.0.25(@unocss/reset@0.58.3)(floating-vue@5.2.2)(unocss@0.58.3)(vue@3.4.21)
perfect-debounce: 1.0.0
splitpanes: 3.1.5
- vue: 3.4.21(typescript@5.4.3)
+ vue: 3.4.21(typescript@5.4.5)
vue-virtual-scroller: 2.0.0-beta.8(vue@3.4.21)
transitivePeerDependencies:
- '@unocss/reset'
@@ -3967,6 +3998,7 @@ packages:
- universal-cookie
- unocss
- vite
+ dev: true
/@vue/devtools-core@7.0.25(vite@5.2.6)(vue@3.4.21):
resolution: {integrity: sha512-aCsY4J6SvSBDuGdYADszByT0wy0GgpgdCApxcZzQEqYlyVchX7vqznJQrm7Y1GCLqAvoLaxsQqew7Cz+KQ3Idg==}
@@ -3980,6 +4012,21 @@ packages:
transitivePeerDependencies:
- vite
- vue
+ dev: false
+
+ /@vue/devtools-core@7.0.25(vite@5.2.8)(vue@3.4.21):
+ resolution: {integrity: sha512-aCsY4J6SvSBDuGdYADszByT0wy0GgpgdCApxcZzQEqYlyVchX7vqznJQrm7Y1GCLqAvoLaxsQqew7Cz+KQ3Idg==}
+ dependencies:
+ '@vue/devtools-kit': 7.0.25(vue@3.4.21)
+ '@vue/devtools-shared': 7.0.25
+ mitt: 3.0.1
+ nanoid: 3.3.7
+ pathe: 1.1.2
+ vite-hot-client: 0.2.3(vite@5.2.8)
+ transitivePeerDependencies:
+ - vite
+ - vue
+ dev: true
/@vue/devtools-kit@7.0.25(vue@3.4.21):
resolution: {integrity: sha512-wbLkSnOTsKHPb1mB9koFHUoSAF8Dp6Ii/ocR2+DeXFY4oKqIjCeJb/4Lihk4rgqEhCy1WwxLfTgNDo83VvDYkQ==}
@@ -3991,7 +4038,7 @@ packages:
mitt: 3.0.1
perfect-debounce: 1.0.0
speakingurl: 14.0.1
- vue: 3.4.21(typescript@5.4.3)
+ vue: 3.4.21(typescript@5.4.5)
/@vue/devtools-shared@7.0.25:
resolution: {integrity: sha512-5+XYhcHSXuJSguYnNwL6/e6VTmXwCfryWQOkffh9ZU2zMByybqqqBrMWqvBkqTmMFCjPdzulo66xXbVbwLaElQ==}
@@ -4011,10 +4058,10 @@ packages:
'@vueuse/core': 10.9.0(vue@3.4.21)
'@vueuse/integrations': 10.9.0(focus-trap@7.5.4)(vue@3.4.21)
colord: 2.9.3
- floating-vue: 5.2.2(@nuxt/kit@3.11.1)(vue@3.4.21)
+ floating-vue: 5.2.2(@nuxt/kit@3.11.2)(vue@3.4.21)
focus-trap: 7.5.4
- unocss: 0.58.3(postcss@8.4.33)(rollup@3.29.4)(vite@5.2.6)
- vue: 3.4.21(typescript@5.4.3)
+ unocss: 0.58.3(postcss@8.4.38)(rollup@3.29.4)(vite@5.2.8)
+ vue: 3.4.21(typescript@5.4.5)
transitivePeerDependencies:
- '@vue/composition-api'
- async-validator
@@ -4029,7 +4076,7 @@ packages:
- sortablejs
- universal-cookie
- /@vue/language-core@1.8.27(typescript@5.4.3):
+ /@vue/language-core@1.8.27(typescript@5.4.5):
resolution: {integrity: sha512-L8Kc27VdQserNaCUNiSFdDl9LWT24ly8Hpwf1ECy3aFb9m6bDhBGQYOujDm21N7EW3moKIOKEanQwe1q5BK+mA==}
peerDependencies:
typescript: '*'
@@ -4040,12 +4087,12 @@ packages:
'@volar/language-core': 1.11.1
'@volar/source-map': 1.11.1
'@vue/compiler-dom': 3.4.15
- '@vue/shared': 3.4.15
+ '@vue/shared': 3.4.21
computeds: 0.0.1
minimatch: 9.0.3
muggle-string: 0.3.1
path-browserify: 1.0.1
- typescript: 5.4.3
+ typescript: 5.4.5
vue-template-compiler: 2.7.16
dev: true
@@ -4074,7 +4121,7 @@ packages:
dependencies:
'@vue/compiler-ssr': 3.4.21
'@vue/shared': 3.4.21
- vue: 3.4.21(typescript@5.4.3)
+ vue: 3.4.21(typescript@5.4.5)
/@vue/shared@3.4.15:
resolution: {integrity: sha512-KzfPTxVaWfB+eGcGdbSf4CWdaXcGDqckoeXUh7SB3fZdEtzPCK2Vq9B/lRRL3yutax/LWITz+SwvgyOxz5V75g==}
@@ -4098,19 +4145,7 @@ packages:
'@types/web-bluetooth': 0.0.20
'@vueuse/metadata': 10.7.1
'@vueuse/shared': 10.7.1(vue@3.4.21)
- vue-demi: 0.14.6(vue@3.4.21)
- transitivePeerDependencies:
- - '@vue/composition-api'
- - vue
- dev: false
-
- /@vueuse/core@10.7.2(vue@3.4.21):
- resolution: {integrity: sha512-AOyAL2rK0By62Hm+iqQn6Rbu8bfmbgaIMXcE3TSr7BdQ42wnSFlwIdPjInO62onYsEMK/yDMU8C6oGfDAtZ2qQ==}
- dependencies:
- '@types/web-bluetooth': 0.0.20
- '@vueuse/metadata': 10.7.2
- '@vueuse/shared': 10.7.2(vue@3.4.21)
- vue-demi: 0.14.6(vue@3.4.21)
+ vue-demi: 0.14.7(vue@3.4.21)
transitivePeerDependencies:
- '@vue/composition-api'
- vue
@@ -4132,11 +4167,11 @@ packages:
peerDependencies:
vue: '>=2.7 || >=3'
dependencies:
- '@unhead/dom': 1.8.10
+ '@unhead/dom': 1.9.2
'@unhead/schema': 1.8.10
- '@unhead/ssr': 1.8.10
- '@unhead/vue': 1.8.10(vue@3.4.21)
- vue: 3.4.21(typescript@5.4.3)
+ '@unhead/ssr': 1.9.2
+ '@unhead/vue': 1.9.2(vue@3.4.21)
+ vue: 3.4.21(typescript@5.4.5)
dev: true
/@vueuse/integrations@10.7.1(focus-trap@7.5.4)(vue@3.4.21):
@@ -4183,14 +4218,14 @@ packages:
'@vueuse/core': 10.7.1(vue@3.4.21)
'@vueuse/shared': 10.7.1(vue@3.4.21)
focus-trap: 7.5.4
- vue-demi: 0.14.6(vue@3.4.21)
+ vue-demi: 0.14.7(vue@3.4.21)
transitivePeerDependencies:
- '@vue/composition-api'
- vue
dev: false
- /@vueuse/integrations@10.7.2(fuse.js@6.6.2)(vue@3.4.21):
- resolution: {integrity: sha512-+u3RLPFedjASs5EKPc69Ge49WNgqeMfSxFn+qrQTzblPXZg6+EFzhjarS5edj2qAf6xQ93f95TUxRwKStXj/sQ==}
+ /@vueuse/integrations@10.9.0(focus-trap@7.5.4)(vue@3.4.21):
+ resolution: {integrity: sha512-acK+A01AYdWSvL4BZmCoJAcyHJ6EqhmkQEXbQLwev1MY7NBnS+hcEMx/BzVoR9zKI+UqEPMD9u6PsyAuiTRT4Q==}
peerDependencies:
async-validator: '*'
axios: '*'
@@ -4230,16 +4265,15 @@ packages:
universal-cookie:
optional: true
dependencies:
- '@vueuse/core': 10.7.2(vue@3.4.21)
- '@vueuse/shared': 10.7.2(vue@3.4.21)
- fuse.js: 6.6.2
- vue-demi: 0.14.6(vue@3.4.21)
+ '@vueuse/core': 10.9.0(vue@3.4.21)
+ '@vueuse/shared': 10.9.0(vue@3.4.21)
+ focus-trap: 7.5.4
+ vue-demi: 0.14.7(vue@3.4.21)
transitivePeerDependencies:
- '@vue/composition-api'
- vue
- dev: false
- /@vueuse/integrations@10.9.0(focus-trap@7.5.4)(vue@3.4.21):
+ /@vueuse/integrations@10.9.0(fuse.js@6.6.2)(vue@3.4.21):
resolution: {integrity: sha512-acK+A01AYdWSvL4BZmCoJAcyHJ6EqhmkQEXbQLwev1MY7NBnS+hcEMx/BzVoR9zKI+UqEPMD9u6PsyAuiTRT4Q==}
peerDependencies:
async-validator: '*'
@@ -4282,17 +4316,18 @@ packages:
dependencies:
'@vueuse/core': 10.9.0(vue@3.4.21)
'@vueuse/shared': 10.9.0(vue@3.4.21)
- focus-trap: 7.5.4
+ fuse.js: 6.6.2
vue-demi: 0.14.7(vue@3.4.21)
transitivePeerDependencies:
- '@vue/composition-api'
- vue
+ dev: false
- /@vueuse/math@10.7.2(vue@3.4.21):
- resolution: {integrity: sha512-Z1h/kdW5f4c/v/QOpWFFaEx4UaIt7xQTxoDnxQAx1gHGHpGYTtBlQHm80zrRodCz0auyBZMkALkCgKinzGggXw==}
+ /@vueuse/math@10.9.0(vue@3.4.21):
+ resolution: {integrity: sha512-qb60AzFKzg8Gw85c4YiheEMC2AMkk+eO/nB9MmuQFU/HAHvfVckesiPlwaQqUlZQ4MJt0z8qP18/H7ozpj0sKQ==}
dependencies:
- '@vueuse/shared': 10.7.2(vue@3.4.21)
- vue-demi: 0.14.6(vue@3.4.21)
+ '@vueuse/shared': 10.9.0(vue@3.4.21)
+ vue-demi: 0.14.7(vue@3.4.21)
transitivePeerDependencies:
- '@vue/composition-api'
- vue
@@ -4302,24 +4337,20 @@ packages:
resolution: {integrity: sha512-jX8MbX5UX067DYVsbtrmKn6eG6KMcXxLRLlurGkZku5ZYT3vxgBjui2zajvUZ18QLIjrgBkFRsu7CqTAg18QFw==}
dev: false
- /@vueuse/metadata@10.7.2:
- resolution: {integrity: sha512-kCWPb4J2KGrwLtn1eJwaJD742u1k5h6v/St5wFe8Quih90+k2a0JP8BS4Zp34XUuJqS2AxFYMb1wjUL8HfhWsQ==}
- dev: false
-
/@vueuse/metadata@10.9.0:
resolution: {integrity: sha512-iddNbg3yZM0X7qFY2sAotomgdHK7YJ6sKUvQqbvwnf7TmaVPxS4EJydcNsVejNdS8iWCtDk+fYXr7E32nyTnGA==}
- /@vueuse/nuxt@10.7.1(nuxt@3.11.1)(rollup@3.29.4)(vue@3.4.21):
+ /@vueuse/nuxt@10.7.1(nuxt@3.11.2)(rollup@3.29.4)(vue@3.4.21):
resolution: {integrity: sha512-/cPFPIUusKS6y0J16xBJ08OOXdfPUEkQBF9+/eIaG/ZIGuUYyRENZuGLj+V8BArP8uzH+EY6SWQXhT1lWw6Q+A==}
peerDependencies:
nuxt: ^3.0.0
dependencies:
- '@nuxt/kit': 3.11.1(rollup@3.29.4)
+ '@nuxt/kit': 3.11.2(rollup@3.29.4)
'@vueuse/core': 10.7.1(vue@3.4.21)
'@vueuse/metadata': 10.7.1
local-pkg: 0.5.0
- nuxt: 3.11.1(@unocss/reset@0.58.3)(eslint@9.0.0)(floating-vue@5.2.2)(rollup@3.29.4)(typescript@5.4.3)(unocss@0.58.3)(vite@5.2.6)
- vue-demi: 0.14.6(vue@3.4.21)
+ nuxt: 3.11.2(@unocss/reset@0.58.3)(eslint@9.0.0)(floating-vue@5.2.2)(rollup@3.29.4)(typescript@5.4.5)(unocss@0.58.3)(vite@5.2.6)
+ vue-demi: 0.14.7(vue@3.4.21)
transitivePeerDependencies:
- '@vue/composition-api'
- rollup
@@ -4327,16 +4358,16 @@ packages:
- vue
dev: false
- /@vueuse/nuxt@10.9.0(nuxt@3.11.1)(rollup@3.29.4)(vue@3.4.21):
+ /@vueuse/nuxt@10.9.0(nuxt@3.11.2)(rollup@3.29.4)(vue@3.4.21):
resolution: {integrity: sha512-nC4Efg28Q6E41fUD5R+zM9uT5c+NfaDzaJCpqaEV/qHj+/BNJmkDBK8POLIUsiVOY35d0oD/YxZ+eVizqWBZow==}
peerDependencies:
nuxt: ^3.0.0
dependencies:
- '@nuxt/kit': 3.11.1(rollup@3.29.4)
+ '@nuxt/kit': 3.11.2(rollup@3.29.4)
'@vueuse/core': 10.9.0(vue@3.4.21)
'@vueuse/metadata': 10.9.0
local-pkg: 0.5.0
- nuxt: 3.11.1(@unocss/reset@0.58.3)(eslint@9.0.0)(floating-vue@5.2.2)(rollup@3.29.4)(typescript@5.4.3)(unocss@0.58.3)(vite@5.2.6)
+ nuxt: 3.11.2(@unocss/reset@0.58.3)(eslint@9.0.0)(floating-vue@5.2.2)(rollup@3.29.4)(typescript@5.4.5)(unocss@0.58.3)(vite@5.2.8)
vue-demi: 0.14.7(vue@3.4.21)
transitivePeerDependencies:
- '@vue/composition-api'
@@ -4348,16 +4379,7 @@ packages:
/@vueuse/shared@10.7.1(vue@3.4.21):
resolution: {integrity: sha512-v0jbRR31LSgRY/C5i5X279A/WQjD6/JsMzGa+eqt658oJ75IvQXAeONmwvEMrvJQKnRElq/frzBR7fhmWY5uLw==}
dependencies:
- vue-demi: 0.14.6(vue@3.4.21)
- transitivePeerDependencies:
- - '@vue/composition-api'
- - vue
- dev: false
-
- /@vueuse/shared@10.7.2(vue@3.4.21):
- resolution: {integrity: sha512-qFbXoxS44pi2FkgFjPvF4h7c9oMDutpyBdcJdMYIMg9XyXli2meFMuaKn+UMgsClo//Th6+beeCgqweT/79BVA==}
- dependencies:
- vue-demi: 0.14.6(vue@3.4.21)
+ vue-demi: 0.14.7(vue@3.4.21)
transitivePeerDependencies:
- '@vue/composition-api'
- vue
@@ -4685,7 +4707,7 @@ packages:
resolution: {integrity: sha512-qdwwKEhckRk0XE22/xDdmU3v/60E8Edu4qFhgTLIhGGDs/PAJwLw9pQn8Rj99PitlbBZbYpx0k/lbir4kg0SuA==}
engines: {node: '>=16.14.0'}
dependencies:
- '@babel/parser': 7.23.6
+ '@babel/parser': 7.24.1
'@rollup/pluginutils': 5.1.0(rollup@3.29.4)
pathe: 1.1.2
transitivePeerDependencies:
@@ -4695,7 +4717,7 @@ packages:
resolution: {integrity: sha512-kbL7ERlqjXubdDd+szuwdlQ1xUxEz9mCz1+m07ftNVStgwRb2RWw+U6oKo08PAvOishMxiqz1mlJyLl8yQx2Qg==}
engines: {node: '>=16.14.0'}
dependencies:
- '@babel/parser': 7.23.6
+ '@babel/parser': 7.24.1
'@rollup/pluginutils': 5.1.0(rollup@3.29.4)
pathe: 1.1.2
transitivePeerDependencies:
@@ -4705,7 +4727,7 @@ packages:
resolution: {integrity: sha512-NsyHMxBh4dmdEHjBo1/TBZvCKxffmZxRYhmclfu0PP6Aftre47jOHYaYaNqJcV0bxihxFXhDkzLHUwHc0ocd0Q==}
engines: {node: '>=16.14.0'}
dependencies:
- '@babel/parser': 7.23.6
+ '@babel/parser': 7.24.1
ast-kit: 0.9.5(rollup@3.29.4)
transitivePeerDependencies:
- rollup
@@ -4727,21 +4749,6 @@ packages:
engines: {node: '>= 4.0.0'}
dev: false
- /autoprefixer@10.4.19(postcss@8.4.33):
- resolution: {integrity: sha512-BaENR2+zBZ8xXhM4pUaKUxlVdxZ0EZhjvbopwnXmxRUfqDmwSpC2lAi/QXvx7NRdPCo1WKEcEF6mV64si1z4Ew==}
- engines: {node: ^10 || ^12 || >=14}
- hasBin: true
- peerDependencies:
- postcss: ^8.1.0
- dependencies:
- browserslist: 4.23.0
- caniuse-lite: 1.0.30001600
- fraction.js: 4.3.7
- normalize-range: 0.1.2
- picocolors: 1.0.0
- postcss: 8.4.33
- postcss-value-parser: 4.2.0
-
/autoprefixer@10.4.19(postcss@8.4.38):
resolution: {integrity: sha512-BaENR2+zBZ8xXhM4pUaKUxlVdxZ0EZhjvbopwnXmxRUfqDmwSpC2lAi/QXvx7NRdPCo1WKEcEF6mV64si1z4Ew==}
engines: {node: ^10 || ^12 || >=14}
@@ -4967,7 +4974,7 @@ packages:
/caniuse-api@3.0.0:
resolution: {integrity: sha512-bsTwuIg/BZZK/vreVTYYbSWoe2F+71P7K5QGEX+pT250DZbfU1MQ5prOKpPR+LL6uWKK3KMwMCAS74QB3Um1uw==}
dependencies:
- browserslist: 4.22.2
+ browserslist: 4.23.0
caniuse-lite: 1.0.30001579
lodash.memoize: 4.1.2
lodash.uniq: 4.5.0
@@ -5281,6 +5288,9 @@ packages:
/cookie-es@1.0.0:
resolution: {integrity: sha512-mWYvfOLrfEc996hlKcdABeIiPHUPC6DM2QYZdGGOvhOTbA3tjm2eBwqlJpoFdjC89NI4Qt6h0Pu06Mp+1Pj5OQ==}
+ /cookie-es@1.1.0:
+ resolution: {integrity: sha512-L2rLOcK0wzWSfSDA33YR+PUHDG10a8px7rUHKWbGLP4YfbsMed2KFUw5fczvDPbT98DDe3LEzviswl810apTEw==}
+
/cookies@0.9.1:
resolution: {integrity: sha512-TG2hpqe4ELx54QER/S3HQ9SRVnQnGBtKUz5bLQWtYAQ+o6GpgMs6sYUvaiJjVxb+UXwhRhAEP3m7LbsIZ77Hmw==}
engines: {node: '>= 0.8'}
@@ -5358,13 +5368,13 @@ packages:
engines: {node: '>=4'}
dev: false
- /css-declaration-sorter@7.1.1(postcss@8.4.33):
+ /css-declaration-sorter@7.1.1(postcss@8.4.38):
resolution: {integrity: sha512-dZ3bVTEEc1vxr3Bek9vGwfB5Z6ESPULhcRvO472mfjVnj8jRcTnKO8/JTczlvxM10Myb+wBM++1MtdO76eWcaQ==}
engines: {node: ^14 || ^16 || >=18}
peerDependencies:
postcss: ^8.0.9
dependencies:
- postcss: 8.4.33
+ postcss: 8.4.38
dev: true
/css-declaration-sorter@7.2.0(postcss@8.4.38):
@@ -5401,14 +5411,14 @@ packages:
engines: {node: ^10 || ^12.20.0 || ^14.13.0 || >=15.0.0, npm: '>=7.0.0'}
dependencies:
mdn-data: 2.0.28
- source-map-js: 1.0.2
+ source-map-js: 1.2.0
/css-tree@2.3.1:
resolution: {integrity: sha512-6Fv1DV/TYw//QF5IzQdqsNDjx/wc8TrMBZsqjL9eW01tWb7R7k/mq+/VXfJCl7SoD5emsJop9cOByJZfs8hYIw==}
engines: {node: ^10 || ^12.20.0 || ^14.13.0 || >=15.0.0}
dependencies:
mdn-data: 2.0.30
- source-map-js: 1.0.2
+ source-map-js: 1.2.0
/css-what@6.1.0:
resolution: {integrity: sha512-HTUrgRJ7r4dsZKU6GjmpfRK1O76h97Z8MfS1G0FozR+oF2kG6Vfe8JE6zwrkbxigziPHinCJ+gCPjA9EaBDtRw==}
@@ -5419,42 +5429,42 @@ packages:
engines: {node: '>=4'}
hasBin: true
- /cssnano-preset-default@6.0.3(postcss@8.4.33):
+ /cssnano-preset-default@6.0.3(postcss@8.4.38):
resolution: {integrity: sha512-4y3H370aZCkT9Ev8P4SO4bZbt+AExeKhh8wTbms/X7OLDo5E7AYUUy6YPxa/uF5Grf+AJwNcCnxKhZynJ6luBA==}
engines: {node: ^14 || ^16 || >=18.0}
peerDependencies:
postcss: ^8.4.31
dependencies:
- css-declaration-sorter: 7.1.1(postcss@8.4.33)
- cssnano-utils: 4.0.1(postcss@8.4.33)
- postcss: 8.4.33
- postcss-calc: 9.0.1(postcss@8.4.33)
- postcss-colormin: 6.0.2(postcss@8.4.33)
- postcss-convert-values: 6.0.2(postcss@8.4.33)
- postcss-discard-comments: 6.0.1(postcss@8.4.33)
- postcss-discard-duplicates: 6.0.1(postcss@8.4.33)
- postcss-discard-empty: 6.0.1(postcss@8.4.33)
- postcss-discard-overridden: 6.0.1(postcss@8.4.33)
- postcss-merge-longhand: 6.0.2(postcss@8.4.33)
- postcss-merge-rules: 6.0.3(postcss@8.4.33)
- postcss-minify-font-values: 6.0.1(postcss@8.4.33)
- postcss-minify-gradients: 6.0.1(postcss@8.4.33)
- postcss-minify-params: 6.0.2(postcss@8.4.33)
- postcss-minify-selectors: 6.0.2(postcss@8.4.33)
- postcss-normalize-charset: 6.0.1(postcss@8.4.33)
- postcss-normalize-display-values: 6.0.1(postcss@8.4.33)
- postcss-normalize-positions: 6.0.1(postcss@8.4.33)
- postcss-normalize-repeat-style: 6.0.1(postcss@8.4.33)
- postcss-normalize-string: 6.0.1(postcss@8.4.33)
- postcss-normalize-timing-functions: 6.0.1(postcss@8.4.33)
- postcss-normalize-unicode: 6.0.2(postcss@8.4.33)
- postcss-normalize-url: 6.0.1(postcss@8.4.33)
- postcss-normalize-whitespace: 6.0.1(postcss@8.4.33)
- postcss-ordered-values: 6.0.1(postcss@8.4.33)
- postcss-reduce-initial: 6.0.2(postcss@8.4.33)
- postcss-reduce-transforms: 6.0.1(postcss@8.4.33)
- postcss-svgo: 6.0.2(postcss@8.4.33)
- postcss-unique-selectors: 6.0.2(postcss@8.4.33)
+ css-declaration-sorter: 7.1.1(postcss@8.4.38)
+ cssnano-utils: 4.0.1(postcss@8.4.38)
+ postcss: 8.4.38
+ postcss-calc: 9.0.1(postcss@8.4.38)
+ postcss-colormin: 6.0.2(postcss@8.4.38)
+ postcss-convert-values: 6.0.2(postcss@8.4.38)
+ postcss-discard-comments: 6.0.1(postcss@8.4.38)
+ postcss-discard-duplicates: 6.0.1(postcss@8.4.38)
+ postcss-discard-empty: 6.0.1(postcss@8.4.38)
+ postcss-discard-overridden: 6.0.1(postcss@8.4.38)
+ postcss-merge-longhand: 6.0.2(postcss@8.4.38)
+ postcss-merge-rules: 6.0.3(postcss@8.4.38)
+ postcss-minify-font-values: 6.0.1(postcss@8.4.38)
+ postcss-minify-gradients: 6.0.1(postcss@8.4.38)
+ postcss-minify-params: 6.0.2(postcss@8.4.38)
+ postcss-minify-selectors: 6.0.2(postcss@8.4.38)
+ postcss-normalize-charset: 6.0.1(postcss@8.4.38)
+ postcss-normalize-display-values: 6.0.1(postcss@8.4.38)
+ postcss-normalize-positions: 6.0.1(postcss@8.4.38)
+ postcss-normalize-repeat-style: 6.0.1(postcss@8.4.38)
+ postcss-normalize-string: 6.0.1(postcss@8.4.38)
+ postcss-normalize-timing-functions: 6.0.1(postcss@8.4.38)
+ postcss-normalize-unicode: 6.0.2(postcss@8.4.38)
+ postcss-normalize-url: 6.0.1(postcss@8.4.38)
+ postcss-normalize-whitespace: 6.0.1(postcss@8.4.38)
+ postcss-ordered-values: 6.0.1(postcss@8.4.38)
+ postcss-reduce-initial: 6.0.2(postcss@8.4.38)
+ postcss-reduce-transforms: 6.0.1(postcss@8.4.38)
+ postcss-svgo: 6.0.2(postcss@8.4.38)
+ postcss-unique-selectors: 6.0.2(postcss@8.4.38)
dev: true
/cssnano-preset-default@6.1.2(postcss@8.4.38):
@@ -5495,13 +5505,13 @@ packages:
postcss-svgo: 6.0.3(postcss@8.4.38)
postcss-unique-selectors: 6.0.4(postcss@8.4.38)
- /cssnano-utils@4.0.1(postcss@8.4.33):
+ /cssnano-utils@4.0.1(postcss@8.4.38):
resolution: {integrity: sha512-6qQuYDqsGoiXssZ3zct6dcMxiqfT6epy7x4R0TQJadd4LWO3sPR6JH6ZByOvVLoZ6EdwPGgd7+DR1EmX3tiXQQ==}
engines: {node: ^14 || ^16 || >=18.0}
peerDependencies:
postcss: ^8.4.31
dependencies:
- postcss: 8.4.33
+ postcss: 8.4.38
dev: true
/cssnano-utils@4.0.2(postcss@8.4.38):
@@ -5512,15 +5522,15 @@ packages:
dependencies:
postcss: 8.4.38
- /cssnano@6.0.3(postcss@8.4.33):
+ /cssnano@6.0.3(postcss@8.4.38):
resolution: {integrity: sha512-MRq4CIj8pnyZpcI2qs6wswoYoDD1t0aL28n+41c1Ukcpm56m1h6mCexIHBGjfZfnTqtGSSCP4/fB1ovxgjBOiw==}
engines: {node: ^14 || ^16 || >=18.0}
peerDependencies:
postcss: ^8.4.31
dependencies:
- cssnano-preset-default: 6.0.3(postcss@8.4.33)
- lilconfig: 3.0.0
- postcss: 8.4.33
+ cssnano-preset-default: 6.0.3(postcss@8.4.38)
+ lilconfig: 3.1.1
+ postcss: 8.4.38
dev: true
/cssnano@6.1.2(postcss@8.4.38):
@@ -5837,20 +5847,12 @@ packages:
engines: {node: '>=10.0.0'}
dev: true
- /enhanced-resolve@5.15.0:
- resolution: {integrity: sha512-LXYT42KJ7lpIKECr2mAXIaMldcNCh/7E0KBKOu4KSfkHmP+mZmSs+8V5gBAqisWBy0OO4W5Oyys0GO1Y8KtdKg==}
- engines: {node: '>=10.13.0'}
- dependencies:
- graceful-fs: 4.2.11
- tapable: 2.2.1
-
/enhanced-resolve@5.16.0:
resolution: {integrity: sha512-O+QWCviPNSSLAD9Ucn8Awv+poAkqn3T1XY5/N7kR7rQO9yfSGWkYZDwpJ+iKF7B8rxaQKWngSqACpgzeapSyoA==}
engines: {node: '>=10.13.0'}
dependencies:
graceful-fs: 4.2.11
tapable: 2.2.1
- dev: false
/entities@4.5.0:
resolution: {integrity: sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==}
@@ -5905,6 +5907,7 @@ packages:
'@esbuild/win32-arm64': 0.19.11
'@esbuild/win32-ia32': 0.19.11
'@esbuild/win32-x64': 0.19.11
+ dev: true
/esbuild@0.20.2:
resolution: {integrity: sha512-WdOOppmUNU+IbZ0PaDiTst80zjnrOkyJNHoKupIcVyU8Lvla3Ugx94VzkQ32Ijqd7UhHJy75gNWDMUekcrSJ6g==}
@@ -5980,20 +5983,20 @@ packages:
- supports-color
dev: true
- /eslint-plugin-import-x@0.5.0(eslint@9.0.0)(typescript@5.4.3):
+ /eslint-plugin-import-x@0.5.0(eslint@9.0.0)(typescript@5.4.5):
resolution: {integrity: sha512-C7R8Z4IzxmsoOPMtSzwuOBW5FH6iRlxHR6iTks+MzVlrk3r3TUxokkWTx3ypdj9nGOEP+CG/5e6ebZzHbxgbbQ==}
engines: {node: '>=16'}
peerDependencies:
eslint: ^8.56.0 || ^9.0.0-0
dependencies:
- '@typescript-eslint/utils': 7.7.0(eslint@9.0.0)(typescript@5.4.3)
+ '@typescript-eslint/utils': 7.7.0(eslint@9.0.0)(typescript@5.4.5)
debug: 4.3.4
doctrine: 3.0.0
eslint: 9.0.0
eslint-import-resolver-node: 0.3.9
get-tsconfig: 4.7.3
is-glob: 4.0.3
- minimatch: 9.0.3
+ minimatch: 9.0.4
semver: 7.6.0
transitivePeerDependencies:
- supports-color
@@ -6265,7 +6268,7 @@ packages:
/externality@1.0.2:
resolution: {integrity: sha512-LyExtJWKxtgVzmgtEHyQtLFpw1KFhQphF9nTG8TpAIVkiI/xQ3FJh75tRFLYl4hkn7BNIIdLJInuDAavX35pMw==}
dependencies:
- enhanced-resolve: 5.15.0
+ enhanced-resolve: 5.16.0
mlly: 1.6.1
pathe: 1.1.2
ufo: 1.5.3
@@ -6369,7 +6372,7 @@ packages:
/flatted@3.3.1:
resolution: {integrity: sha512-X8cqMLLie7KsNUDSdzeN8FYK9rEt4Dt67OsG/DNGnYTSDBG4uFAJFBnUeiV+zCVAvwFy56IjM9sH51jVaEhNxw==}
- /floating-vue@5.2.2(@nuxt/kit@3.11.1)(vue@3.4.21):
+ /floating-vue@5.2.2(@nuxt/kit@3.11.2)(vue@3.4.21):
resolution: {integrity: sha512-afW+h2CFafo+7Y9Lvw/xsqjaQlKLdJV7h1fCHfcYQ1C4SVMlu7OAekqWgu5d4SgvkBVU0pVpLlVsrSTBURFRkg==}
peerDependencies:
'@nuxt/kit': ^3.2.0
@@ -6379,8 +6382,8 @@ packages:
optional: true
dependencies:
'@floating-ui/dom': 1.1.1
- '@nuxt/kit': 3.11.1(rollup@3.29.4)
- vue: 3.4.21(typescript@5.4.3)
+ '@nuxt/kit': 3.11.2(rollup@3.29.4)
+ vue: 3.4.21(typescript@5.4.5)
vue-resize: 2.0.0-alpha.1(vue@3.4.21)
/focus-trap@7.5.4:
@@ -6595,7 +6598,7 @@ packages:
dependencies:
foreground-child: 3.1.1
jackspeak: 2.3.6
- minimatch: 9.0.3
+ minimatch: 9.0.4
minipass: 7.0.4
path-scurry: 1.10.1
@@ -6684,17 +6687,17 @@ packages:
dependencies:
'@sindresorhus/merge-streams': 2.3.0
fast-glob: 3.3.2
- ignore: 5.3.0
+ ignore: 5.3.1
path-type: 5.0.0
slash: 5.1.0
unicorn-magic: 0.1.0
- /google-fonts-helper@3.4.1:
- resolution: {integrity: sha512-unq9c1NF771916DrVR2MTpMJ5iHiMSjMBApErjhWT1FZIE+7x+Qik+w6cYi5jw/KtHELz+tyGAKgQetTU9wrlA==}
+ /google-fonts-helper@3.5.0:
+ resolution: {integrity: sha512-QcKvB3Y+jJFpvBUp/iG1oe9BbKirrjwU2mzJzKGGb5czz6T93CCP9A8IlfCoZnko7b1+gPH3yVghXP5EBvunDg==}
dependencies:
deepmerge: 4.3.1
hookable: 5.5.3
- ofetch: 1.3.3
+ ofetch: 1.3.4
ufo: 1.5.3
dev: false
@@ -7253,6 +7256,10 @@ packages:
/js-tokens@8.0.2:
resolution: {integrity: sha512-Olnt+V7xYdvGze9YTbGFZIfQXuGV4R3nQwwl8BrtgaPE/wq8UFpUHWuTNc05saowhSr1ZO6tx+V6RjE9D5YQog==}
+ dev: true
+
+ /js-tokens@9.0.0:
+ resolution: {integrity: sha512-WriZw1luRMlmV3LGJaR6QOJjWwgLUTf89OwT2lUOyjX2dJGBwgmIkbcz+7WFZjrZM635JOIR517++e/67CP9dQ==}
/js-yaml@4.1.0:
resolution: {integrity: sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==}
@@ -7355,7 +7362,6 @@ packages:
/knitwork@1.1.0:
resolution: {integrity: sha512-oHnmiBUVHz1V+URE77PNot2lv3QiYU2zQf1JjOVkMt3YDKGbu8NAFr+c4mcNOhdsGrB/VpVbRwPwhiXrPhxQbw==}
- dev: false
/koa-compose@4.1.0:
resolution: {integrity: sha512-8ODW8TrDuMYvXRwra/Kh7/rJo9BtOfPc6qO8eAfC80CnCvSjSl0bkRM24X6/XBBEyj0v1nRUQ1LyOy3dbqOWXw==}
@@ -7456,10 +7462,6 @@ packages:
resolution: {integrity: sha512-utWOt/GHzuUxnLKxB6dk81RoOeoNeHgbrXiuGk4yyF5qlRz+iIVWu56E2fqGHFrXz0QNUhLB/8nKqvRH66JKGQ==}
engines: {node: '>=10'}
- /lilconfig@3.0.0:
- resolution: {integrity: sha512-K2U4W2Ff5ibV7j7ydLr+zLAkIg5JJ4lPn1Ltsdt+Tz/IjQ8buJ55pZAxoP34lqIiwtF9iAvtLv3JGv7CAyAg+g==}
- engines: {node: '>=14'}
-
/lilconfig@3.1.1:
resolution: {integrity: sha512-O18pf7nyvHTckunPWCV1XUNXU1piu01y2b7ATJ0ppkUkk8ocqVWBrYjJBCwHDjD/ZWcfyrA0P4gKhzWGi5EINQ==}
engines: {node: '>=14'}
@@ -7512,7 +7514,7 @@ packages:
resolution: {integrity: sha512-ok6z3qlYyCDS4ZEU27HaU6x/xZa9Whf8jD4ptH5UZTQYZVYeb9bnZ3ojVhiJNLiXK1Hfc0GNbLXcmZ5plLDDBg==}
engines: {node: '>=14'}
dependencies:
- mlly: 1.5.0
+ mlly: 1.6.1
pkg-types: 1.0.3
/locate-path@5.0.0:
@@ -7620,7 +7622,7 @@ packages:
resolution: {integrity: sha512-0shqecEPgdFpnI3AP90epXyxZy9g6CRZ+SZ7BcqFwYmtFEnZ1jpevcV5HoyVnlDS9gCnc1UIg3Rsvp3Ci7r8OA==}
engines: {node: '>=16.14.0'}
dependencies:
- magic-string: 0.30.8
+ magic-string: 0.30.9
/magic-string@0.30.5:
resolution: {integrity: sha512-7xlpfBaQaP/T6Vh8MO/EqXSW5En6INHEvEXQiuff7Gku0PWjU3uf6w/j9o7O+SpB5fOAkrI5HeoNgwjEO0pFsA==}
@@ -7634,6 +7636,12 @@ packages:
dependencies:
'@jridgewell/sourcemap-codec': 1.4.15
+ /magic-string@0.30.9:
+ resolution: {integrity: sha512-S1+hd+dIrC8EZqKyT9DstTH/0Z+f76kmmvZnkfQVmOpDEF9iVgdYif3Q/pIWHmCoo59bQVGW0kVL3e2nl+9+Sw==}
+ engines: {node: '>=12'}
+ dependencies:
+ '@jridgewell/sourcemap-codec': 1.4.15
+
/magicast@0.3.3:
resolution: {integrity: sha512-ZbrP1Qxnpoes8sz47AM0z08U+jW6TyRgZzcWy3Ma3vDhJttwMwAFDMMQFobwdBxByBD46JYmxRzeF7w2+wJEuw==}
dependencies:
@@ -8169,7 +8177,6 @@ packages:
engines: {node: '>=16 || 14 >=14.17'}
dependencies:
brace-expansion: 2.0.1
- dev: true
/minimist@1.2.8:
resolution: {integrity: sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==}
@@ -8258,7 +8265,7 @@ packages:
engines: {node: '>=10'}
hasBin: true
- /mkdist@1.4.0(typescript@5.4.3):
+ /mkdist@1.4.0(typescript@5.4.5):
resolution: {integrity: sha512-LzzdzWDx6cWWPd8saIoO+kT5jnbijfeDaE6jZfmCYEi3YL2aJSyF23/tCFee/mDuh/ek1UQeSYdLeSa6oesdiw==}
hasBin: true
peerDependencies:
@@ -8270,9 +8277,9 @@ packages:
typescript:
optional: true
dependencies:
- autoprefixer: 10.4.19(postcss@8.4.33)
+ autoprefixer: 10.4.19(postcss@8.4.38)
citty: 0.1.5
- cssnano: 6.0.3(postcss@8.4.33)
+ cssnano: 6.0.3(postcss@8.4.38)
defu: 6.1.4
esbuild: 0.19.11
fs-extra: 11.2.0
@@ -8281,9 +8288,9 @@ packages:
mlly: 1.4.2
mri: 1.2.0
pathe: 1.1.2
- postcss: 8.4.33
- postcss-nested: 6.0.1(postcss@8.4.33)
- typescript: 5.4.3
+ postcss: 8.4.38
+ postcss-nested: 6.0.1(postcss@8.4.38)
+ typescript: 5.4.5
dev: true
/mlly@1.4.2:
@@ -8359,8 +8366,8 @@ packages:
resolution: {integrity: sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==}
dev: false
- /nitropack@2.9.5:
- resolution: {integrity: sha512-ClanSILi9O6HX95QNIC+TwxojpRpOSn9n3e3wmHExAHhLN5HdnHGmHN4LwtJdE2p91nse3kDULOTR7k1xRVJ/g==}
+ /nitropack@2.9.6:
+ resolution: {integrity: sha512-HP2PE0dREcDIBVkL8Zm6eVyrDd10/GI9hTL00PHvjUM8I9Y/2cv73wRDmxNyInfrx/CJKHATb2U/pQrqpzJyXA==}
engines: {node: ^16.11.0 || >=17.0.0}
hasBin: true
peerDependencies:
@@ -8387,7 +8394,7 @@ packages:
chokidar: 3.6.0
citty: 0.1.6
consola: 3.2.3
- cookie-es: 1.0.0
+ cookie-es: 1.1.0
croner: 8.0.1
crossws: 0.2.4
db0: 0.1.4
@@ -8407,9 +8414,9 @@ packages:
is-primitive: 3.0.1
jiti: 1.21.0
klona: 2.0.6
- knitwork: 1.0.0
+ knitwork: 1.1.0
listhen: 1.7.2
- magic-string: 0.30.8
+ magic-string: 0.30.9
mime: 4.0.1
mlly: 1.6.1
mri: 1.2.0
@@ -8435,7 +8442,7 @@ packages:
unenv: 1.9.0
unimport: 3.7.1(rollup@4.13.2)
unstorage: 1.10.2(ioredis@5.3.2)
- unwasm: 0.3.8
+ unwasm: 0.3.9
transitivePeerDependencies:
- '@azure/app-configuration'
- '@azure/cosmos'
@@ -8645,23 +8652,23 @@ packages:
resolution: {integrity: sha512-GdqnSMC1vqabry7WSj3GWA2LZ1gBiWeS2lj943c9TjkL9SN/rABEFXVZA6RO4sOTKF1qV947UGi27PdRd7u+tA==}
hasBin: true
dependencies:
- '@nuxt/kit': 3.11.1(rollup@3.29.4)
+ '@nuxt/kit': 3.11.2(rollup@3.29.4)
citty: 0.1.5
scule: 1.2.0
- typescript: 5.4.3
- vue-component-meta: 1.8.27(typescript@5.4.3)
+ typescript: 5.4.5
+ vue-component-meta: 1.8.27(typescript@5.4.5)
transitivePeerDependencies:
- rollup
- supports-color
dev: true
- /nuxt-icon@0.6.8(nuxt@3.11.1)(rollup@3.29.4)(vite@5.2.6)(vue@3.4.21):
- resolution: {integrity: sha512-6eWlNOb6Uvp63uXFdhcmsB1JlubDv76Pot/VwmIu0yJxDYhwytbnv3WAjw2khl2l7W/65V4eMGIEeX9C5Ahxng==}
+ /nuxt-icon@0.6.10(nuxt@3.11.2)(rollup@3.29.4)(vite@5.2.6)(vue@3.4.21):
+ resolution: {integrity: sha512-S9zHVA66ox4ZSpMWvCjqKZC4ZogC0s2z3vZs+M4D95YXGPEXwxDZu+insMKvkbe8+k7gvEmtTk0eq3KusKlxiw==}
dependencies:
- '@iconify/collections': 1.0.379
+ '@iconify/collections': 1.0.414
'@iconify/vue': 4.1.1(vue@3.4.21)
- '@nuxt/devtools-kit': 1.0.8(nuxt@3.11.1)(rollup@3.29.4)(vite@5.2.6)
- '@nuxt/kit': 3.11.1(rollup@3.29.4)
+ '@nuxt/devtools-kit': 1.1.5(nuxt@3.11.2)(rollup@3.29.4)(vite@5.2.6)
+ '@nuxt/kit': 3.11.2(rollup@3.29.4)
transitivePeerDependencies:
- nuxt
- rollup
@@ -8670,7 +8677,7 @@ packages:
- vue
dev: false
- /nuxt-og-image@2.2.4(@nuxt/devtools@1.0.8)(@vue/compiler-core@3.4.21)(nuxt@3.11.1)(postcss@8.4.38)(rollup@3.29.4)(vite@5.2.6)(vue@3.4.21)(webpack@5.91.0):
+ /nuxt-og-image@2.2.4(@nuxt/devtools@1.0.8)(@vue/compiler-core@3.4.21)(nuxt@3.11.2)(postcss@8.4.38)(rollup@3.29.4)(vite@5.2.6)(vue@3.4.21)(webpack@5.91.0):
resolution: {integrity: sha512-A7QNMi+/DueEOPgxIWCvUJU8UxgxyUtRrLd7QB6YVeXrBEFFhWD8/2wLbcSdZyAzpVmuE6cA7bSU3z3U/e7K/w==}
dependencies:
'@nuxt/kit': 3.9.1(rollup@3.29.4)
@@ -8690,7 +8697,7 @@ packages:
globby: 13.2.2
image-size: 1.1.1
launch-editor: 2.6.1
- nuxt-site-config: 1.6.7(@nuxt/devtools@1.0.8)(@vue/compiler-core@3.4.21)(nuxt@3.11.1)(postcss@8.4.38)(rollup@3.29.4)(vite@5.2.6)(vue@3.4.21)(webpack@5.91.0)
+ nuxt-site-config: 1.6.7(@nuxt/devtools@1.0.8)(@vue/compiler-core@3.4.21)(nuxt@3.11.2)(postcss@8.4.38)(rollup@3.29.4)(vite@5.2.6)(vue@3.4.21)(webpack@5.91.0)
nuxt-site-config-kit: 1.6.7(rollup@3.29.4)(vue@3.4.21)
nypm: 0.3.4
ofetch: 1.3.3
@@ -8739,7 +8746,7 @@ packages:
/nuxt-site-config-kit@1.6.7(rollup@3.29.4)(vue@3.4.21):
resolution: {integrity: sha512-dq7W5ra1KRRi8gW/v8j3e7rNCN8jEZHXnGZ9Ao4r7JZvyHpJyntQYcftcI2N7VViT+6xWdIE7ge4oma7+gvjVQ==}
dependencies:
- '@nuxt/kit': 3.11.1(rollup@3.29.4)
+ '@nuxt/kit': 3.11.2(rollup@3.29.4)
'@nuxt/schema': 3.9.1(rollup@3.29.4)
pkg-types: 1.0.3
site-config-stack: 1.6.7(vue@3.4.21)
@@ -8751,12 +8758,12 @@ packages:
- vue
dev: false
- /nuxt-site-config@1.6.7(@nuxt/devtools@1.0.8)(@vue/compiler-core@3.4.21)(nuxt@3.11.1)(postcss@8.4.38)(rollup@3.29.4)(vite@5.2.6)(vue@3.4.21)(webpack@5.91.0):
+ /nuxt-site-config@1.6.7(@nuxt/devtools@1.0.8)(@vue/compiler-core@3.4.21)(nuxt@3.11.2)(postcss@8.4.38)(rollup@3.29.4)(vite@5.2.6)(vue@3.4.21)(webpack@5.91.0):
resolution: {integrity: sha512-X9HPq0ldfFf9vatXcOLt1Fl9xPydhC+fZw5KVxACcOyNK92KwJgvzrHAooURdoQhohaVgPbK+xnfVP8S6GCkQA==}
dependencies:
- '@nuxt/devtools-kit': 1.0.8(nuxt@3.11.1)(rollup@3.29.4)(vite@5.2.6)
- '@nuxt/devtools-ui-kit': 1.0.8(@nuxt/devtools@1.0.8)(@vue/compiler-core@3.4.21)(nuxt@3.11.1)(postcss@8.4.38)(rollup@3.29.4)(vite@5.2.6)(vue@3.4.21)(webpack@5.91.0)
- '@nuxt/kit': 3.11.1(rollup@3.29.4)
+ '@nuxt/devtools-kit': 1.0.8(nuxt@3.11.2)(rollup@3.29.4)(vite@5.2.6)
+ '@nuxt/devtools-ui-kit': 1.0.8(@nuxt/devtools@1.0.8)(@vue/compiler-core@3.4.21)(nuxt@3.11.2)(postcss@8.4.38)(rollup@3.29.4)(vite@5.2.6)(vue@3.4.21)(webpack@5.91.0)
+ '@nuxt/kit': 3.11.2(rollup@3.29.4)
'@nuxt/schema': 3.9.1(rollup@3.29.4)
nuxt-site-config-kit: 1.6.7(rollup@3.29.4)(vue@3.4.21)
pathe: 1.1.2
@@ -8789,8 +8796,133 @@ packages:
- webpack
dev: false
- /nuxt@3.11.1(@unocss/reset@0.58.3)(eslint@9.0.0)(floating-vue@5.2.2)(rollup@3.29.4)(typescript@5.4.3)(unocss@0.58.3)(vite@5.2.6):
- resolution: {integrity: sha512-CsncE1dxP0cmOYT+PBdjMD0bOK8eZizG5tgNWUOJAAAtU45sO38maoBumYYL2kUpT/SC/dMP+831DAcVPvi9pQ==}
+ /nuxt@3.11.2(@unocss/reset@0.58.3)(eslint@9.0.0)(floating-vue@5.2.2)(rollup@3.29.4)(typescript@5.4.5)(unocss@0.58.3)(vite@5.2.6):
+ resolution: {integrity: sha512-Be1d4oyFo60pdF+diBolYDcfNemoMYM3R8PDjhnGrs/w3xJoDH1YMUVWHXXY8WhSmYZI7dyBehx/6kTfGFliVA==}
+ engines: {node: ^14.18.0 || >=16.10.0}
+ hasBin: true
+ peerDependencies:
+ '@parcel/watcher': ^2.1.0
+ '@types/node': ^14.18.0 || >=16.10.0
+ peerDependenciesMeta:
+ '@parcel/watcher':
+ optional: true
+ '@types/node':
+ optional: true
+ dependencies:
+ '@nuxt/devalue': 2.0.2
+ '@nuxt/devtools': 1.1.5(@unocss/reset@0.58.3)(floating-vue@5.2.2)(nuxt@3.11.2)(rollup@3.29.4)(unocss@0.58.3)(vite@5.2.6)(vue@3.4.21)
+ '@nuxt/kit': 3.11.2(rollup@3.29.4)
+ '@nuxt/schema': 3.11.2(rollup@3.29.4)
+ '@nuxt/telemetry': 2.5.3(rollup@3.29.4)
+ '@nuxt/ui-templates': 1.3.3
+ '@nuxt/vite-builder': 3.11.2(eslint@9.0.0)(rollup@3.29.4)(typescript@5.4.5)(vue@3.4.21)
+ '@unhead/dom': 1.9.5
+ '@unhead/ssr': 1.9.5
+ '@unhead/vue': 1.9.5(vue@3.4.21)
+ '@vue/shared': 3.4.21
+ acorn: 8.11.3
+ c12: 1.10.0
+ chokidar: 3.6.0
+ cookie-es: 1.1.0
+ defu: 6.1.4
+ destr: 2.0.3
+ devalue: 4.3.2
+ esbuild: 0.20.2
+ escape-string-regexp: 5.0.0
+ estree-walker: 3.0.3
+ fs-extra: 11.2.0
+ globby: 14.0.1
+ h3: 1.11.1
+ hookable: 5.5.3
+ jiti: 1.21.0
+ klona: 2.0.6
+ knitwork: 1.1.0
+ magic-string: 0.30.9
+ mlly: 1.6.1
+ nitropack: 2.9.6
+ nuxi: 3.11.1
+ nypm: 0.3.8
+ ofetch: 1.3.4
+ ohash: 1.1.3
+ pathe: 1.1.2
+ perfect-debounce: 1.0.0
+ pkg-types: 1.0.3
+ radix3: 1.1.2
+ scule: 1.3.0
+ std-env: 3.7.0
+ strip-literal: 2.1.0
+ ufo: 1.5.3
+ ultrahtml: 1.5.3
+ uncrypto: 0.1.3
+ unctx: 2.3.1
+ unenv: 1.9.0
+ unimport: 3.7.1(rollup@3.29.4)
+ unplugin: 1.10.1
+ unplugin-vue-router: 0.7.0(rollup@3.29.4)(vue-router@4.3.0)(vue@3.4.21)
+ unstorage: 1.10.2(ioredis@5.3.2)
+ untyped: 1.4.2
+ vue: 3.4.21(typescript@5.4.5)
+ vue-bundle-renderer: 2.0.0
+ vue-devtools-stub: 0.1.0
+ vue-router: 4.3.0(vue@3.4.21)
+ transitivePeerDependencies:
+ - '@azure/app-configuration'
+ - '@azure/cosmos'
+ - '@azure/data-tables'
+ - '@azure/identity'
+ - '@azure/keyvault-secrets'
+ - '@azure/storage-blob'
+ - '@capacitor/preferences'
+ - '@libsql/client'
+ - '@netlify/blobs'
+ - '@planetscale/database'
+ - '@unocss/reset'
+ - '@upstash/redis'
+ - '@vercel/kv'
+ - '@vue/composition-api'
+ - async-validator
+ - axios
+ - better-sqlite3
+ - bluebird
+ - bufferutil
+ - change-case
+ - drauu
+ - drizzle-orm
+ - encoding
+ - eslint
+ - floating-vue
+ - fuse.js
+ - idb-keyval
+ - ioredis
+ - jwt-decode
+ - less
+ - lightningcss
+ - meow
+ - nprogress
+ - optionator
+ - qrcode
+ - rollup
+ - sass
+ - sortablejs
+ - stylelint
+ - stylus
+ - sugarss
+ - supports-color
+ - terser
+ - typescript
+ - uWebSockets.js
+ - universal-cookie
+ - unocss
+ - utf-8-validate
+ - vite
+ - vls
+ - vti
+ - vue-tsc
+ - xml2js
+ dev: false
+
+ /nuxt@3.11.2(@unocss/reset@0.58.3)(eslint@9.0.0)(floating-vue@5.2.2)(rollup@3.29.4)(typescript@5.4.5)(unocss@0.58.3)(vite@5.2.8):
+ resolution: {integrity: sha512-Be1d4oyFo60pdF+diBolYDcfNemoMYM3R8PDjhnGrs/w3xJoDH1YMUVWHXXY8WhSmYZI7dyBehx/6kTfGFliVA==}
engines: {node: ^14.18.0 || >=16.10.0}
hasBin: true
peerDependencies:
@@ -8803,20 +8935,20 @@ packages:
optional: true
dependencies:
'@nuxt/devalue': 2.0.2
- '@nuxt/devtools': 1.1.5(@unocss/reset@0.58.3)(floating-vue@5.2.2)(nuxt@3.11.1)(rollup@3.29.4)(unocss@0.58.3)(vite@5.2.6)(vue@3.4.21)
- '@nuxt/kit': 3.11.1(rollup@3.29.4)
- '@nuxt/schema': 3.11.1(rollup@3.29.4)
+ '@nuxt/devtools': 1.1.5(@unocss/reset@0.58.3)(floating-vue@5.2.2)(nuxt@3.11.2)(rollup@3.29.4)(unocss@0.58.3)(vite@5.2.8)(vue@3.4.21)
+ '@nuxt/kit': 3.11.2(rollup@3.29.4)
+ '@nuxt/schema': 3.11.2(rollup@3.29.4)
'@nuxt/telemetry': 2.5.3(rollup@3.29.4)
- '@nuxt/ui-templates': 1.3.1
- '@nuxt/vite-builder': 3.11.1(eslint@9.0.0)(rollup@3.29.4)(typescript@5.4.3)(vue@3.4.21)
- '@unhead/dom': 1.9.2
- '@unhead/ssr': 1.9.2
- '@unhead/vue': 1.9.2(vue@3.4.21)
+ '@nuxt/ui-templates': 1.3.3
+ '@nuxt/vite-builder': 3.11.2(eslint@9.0.0)(rollup@3.29.4)(typescript@5.4.5)(vue@3.4.21)
+ '@unhead/dom': 1.9.5
+ '@unhead/ssr': 1.9.5
+ '@unhead/vue': 1.9.5(vue@3.4.21)
'@vue/shared': 3.4.21
acorn: 8.11.3
c12: 1.10.0
chokidar: 3.6.0
- cookie-es: 1.0.0
+ cookie-es: 1.1.0
defu: 6.1.4
destr: 2.0.3
devalue: 4.3.2
@@ -8829,13 +8961,13 @@ packages:
hookable: 5.5.3
jiti: 1.21.0
klona: 2.0.6
- knitwork: 1.0.0
- magic-string: 0.30.8
+ knitwork: 1.1.0
+ magic-string: 0.30.9
mlly: 1.6.1
- nitropack: 2.9.5
+ nitropack: 2.9.6
nuxi: 3.11.1
nypm: 0.3.8
- ofetch: 1.3.3
+ ofetch: 1.3.4
ohash: 1.1.3
pathe: 1.1.2
perfect-debounce: 1.0.0
@@ -8843,18 +8975,18 @@ packages:
radix3: 1.1.2
scule: 1.3.0
std-env: 3.7.0
- strip-literal: 2.0.0
+ strip-literal: 2.1.0
ufo: 1.5.3
ultrahtml: 1.5.3
uncrypto: 0.1.3
unctx: 2.3.1
unenv: 1.9.0
unimport: 3.7.1(rollup@3.29.4)
- unplugin: 1.10.0
+ unplugin: 1.10.1
unplugin-vue-router: 0.7.0(rollup@3.29.4)(vue-router@4.3.0)(vue@3.4.21)
unstorage: 1.10.2(ioredis@5.3.2)
untyped: 1.4.2
- vue: 3.4.21(typescript@5.4.3)
+ vue: 3.4.21(typescript@5.4.5)
vue-bundle-renderer: 2.0.0
vue-devtools-stub: 0.1.0
vue-router: 4.3.0(vue@3.4.21)
@@ -8912,6 +9044,7 @@ packages:
- vti
- vue-tsc
- xml2js
+ dev: true
/nypm@0.3.4:
resolution: {integrity: sha512-1JLkp/zHBrkS3pZ692IqOaIKSYHmQXgqfELk6YTOfVBnwealAmPA1q2kKK7PHJAHSMBozerThEFZXP3G6o7Ukg==}
@@ -9287,14 +9420,9 @@ packages:
resolution: {integrity: sha512-nN7pYi0AQqJnoLPC9eHFQ8AcyaixBUOwvqc5TDnIKCMEE6I0y8P7OKA7fPexsXGCGxQDl/cmrLAp26LhcwxZ4A==}
dependencies:
jsonc-parser: 3.2.0
- mlly: 1.5.0
+ mlly: 1.6.1
pathe: 1.1.2
- /plausible-tracker@0.3.8:
- resolution: {integrity: sha512-lmOWYQ7s9KOUJ1R+YTOR3HrjdbxIS2Z4de0P/Jx2dQPteznJl2eX3tXxKClpvbfyGP59B5bbhW8ftN59HbbFSg==}
- engines: {node: '>=10'}
- dev: false
-
/playwright-core@1.40.1:
resolution: {integrity: sha512-+hkOycxPiV534c4HhpfX6yrlawqVUzITRKwHAmYfmsVreltEl6fAZJ3DPfLMOODw0H3s1Itd6MDCWmP1fl/QvQ==}
engines: {node: '>=16'}
@@ -9317,17 +9445,6 @@ packages:
- supports-color
dev: false
- /postcss-calc@9.0.1(postcss@8.4.33):
- resolution: {integrity: sha512-TipgjGyzP5QzEhsOZUaIkeO5mKeMFpebWzRogWG/ysonUlnHcq5aJe0jOjpfzUU8PeSaBQnrE8ehR0QA5vs8PQ==}
- engines: {node: ^14 || ^16 || >=18.0}
- peerDependencies:
- postcss: ^8.2.2
- dependencies:
- postcss: 8.4.33
- postcss-selector-parser: 6.0.15
- postcss-value-parser: 4.2.0
- dev: true
-
/postcss-calc@9.0.1(postcss@8.4.38):
resolution: {integrity: sha512-TipgjGyzP5QzEhsOZUaIkeO5mKeMFpebWzRogWG/ysonUlnHcq5aJe0jOjpfzUU8PeSaBQnrE8ehR0QA5vs8PQ==}
engines: {node: ^14 || ^16 || >=18.0}
@@ -9335,19 +9452,19 @@ packages:
postcss: ^8.2.2
dependencies:
postcss: 8.4.38
- postcss-selector-parser: 6.0.15
+ postcss-selector-parser: 6.0.16
postcss-value-parser: 4.2.0
- /postcss-colormin@6.0.2(postcss@8.4.33):
+ /postcss-colormin@6.0.2(postcss@8.4.38):
resolution: {integrity: sha512-TXKOxs9LWcdYo5cgmcSHPkyrLAh86hX1ijmyy6J8SbOhyv6ua053M3ZAM/0j44UsnQNIWdl8gb5L7xX2htKeLw==}
engines: {node: ^14 || ^16 || >=18.0}
peerDependencies:
postcss: ^8.4.31
dependencies:
- browserslist: 4.22.2
+ browserslist: 4.23.0
caniuse-api: 3.0.0
colord: 2.9.3
- postcss: 8.4.33
+ postcss: 8.4.38
postcss-value-parser: 4.2.0
dev: true
@@ -9363,14 +9480,14 @@ packages:
postcss: 8.4.38
postcss-value-parser: 4.2.0
- /postcss-convert-values@6.0.2(postcss@8.4.33):
+ /postcss-convert-values@6.0.2(postcss@8.4.38):
resolution: {integrity: sha512-aeBmaTnGQ+NUSVQT8aY0sKyAD/BaLJenEKZ03YK0JnDE1w1Rr8XShoxdal2V2H26xTJKr3v5haByOhJuyT4UYw==}
engines: {node: ^14 || ^16 || >=18.0}
peerDependencies:
postcss: ^8.4.31
dependencies:
- browserslist: 4.22.2
- postcss: 8.4.33
+ browserslist: 4.23.0
+ postcss: 8.4.38
postcss-value-parser: 4.2.0
dev: true
@@ -9384,13 +9501,13 @@ packages:
postcss: 8.4.38
postcss-value-parser: 4.2.0
- /postcss-discard-comments@6.0.1(postcss@8.4.33):
+ /postcss-discard-comments@6.0.1(postcss@8.4.38):
resolution: {integrity: sha512-f1KYNPtqYLUeZGCHQPKzzFtsHaRuECe6jLakf/RjSRqvF5XHLZnM2+fXLhb8Qh/HBFHs3M4cSLb1k3B899RYIg==}
engines: {node: ^14 || ^16 || >=18.0}
peerDependencies:
postcss: ^8.4.31
dependencies:
- postcss: 8.4.33
+ postcss: 8.4.38
dev: true
/postcss-discard-comments@6.0.2(postcss@8.4.38):
@@ -9401,13 +9518,13 @@ packages:
dependencies:
postcss: 8.4.38
- /postcss-discard-duplicates@6.0.1(postcss@8.4.33):
+ /postcss-discard-duplicates@6.0.1(postcss@8.4.38):
resolution: {integrity: sha512-1hvUs76HLYR8zkScbwyJ8oJEugfPV+WchpnA+26fpJ7Smzs51CzGBHC32RS03psuX/2l0l0UKh2StzNxOrKCYg==}
engines: {node: ^14 || ^16 || >=18.0}
peerDependencies:
postcss: ^8.4.31
dependencies:
- postcss: 8.4.33
+ postcss: 8.4.38
dev: true
/postcss-discard-duplicates@6.0.3(postcss@8.4.38):
@@ -9418,13 +9535,13 @@ packages:
dependencies:
postcss: 8.4.38
- /postcss-discard-empty@6.0.1(postcss@8.4.33):
+ /postcss-discard-empty@6.0.1(postcss@8.4.38):
resolution: {integrity: sha512-yitcmKwmVWtNsrrRqGJ7/C0YRy53i0mjexBDQ9zYxDwTWVBgbU4+C9jIZLmQlTDT9zhml+u0OMFJh8+31krmOg==}
engines: {node: ^14 || ^16 || >=18.0}
peerDependencies:
postcss: ^8.4.31
dependencies:
- postcss: 8.4.33
+ postcss: 8.4.38
dev: true
/postcss-discard-empty@6.0.3(postcss@8.4.38):
@@ -9435,13 +9552,13 @@ packages:
dependencies:
postcss: 8.4.38
- /postcss-discard-overridden@6.0.1(postcss@8.4.33):
+ /postcss-discard-overridden@6.0.1(postcss@8.4.38):
resolution: {integrity: sha512-qs0ehZMMZpSESbRkw1+inkf51kak6OOzNRaoLd/U7Fatp0aN2HQ1rxGOrJvYcRAN9VpX8kUF13R2ofn8OlvFVA==}
engines: {node: ^14 || ^16 || >=18.0}
peerDependencies:
postcss: ^8.4.31
dependencies:
- postcss: 8.4.33
+ postcss: 8.4.38
dev: true
/postcss-discard-overridden@6.0.2(postcss@8.4.38):
@@ -9452,27 +9569,27 @@ packages:
dependencies:
postcss: 8.4.38
- /postcss-import@15.1.0(postcss@8.4.33):
+ /postcss-import@15.1.0(postcss@8.4.38):
resolution: {integrity: sha512-hpr+J05B2FVYUAXHeK1YyI267J/dDDhMU6B6civm8hSY1jYJnBXxzKDKDswzJmtLHryrjhnDjqqp/49t8FALew==}
engines: {node: '>=14.0.0'}
peerDependencies:
postcss: ^8.0.0
dependencies:
- postcss: 8.4.33
+ postcss: 8.4.38
postcss-value-parser: 4.2.0
read-cache: 1.0.0
resolve: 1.22.8
- /postcss-js@4.0.1(postcss@8.4.33):
+ /postcss-js@4.0.1(postcss@8.4.38):
resolution: {integrity: sha512-dDLF8pEO191hJMtlHFPRa8xsizHaM82MLfNkUHdUtVEV3tgTp5oj+8qbEqYM57SLfc74KSbw//4SeJma2LRVIw==}
engines: {node: ^12 || ^14 || >= 16}
peerDependencies:
postcss: ^8.4.21
dependencies:
camelcase-css: 2.0.1
- postcss: 8.4.33
+ postcss: 8.4.38
- /postcss-load-config@4.0.2(postcss@8.4.33):
+ /postcss-load-config@4.0.2(postcss@8.4.38):
resolution: {integrity: sha512-bSVhyJGL00wMVoPUzAVAnbEoWyqRxkjv64tUl427SKnPrENtq6hJwUojroMz2VB+Q1edmi4IfrAPpami5VVgMQ==}
engines: {node: '>= 14'}
peerDependencies:
@@ -9484,19 +9601,19 @@ packages:
ts-node:
optional: true
dependencies:
- lilconfig: 3.0.0
- postcss: 8.4.33
+ lilconfig: 3.1.1
+ postcss: 8.4.38
yaml: 2.3.4
- /postcss-merge-longhand@6.0.2(postcss@8.4.33):
+ /postcss-merge-longhand@6.0.2(postcss@8.4.38):
resolution: {integrity: sha512-+yfVB7gEM8SrCo9w2lCApKIEzrTKl5yS1F4yGhV3kSim6JzbfLGJyhR1B6X+6vOT0U33Mgx7iv4X9MVWuaSAfw==}
engines: {node: ^14 || ^16 || >=18.0}
peerDependencies:
postcss: ^8.4.31
dependencies:
- postcss: 8.4.33
+ postcss: 8.4.38
postcss-value-parser: 4.2.0
- stylehacks: 6.0.2(postcss@8.4.33)
+ stylehacks: 6.0.2(postcss@8.4.38)
dev: true
/postcss-merge-longhand@6.0.5(postcss@8.4.38):
@@ -9509,17 +9626,17 @@ packages:
postcss-value-parser: 4.2.0
stylehacks: 6.1.1(postcss@8.4.38)
- /postcss-merge-rules@6.0.3(postcss@8.4.33):
+ /postcss-merge-rules@6.0.3(postcss@8.4.38):
resolution: {integrity: sha512-yfkDqSHGohy8sGYIJwBmIGDv4K4/WrJPX355XrxQb/CSsT4Kc/RxDi6akqn5s9bap85AWgv21ArcUWwWdGNSHA==}
engines: {node: ^14 || ^16 || >=18.0}
peerDependencies:
postcss: ^8.4.31
dependencies:
- browserslist: 4.22.2
+ browserslist: 4.23.0
caniuse-api: 3.0.0
- cssnano-utils: 4.0.1(postcss@8.4.33)
- postcss: 8.4.33
- postcss-selector-parser: 6.0.15
+ cssnano-utils: 4.0.1(postcss@8.4.38)
+ postcss: 8.4.38
+ postcss-selector-parser: 6.0.16
dev: true
/postcss-merge-rules@6.1.1(postcss@8.4.38):
@@ -9534,13 +9651,13 @@ packages:
postcss: 8.4.38
postcss-selector-parser: 6.0.16
- /postcss-minify-font-values@6.0.1(postcss@8.4.33):
+ /postcss-minify-font-values@6.0.1(postcss@8.4.38):
resolution: {integrity: sha512-tIwmF1zUPoN6xOtA/2FgVk1ZKrLcCvE0dpZLtzyyte0j9zUeB8RTbCqrHZGjJlxOvNWKMYtunLrrl7HPOiR46w==}
engines: {node: ^14 || ^16 || >=18.0}
peerDependencies:
postcss: ^8.4.31
dependencies:
- postcss: 8.4.33
+ postcss: 8.4.38
postcss-value-parser: 4.2.0
dev: true
@@ -9553,15 +9670,15 @@ packages:
postcss: 8.4.38
postcss-value-parser: 4.2.0
- /postcss-minify-gradients@6.0.1(postcss@8.4.33):
+ /postcss-minify-gradients@6.0.1(postcss@8.4.38):
resolution: {integrity: sha512-M1RJWVjd6IOLPl1hYiOd5HQHgpp6cvJVLrieQYS9y07Yo8itAr6jaekzJphaJFR0tcg4kRewCk3kna9uHBxn/w==}
engines: {node: ^14 || ^16 || >=18.0}
peerDependencies:
postcss: ^8.4.31
dependencies:
colord: 2.9.3
- cssnano-utils: 4.0.1(postcss@8.4.33)
- postcss: 8.4.33
+ cssnano-utils: 4.0.1(postcss@8.4.38)
+ postcss: 8.4.38
postcss-value-parser: 4.2.0
dev: true
@@ -9576,15 +9693,15 @@ packages:
postcss: 8.4.38
postcss-value-parser: 4.2.0
- /postcss-minify-params@6.0.2(postcss@8.4.33):
+ /postcss-minify-params@6.0.2(postcss@8.4.38):
resolution: {integrity: sha512-zwQtbrPEBDj+ApELZ6QylLf2/c5zmASoOuA4DzolyVGdV38iR2I5QRMsZcHkcdkZzxpN8RS4cN7LPskOkTwTZw==}
engines: {node: ^14 || ^16 || >=18.0}
peerDependencies:
postcss: ^8.4.31
dependencies:
- browserslist: 4.22.2
- cssnano-utils: 4.0.1(postcss@8.4.33)
- postcss: 8.4.33
+ browserslist: 4.23.0
+ cssnano-utils: 4.0.1(postcss@8.4.38)
+ postcss: 8.4.38
postcss-value-parser: 4.2.0
dev: true
@@ -9599,14 +9716,14 @@ packages:
postcss: 8.4.38
postcss-value-parser: 4.2.0
- /postcss-minify-selectors@6.0.2(postcss@8.4.33):
+ /postcss-minify-selectors@6.0.2(postcss@8.4.38):
resolution: {integrity: sha512-0b+m+w7OAvZejPQdN2GjsXLv5o0jqYHX3aoV0e7RBKPCsB7TYG5KKWBFhGnB/iP3213Ts8c5H4wLPLMm7z28Sg==}
engines: {node: ^14 || ^16 || >=18.0}
peerDependencies:
postcss: ^8.4.31
dependencies:
- postcss: 8.4.33
- postcss-selector-parser: 6.0.15
+ postcss: 8.4.38
+ postcss-selector-parser: 6.0.16
dev: true
/postcss-minify-selectors@6.0.4(postcss@8.4.38):
@@ -9618,34 +9735,34 @@ packages:
postcss: 8.4.38
postcss-selector-parser: 6.0.16
- /postcss-nested@6.0.1(postcss@8.4.33):
+ /postcss-nested@6.0.1(postcss@8.4.38):
resolution: {integrity: sha512-mEp4xPMi5bSWiMbsgoPfcP74lsWLHkQbZc3sY+jWYd65CUwXrUaTp0fmNpa01ZcETKlIgUdFN/MpS2xZtqL9dQ==}
engines: {node: '>=12.0'}
peerDependencies:
postcss: ^8.2.14
dependencies:
- postcss: 8.4.33
- postcss-selector-parser: 6.0.15
+ postcss: 8.4.38
+ postcss-selector-parser: 6.0.16
- /postcss-nesting@12.1.0(postcss@8.4.33):
- resolution: {integrity: sha512-QOYnosaZ+mlP6plQrAxFw09UUp2Sgtxj1BVHN+rSVbtV0Yx48zRt9/9F/ZOoxOKBBEsaJk2MYhhVRjeRRw5yuw==}
+ /postcss-nesting@12.1.1(postcss@8.4.38):
+ resolution: {integrity: sha512-qc74KvIAQNa5ujZKG1UV286dhaDW6basbUy2i9AzNU/T8C9hpvGu9NZzm1SfePe2yP7sPYgpA8d4sPVopn2Hhw==}
engines: {node: ^14 || ^16 || >=18}
peerDependencies:
postcss: ^8.4
dependencies:
- '@csstools/selector-resolve-nested': 1.1.0(postcss-selector-parser@6.0.15)
- '@csstools/selector-specificity': 3.0.2(postcss-selector-parser@6.0.15)
- postcss: 8.4.33
- postcss-selector-parser: 6.0.15
+ '@csstools/selector-resolve-nested': 1.1.0(postcss-selector-parser@6.0.16)
+ '@csstools/selector-specificity': 3.0.3(postcss-selector-parser@6.0.16)
+ postcss: 8.4.38
+ postcss-selector-parser: 6.0.16
dev: false
- /postcss-normalize-charset@6.0.1(postcss@8.4.33):
+ /postcss-normalize-charset@6.0.1(postcss@8.4.38):
resolution: {integrity: sha512-aW5LbMNRZ+oDV57PF9K+WI1Z8MPnF+A8qbajg/T8PP126YrGX1f9IQx21GI2OlGz7XFJi/fNi0GTbY948XJtXg==}
engines: {node: ^14 || ^16 || >=18.0}
peerDependencies:
postcss: ^8.4.31
dependencies:
- postcss: 8.4.33
+ postcss: 8.4.38
dev: true
/postcss-normalize-charset@6.0.2(postcss@8.4.38):
@@ -9656,13 +9773,13 @@ packages:
dependencies:
postcss: 8.4.38
- /postcss-normalize-display-values@6.0.1(postcss@8.4.33):
+ /postcss-normalize-display-values@6.0.1(postcss@8.4.38):
resolution: {integrity: sha512-mc3vxp2bEuCb4LgCcmG1y6lKJu1Co8T+rKHrcbShJwUmKJiEl761qb/QQCfFwlrvSeET3jksolCR/RZuMURudw==}
engines: {node: ^14 || ^16 || >=18.0}
peerDependencies:
postcss: ^8.4.31
dependencies:
- postcss: 8.4.33
+ postcss: 8.4.38
postcss-value-parser: 4.2.0
dev: true
@@ -9675,13 +9792,13 @@ packages:
postcss: 8.4.38
postcss-value-parser: 4.2.0
- /postcss-normalize-positions@6.0.1(postcss@8.4.33):
+ /postcss-normalize-positions@6.0.1(postcss@8.4.38):
resolution: {integrity: sha512-HRsq8u/0unKNvm0cvwxcOUEcakFXqZ41fv3FOdPn916XFUrympjr+03oaLkuZENz3HE9RrQE9yU0Xv43ThWjQg==}
engines: {node: ^14 || ^16 || >=18.0}
peerDependencies:
postcss: ^8.4.31
dependencies:
- postcss: 8.4.33
+ postcss: 8.4.38
postcss-value-parser: 4.2.0
dev: true
@@ -9694,13 +9811,13 @@ packages:
postcss: 8.4.38
postcss-value-parser: 4.2.0
- /postcss-normalize-repeat-style@6.0.1(postcss@8.4.33):
+ /postcss-normalize-repeat-style@6.0.1(postcss@8.4.38):
resolution: {integrity: sha512-Gbb2nmCy6tTiA7Sh2MBs3fj9W8swonk6lw+dFFeQT68B0Pzwp1kvisJQkdV6rbbMSd9brMlS8I8ts52tAGWmGQ==}
engines: {node: ^14 || ^16 || >=18.0}
peerDependencies:
postcss: ^8.4.31
dependencies:
- postcss: 8.4.33
+ postcss: 8.4.38
postcss-value-parser: 4.2.0
dev: true
@@ -9713,13 +9830,13 @@ packages:
postcss: 8.4.38
postcss-value-parser: 4.2.0
- /postcss-normalize-string@6.0.1(postcss@8.4.33):
+ /postcss-normalize-string@6.0.1(postcss@8.4.38):
resolution: {integrity: sha512-5Fhx/+xzALJD9EI26Aq23hXwmv97Zfy2VFrt5PLT8lAhnBIZvmaT5pQk+NuJ/GWj/QWaKSKbnoKDGLbV6qnhXg==}
engines: {node: ^14 || ^16 || >=18.0}
peerDependencies:
postcss: ^8.4.31
dependencies:
- postcss: 8.4.33
+ postcss: 8.4.38
postcss-value-parser: 4.2.0
dev: true
@@ -9732,13 +9849,13 @@ packages:
postcss: 8.4.38
postcss-value-parser: 4.2.0
- /postcss-normalize-timing-functions@6.0.1(postcss@8.4.33):
+ /postcss-normalize-timing-functions@6.0.1(postcss@8.4.38):
resolution: {integrity: sha512-4zcczzHqmCU7L5dqTB9rzeqPWRMc0K2HoR+Bfl+FSMbqGBUcP5LRfgcH4BdRtLuzVQK1/FHdFoGT3F7rkEnY+g==}
engines: {node: ^14 || ^16 || >=18.0}
peerDependencies:
postcss: ^8.4.31
dependencies:
- postcss: 8.4.33
+ postcss: 8.4.38
postcss-value-parser: 4.2.0
dev: true
@@ -9751,14 +9868,14 @@ packages:
postcss: 8.4.38
postcss-value-parser: 4.2.0
- /postcss-normalize-unicode@6.0.2(postcss@8.4.33):
+ /postcss-normalize-unicode@6.0.2(postcss@8.4.38):
resolution: {integrity: sha512-Ff2VdAYCTGyMUwpevTZPZ4w0+mPjbZzLLyoLh/RMpqUqeQKZ+xMm31hkxBavDcGKcxm6ACzGk0nBfZ8LZkStKA==}
engines: {node: ^14 || ^16 || >=18.0}
peerDependencies:
postcss: ^8.4.31
dependencies:
- browserslist: 4.22.2
- postcss: 8.4.33
+ browserslist: 4.23.0
+ postcss: 8.4.38
postcss-value-parser: 4.2.0
dev: true
@@ -9772,13 +9889,13 @@ packages:
postcss: 8.4.38
postcss-value-parser: 4.2.0
- /postcss-normalize-url@6.0.1(postcss@8.4.33):
+ /postcss-normalize-url@6.0.1(postcss@8.4.38):
resolution: {integrity: sha512-jEXL15tXSvbjm0yzUV7FBiEXwhIa9H88JOXDGQzmcWoB4mSjZIsmtto066s2iW9FYuIrIF4k04HA2BKAOpbsaQ==}
engines: {node: ^14 || ^16 || >=18.0}
peerDependencies:
postcss: ^8.4.31
dependencies:
- postcss: 8.4.33
+ postcss: 8.4.38
postcss-value-parser: 4.2.0
dev: true
@@ -9791,13 +9908,13 @@ packages:
postcss: 8.4.38
postcss-value-parser: 4.2.0
- /postcss-normalize-whitespace@6.0.1(postcss@8.4.33):
+ /postcss-normalize-whitespace@6.0.1(postcss@8.4.38):
resolution: {integrity: sha512-76i3NpWf6bB8UHlVuLRxG4zW2YykF9CTEcq/9LGAiz2qBuX5cBStadkk0jSkg9a9TCIXbMQz7yzrygKoCW9JuA==}
engines: {node: ^14 || ^16 || >=18.0}
peerDependencies:
postcss: ^8.4.31
dependencies:
- postcss: 8.4.33
+ postcss: 8.4.38
postcss-value-parser: 4.2.0
dev: true
@@ -9810,14 +9927,14 @@ packages:
postcss: 8.4.38
postcss-value-parser: 4.2.0
- /postcss-ordered-values@6.0.1(postcss@8.4.33):
+ /postcss-ordered-values@6.0.1(postcss@8.4.38):
resolution: {integrity: sha512-XXbb1O/MW9HdEhnBxitZpPFbIvDgbo9NK4c/5bOfiKpnIGZDoL2xd7/e6jW5DYLsWxBbs+1nZEnVgnjnlFViaA==}
engines: {node: ^14 || ^16 || >=18.0}
peerDependencies:
postcss: ^8.4.31
dependencies:
- cssnano-utils: 4.0.1(postcss@8.4.33)
- postcss: 8.4.33
+ cssnano-utils: 4.0.1(postcss@8.4.38)
+ postcss: 8.4.38
postcss-value-parser: 4.2.0
dev: true
@@ -9831,15 +9948,15 @@ packages:
postcss: 8.4.38
postcss-value-parser: 4.2.0
- /postcss-reduce-initial@6.0.2(postcss@8.4.33):
+ /postcss-reduce-initial@6.0.2(postcss@8.4.38):
resolution: {integrity: sha512-YGKalhNlCLcjcLvjU5nF8FyeCTkCO5UtvJEt0hrPZVCTtRLSOH4z00T1UntQPj4dUmIYZgMj8qK77JbSX95hSw==}
engines: {node: ^14 || ^16 || >=18.0}
peerDependencies:
postcss: ^8.4.31
dependencies:
- browserslist: 4.22.2
+ browserslist: 4.23.0
caniuse-api: 3.0.0
- postcss: 8.4.33
+ postcss: 8.4.38
dev: true
/postcss-reduce-initial@6.1.0(postcss@8.4.38):
@@ -9852,13 +9969,13 @@ packages:
caniuse-api: 3.0.0
postcss: 8.4.38
- /postcss-reduce-transforms@6.0.1(postcss@8.4.33):
+ /postcss-reduce-transforms@6.0.1(postcss@8.4.38):
resolution: {integrity: sha512-fUbV81OkUe75JM+VYO1gr/IoA2b/dRiH6HvMwhrIBSUrxq3jNZQZitSnugcTLDi1KkQh1eR/zi+iyxviUNBkcQ==}
engines: {node: ^14 || ^16 || >=18.0}
peerDependencies:
postcss: ^8.4.31
dependencies:
- postcss: 8.4.33
+ postcss: 8.4.38
postcss-value-parser: 4.2.0
dev: true
@@ -9878,13 +9995,6 @@ packages:
cssesc: 3.0.0
util-deprecate: 1.0.2
- /postcss-selector-parser@6.0.15:
- resolution: {integrity: sha512-rEYkQOMUCEMhsKbK66tbEU9QVIxbhN18YiniAwA7XQYTVBqrBy+P2p5JcdqsHgKM2zWylp8d7J6eszocfds5Sw==}
- engines: {node: '>=4'}
- dependencies:
- cssesc: 3.0.0
- util-deprecate: 1.0.2
-
/postcss-selector-parser@6.0.16:
resolution: {integrity: sha512-A0RVJrX+IUkVZbW3ClroRWurercFhieevHB38sr2+l9eUClMqome3LmEmnhlNy+5Mr2EYN6B2Kaw9wYdd+VHiw==}
engines: {node: '>=4'}
@@ -9892,13 +10002,13 @@ packages:
cssesc: 3.0.0
util-deprecate: 1.0.2
- /postcss-svgo@6.0.2(postcss@8.4.33):
+ /postcss-svgo@6.0.2(postcss@8.4.38):
resolution: {integrity: sha512-IH5R9SjkTkh0kfFOQDImyy1+mTCb+E830+9SV1O+AaDcoHTvfsvt6WwJeo7KwcHbFnevZVCsXhDmjFiGVuwqFQ==}
engines: {node: ^14 || ^16 || >= 18}
peerDependencies:
postcss: ^8.4.31
dependencies:
- postcss: 8.4.33
+ postcss: 8.4.38
postcss-value-parser: 4.2.0
svgo: 3.2.0
dev: true
@@ -9913,14 +10023,14 @@ packages:
postcss-value-parser: 4.2.0
svgo: 3.2.0
- /postcss-unique-selectors@6.0.2(postcss@8.4.33):
+ /postcss-unique-selectors@6.0.2(postcss@8.4.38):
resolution: {integrity: sha512-8IZGQ94nechdG7Y9Sh9FlIY2b4uS8/k8kdKRX040XHsS3B6d1HrJAkXrBSsSu4SuARruSsUjW3nlSw8BHkaAYQ==}
engines: {node: ^14 || ^16 || >=18.0}
peerDependencies:
postcss: ^8.4.31
dependencies:
- postcss: 8.4.33
- postcss-selector-parser: 6.0.15
+ postcss: 8.4.38
+ postcss-selector-parser: 6.0.16
dev: true
/postcss-unique-selectors@6.0.4(postcss@8.4.38):
@@ -9935,14 +10045,6 @@ packages:
/postcss-value-parser@4.2.0:
resolution: {integrity: sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==}
- /postcss@8.4.33:
- resolution: {integrity: sha512-Kkpbhhdjw2qQs2O2DGX+8m5OVqEcbB9HRBvuYM9pgrjEFUg30A9LmXNlTAUj4S9kgtGyrMbTzVjH7E+s5Re2yg==}
- engines: {node: ^10 || ^12 || >=14}
- dependencies:
- nanoid: 3.3.7
- picocolors: 1.0.0
- source-map-js: 1.0.2
-
/postcss@8.4.38:
resolution: {integrity: sha512-Wglpdk03BSfXkHoQa3b/oulrotAkwrlLDRSOb9D0bN86FdRyE9lppSp33aHNPgBa0JKCoB+drFLZkQoRRYae5A==}
engines: {node: ^10 || ^12 || >=14}
@@ -10350,7 +10452,7 @@ packages:
dependencies:
glob: 7.2.3
- /rollup-plugin-dts@6.1.0(rollup@3.29.4)(typescript@5.4.3):
+ /rollup-plugin-dts@6.1.0(rollup@3.29.4)(typescript@5.4.5):
resolution: {integrity: sha512-ijSCPICkRMDKDLBK9torss07+8dl9UpY9z1N/zTeA1cIqdzMlpkV3MOOC7zukyvQfDyxa1s3Dl2+DeiP/G6DOw==}
engines: {node: '>=16'}
peerDependencies:
@@ -10359,7 +10461,7 @@ packages:
dependencies:
magic-string: 0.30.5
rollup: 3.29.4
- typescript: 5.4.3
+ typescript: 5.4.5
optionalDependencies:
'@babel/code-frame': 7.23.5
dev: true
@@ -10427,28 +10529,6 @@ packages:
'@rollup/rollup-win32-x64-msvc': 4.13.2
fsevents: 2.3.3
- /rollup@4.9.4:
- resolution: {integrity: sha512-2ztU7pY/lrQyXSCnnoU4ICjT/tCG9cdH3/G25ERqE3Lst6vl2BCM5hL2Nw+sslAvAf+ccKsAq1SkKQALyqhR7g==}
- engines: {node: '>=18.0.0', npm: '>=8.0.0'}
- hasBin: true
- dependencies:
- '@types/estree': 1.0.5
- optionalDependencies:
- '@rollup/rollup-android-arm-eabi': 4.9.4
- '@rollup/rollup-android-arm64': 4.9.4
- '@rollup/rollup-darwin-arm64': 4.9.4
- '@rollup/rollup-darwin-x64': 4.9.4
- '@rollup/rollup-linux-arm-gnueabihf': 4.9.4
- '@rollup/rollup-linux-arm64-gnu': 4.9.4
- '@rollup/rollup-linux-arm64-musl': 4.9.4
- '@rollup/rollup-linux-riscv64-gnu': 4.9.4
- '@rollup/rollup-linux-x64-gnu': 4.9.4
- '@rollup/rollup-linux-x64-musl': 4.9.4
- '@rollup/rollup-win32-arm64-msvc': 4.9.4
- '@rollup/rollup-win32-ia32-msvc': 4.9.4
- '@rollup/rollup-win32-x64-msvc': 4.9.4
- fsevents: 2.3.3
-
/run-applescript@5.0.0:
resolution: {integrity: sha512-XcT5rBksx1QdIhlFOCtgZkB99ZEouFZ1E2Kc2LHqNW13U3/74YGdkQRmThTwxy4QIyookibDKYZOPqX//6BlAg==}
engines: {node: '>=12'}
@@ -10661,7 +10741,7 @@ packages:
vue: ^3
dependencies:
ufo: 1.5.3
- vue: 3.4.21(typescript@5.4.3)
+ vue: 3.4.21(typescript@5.4.5)
dev: false
/skin-tone@2.0.0:
@@ -10696,6 +10776,10 @@ packages:
/smob@1.4.1:
resolution: {integrity: sha512-9LK+E7Hv5R9u4g4C3p+jjLstaLe11MDsL21UpYaCNmapvMkYhqCV4A/f/3gyH8QjMyh6l68q9xC85vihY9ahMQ==}
+ /smooth-dnd@0.12.1:
+ resolution: {integrity: sha512-Dndj/MOG7VP83mvzfGCLGzV2HuK1lWachMtWl/Iuk6zV7noDycIBnflwaPuDzoaapEl3Pc4+ybJArkkx9sxPZg==}
+ dev: false
+
/socket.io-client@4.7.4:
resolution: {integrity: sha512-wh+OkeF0rAVCrABWQBaEjLfb7DVPotMbu0cgWgyR0v6eA4EoVnAwcIeIbcdTE3GT/H3kbdLl7OoH2+asoDRIIg==}
engines: {node: '>=10.0.0'}
@@ -10915,16 +10999,22 @@ packages:
resolution: {integrity: sha512-f9vHgsCWBq2ugHAkGMiiYY+AYG0D/cbloKKg0nhaaaSNsujdGIpVXCNsrJpCKr5M0f4aI31mr13UjY6GAuXCKA==}
dependencies:
js-tokens: 8.0.2
+ dev: true
- /stylehacks@6.0.2(postcss@8.4.33):
+ /strip-literal@2.1.0:
+ resolution: {integrity: sha512-Op+UycaUt/8FbN/Z2TWPBLge3jWrP3xj10f3fnYxf052bKuS3EKs1ZQcVGjnEMdsNVAM+plXRdmjrZ/KgG3Skw==}
+ dependencies:
+ js-tokens: 9.0.0
+
+ /stylehacks@6.0.2(postcss@8.4.38):
resolution: {integrity: sha512-00zvJGnCu64EpMjX8b5iCZ3us2Ptyw8+toEkb92VdmkEaRaSGBNKAoK6aWZckhXxmQP8zWiTaFaiMGIU8Ve8sg==}
engines: {node: ^14 || ^16 || >=18.0}
peerDependencies:
postcss: ^8.4.31
dependencies:
- browserslist: 4.22.2
- postcss: 8.4.33
- postcss-selector-parser: 6.0.15
+ browserslist: 4.23.0
+ postcss: 8.4.38
+ postcss-selector-parser: 6.0.16
dev: true
/stylehacks@6.1.1(postcss@8.4.38):
@@ -11005,9 +11095,9 @@ packages:
/tabbable@6.2.0:
resolution: {integrity: sha512-Cat63mxsVJlzYvN51JmVXIgNoUokrIaT2zLclCXjRd8boZ0004U4KCs/sToJ75C6sdlByWxpYnb5Boif1VSFew==}
- /tailwind-config-viewer@1.7.3(tailwindcss@3.4.1):
- resolution: {integrity: sha512-rgeFXe9vL4njtaSI1y2uUAD1aRx05RYHbReN72ARAVEVSlNmS0Zf46pj3/ORc3xQwLK/AzbaIs6UFcK7hJSIlA==}
- engines: {node: '>=8'}
+ /tailwind-config-viewer@2.0.1(tailwindcss@3.4.3):
+ resolution: {integrity: sha512-0mfPRjxzKvQNW5YNh1EXhURV54ZtBvK4489tD8iosAVO8MZagC5BSdcl1i2b0tG+TiYIyEzBwDGQpE9vV/5gaA==}
+ engines: {node: '>=13'}
hasBin: true
peerDependencies:
tailwindcss: 1 || 2 || 2.0.1-compat || 3
@@ -11020,25 +11110,25 @@ packages:
open: 7.4.2
portfinder: 1.0.32
replace-in-file: 6.3.5
- tailwindcss: 3.4.1
+ tailwindcss: 3.4.3
transitivePeerDependencies:
- supports-color
dev: false
- /tailwind-merge@2.2.1:
- resolution: {integrity: sha512-o+2GTLkthfa5YUt4JxPfzMIpQzZ3adD1vLVkvKE1Twl9UAhGsEbIZhHHZVRttyW177S8PDJI3bTQNaebyofK3Q==}
+ /tailwind-merge@2.2.2:
+ resolution: {integrity: sha512-tWANXsnmJzgw6mQ07nE3aCDkCK4QdT3ThPMCzawoYA2Pws7vSTCvz3Vrjg61jVUGfFZPJzxEP+NimbcW+EdaDw==}
dependencies:
- '@babel/runtime': 7.23.8
+ '@babel/runtime': 7.24.4
dev: false
- /tailwindcss@3.4.1:
- resolution: {integrity: sha512-qAYmXRfk3ENzuPBakNK0SRrUDipP8NQnEY6772uDhflcQz5EhRdD7JNZxyrFHVQNCwULPBn6FNPp9brpO7ctcA==}
+ /tailwindcss@3.4.3:
+ resolution: {integrity: sha512-U7sxQk/n397Bmx4JHbJx/iSOOv5G+II3f1kpLpY2QeUv5DcPdcTsYLlusZfq1NthHS1c1cZoyFmmkex1rzke0A==}
engines: {node: '>=14.0.0'}
hasBin: true
dependencies:
'@alloc/quick-lru': 5.2.0
arg: 5.0.2
- chokidar: 3.5.3
+ chokidar: 3.6.0
didyoumean: 1.2.2
dlv: 1.1.3
fast-glob: 3.3.2
@@ -11050,12 +11140,12 @@ packages:
normalize-path: 3.0.0
object-hash: 3.0.0
picocolors: 1.0.0
- postcss: 8.4.33
- postcss-import: 15.1.0(postcss@8.4.33)
- postcss-js: 4.0.1(postcss@8.4.33)
- postcss-load-config: 4.0.2(postcss@8.4.33)
- postcss-nested: 6.0.1(postcss@8.4.33)
- postcss-selector-parser: 6.0.15
+ postcss: 8.4.38
+ postcss-import: 15.1.0(postcss@8.4.38)
+ postcss-js: 4.0.1(postcss@8.4.38)
+ postcss-load-config: 4.0.2(postcss@8.4.38)
+ postcss-nested: 6.0.1(postcss@8.4.38)
+ postcss-selector-parser: 6.0.16
resolve: 1.22.8
sucrase: 3.35.0
transitivePeerDependencies:
@@ -11206,22 +11296,13 @@ packages:
resolution: {integrity: sha512-AqTiAOLcj85xS7vQ8QkAV41hPDIJ71XJB4RCUrzo/1GM2CQwhkJGaf9Hgr7BOugMRpgGUrqRg/DrBDl4H40+8g==}
dev: true
- /ts-api-utils@1.0.3(typescript@5.4.3):
- resolution: {integrity: sha512-wNMeqtMz5NtwpT/UZGY5alT+VoKdSsOOP/kqHFcUW1P/VRhH2wJ48+DN2WwUliNbQ976ETwDL0Ifd2VVvgonvg==}
- engines: {node: '>=16.13.0'}
- peerDependencies:
- typescript: '>=4.2.0'
- dependencies:
- typescript: 5.4.3
- dev: true
-
- /ts-api-utils@1.3.0(typescript@5.4.3):
+ /ts-api-utils@1.3.0(typescript@5.4.5):
resolution: {integrity: sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ==}
engines: {node: '>=16'}
peerDependencies:
typescript: '>=4.2.0'
dependencies:
- typescript: 5.4.3
+ typescript: 5.4.5
dev: true
/ts-interface-checker@0.1.13:
@@ -11304,8 +11385,8 @@ packages:
resolution: {integrity: sha512-wTk4DH3cxwk196uGLK/E9pE45aLfeKJacKmcEgEOA/q5dnPGNxXt0cfYdFxb57L+sEpf1oJH4Dnx/pnRcku9jg==}
dev: false
- /typescript@5.4.3:
- resolution: {integrity: sha512-KrPd3PKaCLr78MalgiwJnA25Nm8HAmdwN3mYUYZgG/wizIo9EainNVQI9/yDavtVFRN2h3k8uf3GLHuhDMgEHg==}
+ /typescript@5.4.5:
+ resolution: {integrity: sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==}
engines: {node: '>=14.17'}
hasBin: true
@@ -11322,7 +11403,7 @@ packages:
/ultrahtml@1.5.3:
resolution: {integrity: sha512-GykOvZwgDWZlTQMtp5jrD4BVL+gNn2NVlVafjcFUJ7taY20tqYdwdoWBFy6GBJsNTZe1GkGPkSl5knQAjtgceg==}
- /unbuild@2.0.0(typescript@5.4.3):
+ /unbuild@2.0.0(typescript@5.4.5):
resolution: {integrity: sha512-JWCUYx3Oxdzvw2J9kTAp+DKE8df/BnH/JTSj6JyA4SH40ECdFu7FoJJcrm8G92B7TjofQ6GZGjJs50TRxoH6Wg==}
hasBin: true
peerDependencies:
@@ -11346,15 +11427,15 @@ packages:
hookable: 5.5.3
jiti: 1.21.0
magic-string: 0.30.5
- mkdist: 1.4.0(typescript@5.4.3)
+ mkdist: 1.4.0(typescript@5.4.5)
mlly: 1.4.2
pathe: 1.1.2
pkg-types: 1.0.3
pretty-bytes: 6.1.1
rollup: 3.29.4
- rollup-plugin-dts: 6.1.0(rollup@3.29.4)(typescript@5.4.3)
+ rollup-plugin-dts: 6.1.0(rollup@3.29.4)(typescript@5.4.5)
scule: 1.2.0
- typescript: 5.4.3
+ typescript: 5.4.5
untyped: 1.4.0
transitivePeerDependencies:
- sass
@@ -11398,15 +11479,6 @@ packages:
node-fetch-native: 1.6.4
pathe: 1.1.2
- /unhead@1.8.10:
- resolution: {integrity: sha512-dth8FvZkLriO5ZWWOBIYBNSfGiwJtKcqpPWpSOk/Z0e2jdlgwoZEWZHFyte0EKvmbZxKcsWNMqIuv7dEmS5yZQ==}
- dependencies:
- '@unhead/dom': 1.8.10
- '@unhead/schema': 1.8.10
- '@unhead/shared': 1.8.10
- hookable: 5.5.3
- dev: true
-
/unhead@1.9.2:
resolution: {integrity: sha512-CveP8bjL8gUJnZ1NqcMU1roe+VuM14wr0cJfNek/LCSI2i968mHDD5tbDXNcMSAVOhffKj6WkTngTUKNOZxA7g==}
dependencies:
@@ -11414,6 +11486,15 @@ packages:
'@unhead/schema': 1.9.2
'@unhead/shared': 1.9.2
hookable: 5.5.3
+ dev: true
+
+ /unhead@1.9.5:
+ resolution: {integrity: sha512-eBKDPO9IMltRze9mHNYIVdosjlqoNFbwJRbykGT/7z/S5uYR2QRCXmIhEsJT4crffy6KQyB5ywLPqjRPx0s57A==}
+ dependencies:
+ '@unhead/dom': 1.9.5
+ '@unhead/schema': 1.9.5
+ '@unhead/shared': 1.9.5
+ hookable: 5.5.3
/unicode-emoji-modifier-base@1.0.0:
resolution: {integrity: sha512-yLSH4py7oFH3oG/9K+XWrz1pSi3dfUrWEnInbxMfArOfc1+33BlGPQtLsOYwvdMy11AwUBetYuaRxSPqgkq+8g==}
@@ -11459,13 +11540,13 @@ packages:
estree-walker: 3.0.3
fast-glob: 3.3.2
local-pkg: 0.5.0
- magic-string: 0.30.5
- mlly: 1.5.0
+ magic-string: 0.30.8
+ mlly: 1.6.1
pathe: 1.1.2
pkg-types: 1.0.3
- scule: 1.2.0
+ scule: 1.3.0
strip-literal: 1.3.0
- unplugin: 1.6.0
+ unplugin: 1.10.0
transitivePeerDependencies:
- rollup
@@ -11478,13 +11559,13 @@ packages:
estree-walker: 3.0.3
fast-glob: 3.3.2
local-pkg: 0.5.0
- magic-string: 0.30.5
- mlly: 1.5.0
+ magic-string: 0.30.8
+ mlly: 1.6.1
pathe: 1.1.2
pkg-types: 1.0.3
- scule: 1.2.0
+ scule: 1.3.0
strip-literal: 1.3.0
- unplugin: 1.6.0
+ unplugin: 1.10.0
transitivePeerDependencies:
- rollup
@@ -11588,7 +11669,7 @@ packages:
- supports-color
dev: false
- /unocss@0.58.3(postcss@8.4.33)(rollup@3.29.4)(vite@5.2.6):
+ /unocss@0.58.3(postcss@8.4.38)(rollup@3.29.4)(vite@5.2.8):
resolution: {integrity: sha512-2rnvghfiIDRQ2cOrmN4P7J7xV2p3yBK+bPAt1aoUxCXcszkLczAnQzh9c7IZ+p70kSVstK45cJTYV6TMzOLF7Q==}
engines: {node: '>=14'}
peerDependencies:
@@ -11600,11 +11681,11 @@ packages:
vite:
optional: true
dependencies:
- '@unocss/astro': 0.58.3(rollup@3.29.4)(vite@5.2.6)
+ '@unocss/astro': 0.58.3(rollup@3.29.4)(vite@5.2.8)
'@unocss/cli': 0.58.3(rollup@3.29.4)
'@unocss/core': 0.58.3
'@unocss/extractor-arbitrary-variants': 0.58.3
- '@unocss/postcss': 0.58.3(postcss@8.4.33)
+ '@unocss/postcss': 0.58.3(postcss@8.4.38)
'@unocss/preset-attributify': 0.58.3
'@unocss/preset-icons': 0.58.3
'@unocss/preset-mini': 0.58.3
@@ -11619,8 +11700,8 @@ packages:
'@unocss/transformer-compile-class': 0.58.3
'@unocss/transformer-directives': 0.58.3
'@unocss/transformer-variant-group': 0.58.3
- '@unocss/vite': 0.58.3(rollup@3.29.4)(vite@5.2.6)
- vite: 5.2.6
+ '@unocss/vite': 0.58.3(rollup@3.29.4)(vite@5.2.8)
+ vite: 5.2.8
transitivePeerDependencies:
- postcss
- rollup
@@ -11645,7 +11726,7 @@ packages:
mlly: 1.6.1
pathe: 1.1.2
scule: 1.3.0
- unplugin: 1.10.0
+ unplugin: 1.10.1
vue-router: 4.3.0(vue@3.4.21)
yaml: 2.3.4
transitivePeerDependencies:
@@ -11661,6 +11742,15 @@ packages:
webpack-sources: 3.2.3
webpack-virtual-modules: 0.6.1
+ /unplugin@1.10.1:
+ resolution: {integrity: sha512-d6Mhq8RJeGA8UfKCu54Um4lFA0eSaRa3XxdAJg8tIdxbu1ubW0hBCZUL7yI2uGyYCRndvbK8FLHzqy2XKfeMsg==}
+ engines: {node: '>=14.0.0'}
+ dependencies:
+ acorn: 8.11.3
+ chokidar: 3.6.0
+ webpack-sources: 3.2.3
+ webpack-virtual-modules: 0.6.1
+
/unplugin@1.6.0:
resolution: {integrity: sha512-BfJEpWBu3aE/AyHx8VaNE/WgouoQxgH9baAiH82JjX8cqVyi3uJQstqwD5J+SZxIK326SZIhsSZlALXVBCknTQ==}
dependencies:
@@ -11711,15 +11801,15 @@ packages:
optional: true
dependencies:
anymatch: 3.1.3
- chokidar: 3.5.3
+ chokidar: 3.6.0
destr: 2.0.3
h3: 1.11.1
ioredis: 5.3.2
listhen: 1.7.2
lru-cache: 10.1.0
mri: 1.2.0
- node-fetch-native: 1.6.1
- ofetch: 1.3.3
+ node-fetch-native: 1.6.4
+ ofetch: 1.3.4
ufo: 1.5.3
transitivePeerDependencies:
- supports-color
@@ -11779,7 +11869,7 @@ packages:
lru-cache: 10.2.0
mri: 1.2.0
node-fetch-native: 1.6.4
- ofetch: 1.3.3
+ ofetch: 1.3.4
ufo: 1.5.3
transitivePeerDependencies:
- uWebSockets.js
@@ -11828,12 +11918,23 @@ packages:
/unwasm@0.3.8:
resolution: {integrity: sha512-nIJQXxGl/gTUp5dZkSc8jbxAqSOa9Vv4jjSZXNI6OK0JXdvW3SQUHR+KY66rjI0W//km59jivGgd5TCvBUWsnA==}
dependencies:
- knitwork: 1.0.0
+ knitwork: 1.1.0
magic-string: 0.30.8
mlly: 1.6.1
pathe: 1.1.2
pkg-types: 1.0.3
unplugin: 1.10.0
+ dev: true
+
+ /unwasm@0.3.9:
+ resolution: {integrity: sha512-LDxTx/2DkFURUd+BU1vUsF/moj0JsoTvl+2tcg2AUOiEzVturhGGx17/IMgGvKUYdZwr33EJHtChCJuhu9Ouvg==}
+ dependencies:
+ knitwork: 1.1.0
+ magic-string: 0.30.9
+ mlly: 1.6.1
+ pathe: 1.1.2
+ pkg-types: 1.0.3
+ unplugin: 1.10.1
/update-browserslist-db@1.0.13(browserslist@4.22.2):
resolution: {integrity: sha512-xebP81SNcPuNpPP3uzeW1NYXxI3rxyJzF3pD6sH4jE7o/IX+WtSpwnVU+qIsDPyk0d3hmFQ7mjqc6AtV604hbg==}
@@ -11922,6 +12023,15 @@ packages:
vite: ^2.6.0 || ^3.0.0 || ^4.0.0 || ^5.0.0-0
dependencies:
vite: 5.2.6
+ dev: false
+
+ /vite-hot-client@0.2.3(vite@5.2.8):
+ resolution: {integrity: sha512-rOGAV7rUlUHX89fP2p2v0A2WWvV3QMX2UYq0fRqsWSvFvev4atHWqjwGoKaZT1VTKyLGk533ecu3eyd0o59CAg==}
+ peerDependencies:
+ vite: ^2.6.0 || ^3.0.0 || ^4.0.0 || ^5.0.0-0
+ dependencies:
+ vite: 5.2.8
+ dev: true
/vite-node@1.4.0:
resolution: {integrity: sha512-VZDAseqjrHgNd4Kh8icYHWzTKSCZMhia7GyHfhtzLW33fZlG9SwsB6CEhgyVOWkJfJ2pFLrp/Gj1FSfAiqH9Lw==}
@@ -11932,7 +12042,27 @@ packages:
debug: 4.3.4
pathe: 1.1.2
picocolors: 1.0.0
- vite: 5.0.11
+ vite: 5.2.8
+ transitivePeerDependencies:
+ - '@types/node'
+ - less
+ - lightningcss
+ - sass
+ - stylus
+ - sugarss
+ - supports-color
+ - terser
+
+ /vite-node@1.5.0:
+ resolution: {integrity: sha512-tV8h6gMj6vPzVCa7l+VGq9lwoJjW8Y79vst8QZZGiuRAfijU+EEWuc0kFpmndQrWhMMhet1jdSF+40KSZUqIIw==}
+ engines: {node: ^18.0.0 || >=20.0.0}
+ hasBin: true
+ dependencies:
+ cac: 6.7.14
+ debug: 4.3.4
+ pathe: 1.1.2
+ picocolors: 1.0.0
+ vite: 5.2.6
transitivePeerDependencies:
- '@types/node'
- less
@@ -11942,8 +12072,9 @@ packages:
- sugarss
- supports-color
- terser
+ dev: true
- /vite-plugin-checker@0.6.4(eslint@9.0.0)(typescript@5.4.3)(vite@5.2.6):
+ /vite-plugin-checker@0.6.4(eslint@9.0.0)(typescript@5.4.5)(vite@5.2.8):
resolution: {integrity: sha512-2zKHH5oxr+ye43nReRbC2fny1nyARwhxdm0uNYp/ERy4YvU9iZpNOsueoi/luXw5gnpqRSvjcEPxXbS153O2wA==}
engines: {node: '>=14.16'}
peerDependencies:
@@ -11983,17 +12114,17 @@ packages:
fast-glob: 3.3.2
fs-extra: 11.2.0
npm-run-path: 4.0.1
- semver: 7.5.4
+ semver: 7.6.0
strip-ansi: 6.0.1
tiny-invariant: 1.3.1
- typescript: 5.4.3
- vite: 5.2.6
+ typescript: 5.4.5
+ vite: 5.2.8
vscode-languageclient: 7.0.0
vscode-languageserver: 7.0.0
vscode-languageserver-textdocument: 1.0.11
vscode-uri: 3.0.8
- /vite-plugin-inspect@0.8.3(@nuxt/kit@3.11.1)(rollup@3.29.4)(vite@5.2.6):
+ /vite-plugin-inspect@0.8.3(@nuxt/kit@3.11.2)(rollup@3.29.4)(vite@5.2.6):
resolution: {integrity: sha512-SBVzOIdP/kwe6hjkt7LSW4D0+REqqe58AumcnCfRNw4Kt3mbS9pEBkch+nupu2PBxv2tQi69EQHQ1ZA1vgB/Og==}
engines: {node: '>=14'}
peerDependencies:
@@ -12004,7 +12135,7 @@ packages:
optional: true
dependencies:
'@antfu/utils': 0.7.7
- '@nuxt/kit': 3.11.1(rollup@3.29.4)
+ '@nuxt/kit': 3.11.2(rollup@3.29.4)
'@rollup/pluginutils': 5.1.0(rollup@3.29.4)
debug: 4.3.4
error-stack-parser-es: 0.1.1
@@ -12017,8 +12148,9 @@ packages:
transitivePeerDependencies:
- rollup
- supports-color
+ dev: false
- /vite-plugin-inspect@0.8.3(@nuxt/kit@3.11.2)(rollup@3.29.4)(vite@5.2.6):
+ /vite-plugin-inspect@0.8.3(@nuxt/kit@3.11.2)(rollup@3.29.4)(vite@5.2.8):
resolution: {integrity: sha512-SBVzOIdP/kwe6hjkt7LSW4D0+REqqe58AumcnCfRNw4Kt3mbS9pEBkch+nupu2PBxv2tQi69EQHQ1ZA1vgB/Og==}
engines: {node: '>=14'}
peerDependencies:
@@ -12038,11 +12170,11 @@ packages:
perfect-debounce: 1.0.0
picocolors: 1.0.0
sirv: 2.0.4
- vite: 5.2.6
+ vite: 5.2.8
transitivePeerDependencies:
- rollup
- supports-color
- dev: false
+ dev: true
/vite-plugin-vue-inspector@4.0.2(vite@5.2.6):
resolution: {integrity: sha512-KPvLEuafPG13T7JJuQbSm5PwSxKFnVS965+MP1we2xGw9BPkkc/+LPix5MMWenpKWqtjr0ws8THrR+KuoDC8hg==}
@@ -12057,13 +12189,33 @@ packages:
'@vue/babel-plugin-jsx': 1.1.5(@babel/core@7.23.7)
'@vue/compiler-dom': 3.4.15
kolorist: 1.8.0
- magic-string: 0.30.5
+ magic-string: 0.30.8
vite: 5.2.6
transitivePeerDependencies:
- supports-color
+ dev: false
+
+ /vite-plugin-vue-inspector@4.0.2(vite@5.2.8):
+ resolution: {integrity: sha512-KPvLEuafPG13T7JJuQbSm5PwSxKFnVS965+MP1we2xGw9BPkkc/+LPix5MMWenpKWqtjr0ws8THrR+KuoDC8hg==}
+ peerDependencies:
+ vite: ^3.0.0-0 || ^4.0.0-0 || ^5.0.0-0
+ dependencies:
+ '@babel/core': 7.23.7
+ '@babel/plugin-proposal-decorators': 7.23.7(@babel/core@7.23.7)
+ '@babel/plugin-syntax-import-attributes': 7.23.3(@babel/core@7.23.7)
+ '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.23.7)
+ '@babel/plugin-transform-typescript': 7.23.6(@babel/core@7.23.7)
+ '@vue/babel-plugin-jsx': 1.1.5(@babel/core@7.23.7)
+ '@vue/compiler-dom': 3.4.15
+ kolorist: 1.8.0
+ magic-string: 0.30.8
+ vite: 5.2.8
+ transitivePeerDependencies:
+ - supports-color
+ dev: true
- /vite@5.0.11:
- resolution: {integrity: sha512-XBMnDjZcNAw/G1gEiskiM1v6yzM4GE5aMGvhWTlHAYYhxb7S3/V1s3m2LDHa8Vh6yIWYYB0iJwsEaS523c4oYA==}
+ /vite@5.2.6:
+ resolution: {integrity: sha512-FPtnxFlSIKYjZ2eosBQamz4CbyrTizbZ3hnGJlh/wMtCrlp1Hah6AzBLjGI5I2urTfNnpovpHdrL6YRuBOPnCA==}
engines: {node: ^18.0.0 || >=20.0.0}
hasBin: true
peerDependencies:
@@ -12090,14 +12242,14 @@ packages:
terser:
optional: true
dependencies:
- esbuild: 0.19.11
- postcss: 8.4.33
- rollup: 4.9.4
+ esbuild: 0.20.2
+ postcss: 8.4.38
+ rollup: 4.13.2
optionalDependencies:
fsevents: 2.3.3
- /vite@5.2.6:
- resolution: {integrity: sha512-FPtnxFlSIKYjZ2eosBQamz4CbyrTizbZ3hnGJlh/wMtCrlp1Hah6AzBLjGI5I2urTfNnpovpHdrL6YRuBOPnCA==}
+ /vite@5.2.8:
+ resolution: {integrity: sha512-OyZR+c1CE8yeHw5V5t59aXsUPPVTHMDjEZz8MgguLL/Q7NblxhZUlTu9xSPqlsUO/y+X7dlU05jdhvyycD55DA==}
engines: {node: ^18.0.0 || >=20.0.0}
hasBin: true
peerDependencies:
@@ -12130,10 +12282,10 @@ packages:
optionalDependencies:
fsevents: 2.3.3
- /vitest-environment-nuxt@1.0.0(h3@1.11.1)(happy-dom@13.10.1)(rollup@3.29.4)(vite@5.2.6)(vitest@1.4.0)(vue-router@4.3.0)(vue@3.4.21):
+ /vitest-environment-nuxt@1.0.0(h3@1.11.1)(happy-dom@13.10.1)(rollup@3.29.4)(vite@5.2.8)(vitest@1.5.0)(vue-router@4.3.0)(vue@3.4.21):
resolution: {integrity: sha512-AWMO9h4HdbaFdPWZw34gALFI8gbBiOpvfbyeZwHIPfh4kWg/TwElYHvYMQ61WPUlCGaS5LebfHkaI0WPyb//Iw==}
dependencies:
- '@nuxt/test-utils': 3.12.0(h3@1.11.1)(happy-dom@13.10.1)(rollup@3.29.4)(vite@5.2.6)(vitest@1.4.0)(vue-router@4.3.0)(vue@3.4.21)
+ '@nuxt/test-utils': 3.12.1(h3@1.11.1)(happy-dom@13.10.1)(rollup@3.29.4)(vite@5.2.8)(vitest@1.5.0)(vue-router@4.3.0)(vue@3.4.21)
transitivePeerDependencies:
- '@cucumber/cucumber'
- '@jest/globals'
@@ -12153,15 +12305,15 @@ packages:
- vue-router
dev: true
- /vitest@1.4.0(happy-dom@13.10.1):
- resolution: {integrity: sha512-gujzn0g7fmwf83/WzrDTnncZt2UiXP41mHuFYFrdwaLRVQ6JYQEiME2IfEjU3vcFL3VKa75XhI3lFgn+hfVsQw==}
+ /vitest@1.5.0(happy-dom@13.10.1):
+ resolution: {integrity: sha512-d8UKgR0m2kjdxDWX6911uwxout6GHS0XaGH1cksSIVVG8kRlE7G7aBw7myKQCvDI5dT4j7ZMa+l706BIORMDLw==}
engines: {node: ^18.0.0 || >=20.0.0}
hasBin: true
peerDependencies:
'@edge-runtime/vm': '*'
'@types/node': ^18.0.0 || >=20.0.0
- '@vitest/browser': 1.4.0
- '@vitest/ui': 1.4.0
+ '@vitest/browser': 1.5.0
+ '@vitest/ui': 1.5.0
happy-dom: '*'
jsdom: '*'
peerDependenciesMeta:
@@ -12178,26 +12330,26 @@ packages:
jsdom:
optional: true
dependencies:
- '@vitest/expect': 1.4.0
- '@vitest/runner': 1.4.0
- '@vitest/snapshot': 1.4.0
- '@vitest/spy': 1.4.0
- '@vitest/utils': 1.4.0
+ '@vitest/expect': 1.5.0
+ '@vitest/runner': 1.5.0
+ '@vitest/snapshot': 1.5.0
+ '@vitest/spy': 1.5.0
+ '@vitest/utils': 1.5.0
acorn-walk: 8.3.2
chai: 4.4.0
debug: 4.3.4
execa: 8.0.1
happy-dom: 13.10.1
local-pkg: 0.5.0
- magic-string: 0.30.5
+ magic-string: 0.30.8
pathe: 1.1.2
picocolors: 1.0.0
std-env: 3.7.0
strip-literal: 2.0.0
tinybench: 2.5.1
tinypool: 0.8.3
- vite: 5.0.11
- vite-node: 1.4.0
+ vite: 5.2.6
+ vite-node: 1.5.0
why-is-node-running: 2.2.2
transitivePeerDependencies:
- less
@@ -12218,7 +12370,7 @@ packages:
engines: {vscode: ^1.52.0}
dependencies:
minimatch: 3.1.2
- semver: 7.5.4
+ semver: 7.6.0
vscode-languageserver-protocol: 3.16.0
/vscode-languageserver-protocol@3.16.0:
@@ -12247,7 +12399,7 @@ packages:
dependencies:
ufo: 1.5.3
- /vue-component-meta@1.8.27(typescript@5.4.3):
+ /vue-component-meta@1.8.27(typescript@5.4.5):
resolution: {integrity: sha512-j3WJsyQHP4TDlvnjHc/eseo0/eVkf0FaCpkqGwez5zD+Tj31onBzWZEXTnWKs8xRj0n3dMNYdy3SpiS6NubSvg==}
peerDependencies:
typescript: '*'
@@ -12256,9 +12408,9 @@ packages:
optional: true
dependencies:
'@volar/typescript': 1.11.1
- '@vue/language-core': 1.8.27(typescript@5.4.3)
+ '@vue/language-core': 1.8.27(typescript@5.4.5)
path-browserify: 1.0.1
- typescript: 5.4.3
+ typescript: 5.4.5
vue-component-type-helpers: 1.8.27
dev: true
@@ -12266,21 +12418,6 @@ packages:
resolution: {integrity: sha512-0vOfAtI67UjeO1G6UiX5Kd76CqaQ67wrRZiOe7UAb9Jm6GzlUr/fC7CV90XfwapJRjpCMaZFhv1V0ajWRmE9Dg==}
dev: true
- /vue-demi@0.14.6(vue@3.4.21):
- resolution: {integrity: sha512-8QA7wrYSHKaYgUxDA5ZC24w+eHm3sYCbp0EzcDwKqN3p6HqtTCGR/GVsPyZW92unff4UlcSh++lmqDWN3ZIq4w==}
- engines: {node: '>=12'}
- hasBin: true
- requiresBuild: true
- peerDependencies:
- '@vue/composition-api': ^1.0.0-rc.1
- vue: ^3.0.0-0 || ^2.6.0
- peerDependenciesMeta:
- '@vue/composition-api':
- optional: true
- dependencies:
- vue: 3.4.21(typescript@5.4.3)
- dev: false
-
/vue-demi@0.14.7(vue@3.4.21):
resolution: {integrity: sha512-EOG8KXDQNwkJILkx/gPcoL/7vH+hORoBaKgGe+6W7VFMvCYJfmF2dGbvgDroVnI8LU7/kTu8mbjRZGBU1z9NTA==}
engines: {node: '>=12'}
@@ -12293,7 +12430,7 @@ packages:
'@vue/composition-api':
optional: true
dependencies:
- vue: 3.4.21(typescript@5.4.3)
+ vue: 3.4.21(typescript@5.4.5)
/vue-devtools-stub@0.1.0:
resolution: {integrity: sha512-RutnB7X8c5hjq39NceArgXg28WZtZpGc3+J16ljMiYnFhKvd8hITxSWQSQ5bvldxMDU6gG5mkxl1MTQLXckVSQ==}
@@ -12321,14 +12458,14 @@ packages:
peerDependencies:
vue: ^3.0.0
dependencies:
- vue: 3.4.21(typescript@5.4.3)
+ vue: 3.4.21(typescript@5.4.5)
/vue-resize@2.0.0-alpha.1(vue@3.4.21):
resolution: {integrity: sha512-7+iqOueLU7uc9NrMfrzbG8hwMqchfVfSzpVlCMeJQe4pyibqyoifDNbKTZvwxZKDvGkB+PdFeKvnGZMoEb8esg==}
peerDependencies:
vue: ^3.0.0
dependencies:
- vue: 3.4.21(typescript@5.4.3)
+ vue: 3.4.21(typescript@5.4.5)
/vue-router@4.3.0(vue@3.4.21):
resolution: {integrity: sha512-dqUcs8tUeG+ssgWhcPbjHvazML16Oga5w34uCUmsk7i0BcnskoLGwjpa15fqMr2Fa5JgVBrdL2MEgqz6XZ/6IQ==}
@@ -12336,7 +12473,7 @@ packages:
vue: ^3.2.0
dependencies:
'@vue/devtools-api': 6.5.1
- vue: 3.4.21(typescript@5.4.3)
+ vue: 3.4.21(typescript@5.4.5)
/vue-template-compiler@2.7.16:
resolution: {integrity: sha512-AYbUWAJHLGGQM7+cNTELw+KsOG9nl2CnSv467WobS5Cv9uk3wFcnr1Etsz2sEIHEZvw1U+o9mRlEO6QbZvUPGQ==}
@@ -12351,11 +12488,20 @@ packages:
vue: ^3.2.0
dependencies:
mitt: 2.1.0
- vue: 3.4.21(typescript@5.4.3)
+ vue: 3.4.21(typescript@5.4.5)
vue-observe-visibility: 2.0.0-alpha.1(vue@3.4.21)
vue-resize: 2.0.0-alpha.1(vue@3.4.21)
- /vue@3.4.21(typescript@5.4.3):
+ /vue3-smooth-dnd@0.0.6(vue@3.4.21):
+ resolution: {integrity: sha512-CH9ZZhEfE7qU1ef2rlfgBG+nZtQX8PnWlspB2HDDz1uVGU7fXM0Pr65DftBMz4X81S+edw2H+ZFG6Dyb5J81KA==}
+ peerDependencies:
+ vue: ^3.0.11
+ dependencies:
+ smooth-dnd: 0.12.1
+ vue: 3.4.21(typescript@5.4.5)
+ dev: false
+
+ /vue@3.4.21(typescript@5.4.5):
resolution: {integrity: sha512-5hjyV/jLEIKD/jYl4cavMcnzKwjMKohureP8ejn3hhEjwhWIhWeuzL2kJAjzl/WyVsgPY56Sy4Z40C3lVshxXA==}
peerDependencies:
typescript: '*'
@@ -12368,7 +12514,7 @@ packages:
'@vue/runtime-dom': 3.4.21
'@vue/server-renderer': 3.4.21(vue@3.4.21)
'@vue/shared': 3.4.21
- typescript: 5.4.3
+ typescript: 5.4.5
/watchpack@2.4.1:
resolution: {integrity: sha512-8wrBCMtVhqcXP2Sup1ctSkga6uc2Bx0IIvKyT7yTFier5AXHooSI+QyQQAtTb7+E0IUCCKyTFmXqdqgum2XWGg==}