chore: upgrade demo nextjs version

This commit is contained in:
Bereket Engida
2024-10-12 02:11:26 +03:00
parent 237478ae3e
commit 7442fc1606
5 changed files with 294 additions and 119 deletions

View File

@@ -7,10 +7,10 @@ import { OrganizationCard } from "./organization-card";
export default async function DashboardPage() {
const [session, activeSessions] = await Promise.all([
auth.api.getSession({
headers: headers(),
headers: await headers(),
}),
auth.api.listSessions({
headers: headers(),
headers: await headers(),
}),
]).catch((e) => {
throw redirect("/sign-in");

View File

@@ -5,7 +5,7 @@ import { headers } from "next/headers";
export async function SignInButton() {
const session = await auth.api.getSession({
headers: headers(),
headers: await headers(),
});
return (

View File

@@ -11,6 +11,7 @@ export const client = createAuthClient({
plugins: [
organizationClient(),
twoFactorClient({
redirect: true,
twoFactorPage: "/two-factor",
}),
passkeyClient(),

View File

@@ -62,7 +62,7 @@
"kysely": "^0.27.4",
"lucide-react": "^0.439.0",
"mini-svg-data-uri": "^1.4.4",
"next": "15.0.0-canary.157",
"next": "15.0.0-canary.185",
"next-themes": "^0.3.0",
"prisma": "^5.19.1",
"react": "19.0.0-rc-7771d3a7-20240827",

404
pnpm-lock.yaml generated
View File

@@ -184,7 +184,7 @@ importers:
version: 11.8.0(react-dom@19.0.0-rc-7771d3a7-20240827(react@19.0.0-rc-7771d3a7-20240827))(react@19.0.0-rc-7771d3a7-20240827)
geist:
specifier: ^1.3.1
version: 1.3.1(next@15.0.0-canary.157(react-dom@19.0.0-rc-7771d3a7-20240827(react@19.0.0-rc-7771d3a7-20240827))(react@19.0.0-rc-7771d3a7-20240827))
version: 1.3.1(next@15.0.0-canary.185(react-dom@19.0.0-rc-7771d3a7-20240827(react@19.0.0-rc-7771d3a7-20240827))(react@19.0.0-rc-7771d3a7-20240827))
input-otp:
specifier: ^1.2.4
version: 1.2.4(react-dom@19.0.0-rc-7771d3a7-20240827(react@19.0.0-rc-7771d3a7-20240827))(react@19.0.0-rc-7771d3a7-20240827)
@@ -198,8 +198,8 @@ importers:
specifier: ^1.4.4
version: 1.4.4
next:
specifier: 15.0.0-canary.157
version: 15.0.0-canary.157(react-dom@19.0.0-rc-7771d3a7-20240827(react@19.0.0-rc-7771d3a7-20240827))(react@19.0.0-rc-7771d3a7-20240827)
specifier: 15.0.0-canary.185
version: 15.0.0-canary.185(react-dom@19.0.0-rc-7771d3a7-20240827(react@19.0.0-rc-7771d3a7-20240827))(react@19.0.0-rc-7771d3a7-20240827)
next-themes:
specifier: ^0.3.0
version: 0.3.0(react-dom@19.0.0-rc-7771d3a7-20240827(react@19.0.0-rc-7771d3a7-20240827))(react@19.0.0-rc-7771d3a7-20240827)
@@ -1032,7 +1032,7 @@ importers:
dependencies:
'@radix-icons/vue':
specifier: ^1.0.0
version: 1.0.0(vue@3.5.11(typescript@5.6.2))
version: 1.0.0(vue@3.5.12(typescript@5.6.2))
'@types/better-sqlite3':
specifier: ^7.6.11
version: 7.6.11
@@ -1041,13 +1041,13 @@ importers:
version: 1.4.3-beta.0
'@unovis/vue':
specifier: 1.4.3-beta.0
version: 1.4.3-beta.0(@unovis/ts@1.4.3-beta.0)(vue@3.5.11(typescript@5.6.2))
version: 1.4.3-beta.0(@unovis/ts@1.4.3-beta.0)(vue@3.5.12(typescript@5.6.2))
'@vee-validate/zod':
specifier: ^4.13.2
version: 4.13.2(vue@3.5.11(typescript@5.6.2))
version: 4.13.2(vue@3.5.12(typescript@5.6.2))
'@vueuse/core':
specifier: ^11.1.0
version: 11.1.0(vue@3.5.11(typescript@5.6.2))
version: 11.1.0(vue@3.5.12(typescript@5.6.2))
better-auth:
specifier: workspace:*
version: link:../../packages/better-auth
@@ -1062,13 +1062,13 @@ importers:
version: 2.1.1
embla-carousel-vue:
specifier: ^8.3.0
version: 8.3.0(vue@3.5.11(typescript@5.6.2))
version: 8.3.0(vue@3.5.12(typescript@5.6.2))
nuxt:
specifier: ^3.13.0
version: 3.13.2(@biomejs/biome@1.7.3)(@parcel/watcher@2.4.1)(@types/node@22.3.0)(better-sqlite3@11.3.0)(encoding@0.1.13)(eslint@9.11.1(jiti@2.0.0))(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.4)(rollup@4.22.4)(terser@5.33.0)(typescript@5.6.2)(vite@5.4.8(@types/node@22.3.0)(terser@5.33.0))
radix-vue:
specifier: ^1.9.6
version: 1.9.6(vue@3.5.11(typescript@5.6.2))
version: 1.9.6(vue@3.5.12(typescript@5.6.2))
shadcn-nuxt:
specifier: ^0.10.4
version: 0.10.4(magicast@0.3.5)(rollup@4.22.4)
@@ -1080,19 +1080,19 @@ importers:
version: 1.0.7(tailwindcss@3.4.13)
v-calendar:
specifier: ^3.1.2
version: 3.1.2(@popperjs/core@2.11.8)(vue@3.5.11(typescript@5.6.2))
version: 3.1.2(@popperjs/core@2.11.8)(vue@3.5.12(typescript@5.6.2))
vaul-vue:
specifier: ^0.2.0
version: 0.2.0(radix-vue@1.9.6(vue@3.5.11(typescript@5.6.2)))(vue@3.5.11(typescript@5.6.2))
version: 0.2.0(radix-vue@1.9.6(vue@3.5.12(typescript@5.6.2)))(vue@3.5.12(typescript@5.6.2))
vee-validate:
specifier: ^4.13.2
version: 4.13.2(vue@3.5.11(typescript@5.6.2))
version: 4.13.2(vue@3.5.12(typescript@5.6.2))
vue:
specifier: latest
version: 3.5.11(typescript@5.6.2)
version: 3.5.12(typescript@5.6.2)
vue-router:
specifier: latest
version: 4.4.5(vue@3.5.11(typescript@5.6.2))
version: 4.4.5(vue@3.5.12(typescript@5.6.2))
vue-sonner:
specifier: ^1.2.1
version: 1.2.1
@@ -3486,6 +3486,9 @@ packages:
'@next/env@15.0.0-canary.157':
resolution: {integrity: sha512-JG1IOVcaD2d6Xe3KU+r4GT01zpIBaodcQzOYr14VNRwRs2p1n94m3s/QxhptBV7ZxddnzjGujFBECr5pEQlf/A==}
'@next/env@15.0.0-canary.185':
resolution: {integrity: sha512-q0ZvAO77/iD2uVzZXBVaILWRk/ZoaeeYnBfVucTzToWl91ZHAPvgBChYgJ8oHKOgIX6Hv0bLT9dsNehxLCB20g==}
'@next/eslint-plugin-next@15.0.0-canary.149':
resolution: {integrity: sha512-luututuveL0xzHMFfuyVyfctC/7jdNS/iGrVqGbEvHqvW7W4yydwieasELkC4uY10onGoKGxg1PV8QciqMJqWQ==}
@@ -3501,6 +3504,12 @@ packages:
cpu: [arm64]
os: [darwin]
'@next/swc-darwin-arm64@15.0.0-canary.185':
resolution: {integrity: sha512-RP5b2m7hGLhmsc/1oBfG29bQCBfDJ5AB3Gs100J5Nxi/xpJQe7wtyiimqeR2ko/KrxHi8myCcGchxf2GiDRcZA==}
engines: {node: '>= 10'}
cpu: [arm64]
os: [darwin]
'@next/swc-darwin-x64@14.2.13':
resolution: {integrity: sha512-Dv1RBGs2TTjkwEnFMVL5XIfJEavnLqqwYSD6LXgTPdEy/u6FlSrLBSSfe1pcfqhFEXRAgVL3Wpjibe5wXJzWog==}
engines: {node: '>= 10'}
@@ -3513,6 +3522,12 @@ packages:
cpu: [x64]
os: [darwin]
'@next/swc-darwin-x64@15.0.0-canary.185':
resolution: {integrity: sha512-WDhAetlx7AehLo3Edx76nH7t98JMhc1B/2C3pSHpV77l+iH9zzs4He+OeoNJXk8pVszsuUhPW0EbU39dSmQA6w==}
engines: {node: '>= 10'}
cpu: [x64]
os: [darwin]
'@next/swc-linux-arm64-gnu@14.2.13':
resolution: {integrity: sha512-yB1tYEFFqo4ZNWkwrJultbsw7NPAAxlPXURXioRl9SdW6aIefOLS+0TEsKrWBtbJ9moTDgU3HRILL6QBQnMevg==}
engines: {node: '>= 10'}
@@ -3525,6 +3540,12 @@ packages:
cpu: [arm64]
os: [linux]
'@next/swc-linux-arm64-gnu@15.0.0-canary.185':
resolution: {integrity: sha512-yhEzOgtHwDprAayRcxICR2crl8r/BE/uTak1d+jXotsOAaT5AjZR/yKy0pxcGUrkCAPE/VWNJpNjV/hEM6ujRw==}
engines: {node: '>= 10'}
cpu: [arm64]
os: [linux]
'@next/swc-linux-arm64-musl@14.2.13':
resolution: {integrity: sha512-v5jZ/FV/eHGoWhMKYrsAweQ7CWb8xsWGM/8m1mwwZQ/sutJjoFaXchwK4pX8NqwImILEvQmZWyb8pPTcP7htWg==}
engines: {node: '>= 10'}
@@ -3537,6 +3558,12 @@ packages:
cpu: [arm64]
os: [linux]
'@next/swc-linux-arm64-musl@15.0.0-canary.185':
resolution: {integrity: sha512-kkhMMkVquKHeONEUJ6A3mH/Diz32pjfPhKqigZTZc11XTP1zLRPQGAxH6txOsE42h89wpumnbnPeGxV2jQhxlA==}
engines: {node: '>= 10'}
cpu: [arm64]
os: [linux]
'@next/swc-linux-x64-gnu@14.2.13':
resolution: {integrity: sha512-aVc7m4YL7ViiRv7SOXK3RplXzOEe/qQzRA5R2vpXboHABs3w8vtFslGTz+5tKiQzWUmTmBNVW0UQdhkKRORmGA==}
engines: {node: '>= 10'}
@@ -3549,6 +3576,12 @@ packages:
cpu: [x64]
os: [linux]
'@next/swc-linux-x64-gnu@15.0.0-canary.185':
resolution: {integrity: sha512-WVZ0fxtMqV8492Biy+TToRzYzH77Mz0FJF1ruA1yF+qUucWtoOsB7DnFNNdIP2H4a2rNo+3HP6w/I4KfKBDhmA==}
engines: {node: '>= 10'}
cpu: [x64]
os: [linux]
'@next/swc-linux-x64-musl@14.2.13':
resolution: {integrity: sha512-4wWY7/OsSaJOOKvMsu1Teylku7vKyTuocvDLTZQq0TYv9OjiYYWt63PiE1nTuZnqQ4RPvME7Xai+9enoiN0Wrg==}
engines: {node: '>= 10'}
@@ -3561,6 +3594,12 @@ packages:
cpu: [x64]
os: [linux]
'@next/swc-linux-x64-musl@15.0.0-canary.185':
resolution: {integrity: sha512-QipF66jWSLWk7yqSSPxIyFLiV3QWRu9EQD+VBFcrcIaV85jZ+SpQzT5DACCADyLd5iJXqjaozbSTc11tvHJW9Q==}
engines: {node: '>= 10'}
cpu: [x64]
os: [linux]
'@next/swc-win32-arm64-msvc@14.2.13':
resolution: {integrity: sha512-uP1XkqCqV2NVH9+g2sC7qIw+w2tRbcMiXFEbMihkQ8B1+V6m28sshBwAB0SDmOe0u44ne1vFU66+gx/28RsBVQ==}
engines: {node: '>= 10'}
@@ -3573,6 +3612,12 @@ packages:
cpu: [arm64]
os: [win32]
'@next/swc-win32-arm64-msvc@15.0.0-canary.185':
resolution: {integrity: sha512-lMtdBuinPr9J5hcJie1hnQroDCcDA27LVWGrYNkslei83OxKVApw4MEJo4KaSfWZCpjW9XYuVZRBnkfx+EM5dw==}
engines: {node: '>= 10'}
cpu: [arm64]
os: [win32]
'@next/swc-win32-ia32-msvc@14.2.13':
resolution: {integrity: sha512-V26ezyjPqQpDBV4lcWIh8B/QICQ4v+M5Bo9ykLN+sqeKKBxJVDpEc6biDVyluTXTC40f5IqCU0ttth7Es2ZuMw==}
engines: {node: '>= 10'}
@@ -3597,6 +3642,12 @@ packages:
cpu: [x64]
os: [win32]
'@next/swc-win32-x64-msvc@15.0.0-canary.185':
resolution: {integrity: sha512-RUmfyFNl79V31gWUaYsdlB00orJePhXdoToOue7VdTKBlirnUHYNAh7MdYNsVLqTRE6u+2vMp8Iv/AZo4dCFzA==}
engines: {node: '>= 10'}
cpu: [x64]
os: [win32]
'@noble/ciphers@0.6.0':
resolution: {integrity: sha512-mIbq/R9QXk5/cTfESb1OKtyFnk7oc1Om/8onA1158K9/OZUQFDEVy55jVTato+xmp3XX6F6Qh0zz0Nc1AxAlRQ==}
@@ -6181,24 +6232,36 @@ packages:
'@vue/compiler-core@3.5.11':
resolution: {integrity: sha512-PwAdxs7/9Hc3ieBO12tXzmTD+Ln4qhT/56S+8DvrrZ4kLDn4Z/AMUr8tXJD0axiJBS0RKIoNaR0yMuQB9v9Udg==}
'@vue/compiler-core@3.5.12':
resolution: {integrity: sha512-ISyBTRMmMYagUxhcpyEH0hpXRd/KqDU4ymofPgl2XAkY9ZhQ+h0ovEZJIiPop13UmR/54oA2cgMDjgroRelaEw==}
'@vue/compiler-core@3.5.9':
resolution: {integrity: sha512-KE1sCdwqSKq0CQ/ltg3XnlMTKeinjegIkuFsuq9DKvNPmqLGdmI51ChZdGBBRXIvEYTLm8X/JxOuBQ1HqF/+PA==}
'@vue/compiler-dom@3.5.11':
resolution: {integrity: sha512-pyGf8zdbDDRkBrEzf8p7BQlMKNNF5Fk/Cf/fQ6PiUz9at4OaUfyXW0dGJTo2Vl1f5U9jSLCNf0EZJEogLXoeew==}
'@vue/compiler-dom@3.5.12':
resolution: {integrity: sha512-9G6PbJ03uwxLHKQ3P42cMTi85lDRvGLB2rSGOiQqtXELat6uI4n8cNz9yjfVHRPIu+MsK6TE418Giruvgptckg==}
'@vue/compiler-dom@3.5.9':
resolution: {integrity: sha512-gEAURwPo902AsJF50vl59VaWR+Cx6cX9SoqLYHu1jq9hDbmQlXvpZyYNIIbxa2JTJ+FD/oBQweVUwuTQv79KTg==}
'@vue/compiler-sfc@3.5.11':
resolution: {integrity: sha512-gsbBtT4N9ANXXepprle+X9YLg2htQk1sqH/qGJ/EApl+dgpUBdTv3yP7YlR535uHZY3n6XaR0/bKo0BgwwDniw==}
'@vue/compiler-sfc@3.5.12':
resolution: {integrity: sha512-2k973OGo2JuAa5+ZlekuQJtitI5CgLMOwgl94BzMCsKZCX/xiqzJYzapl4opFogKHqwJk34vfsaKpfEhd1k5nw==}
'@vue/compiler-sfc@3.5.9':
resolution: {integrity: sha512-kp9qawcTXakYm0TN6YAwH24IurSywoXh4fWhRbLu0at4UVyo994bhEzJlQn82eiyqtut4GjkQodSfn8drFbpZQ==}
'@vue/compiler-ssr@3.5.11':
resolution: {integrity: sha512-P4+GPjOuC2aFTk1Z4WANvEhyOykcvEd5bIj2KVNGKGfM745LaXGr++5njpdBTzVz5pZifdlR1kpYSJJpIlSePA==}
'@vue/compiler-ssr@3.5.12':
resolution: {integrity: sha512-eLwc7v6bfGBSM7wZOGPmRavSWzNFF6+PdRhE+VFJhNCgHiF8AM7ccoqcv5kBXA2eWUfigD7byekvf/JsOfKvPA==}
'@vue/compiler-ssr@3.5.9':
resolution: {integrity: sha512-fb1g2mQv32QzIei76rlXRTz08Grw+ZzBXSQfHo4StGFutm/flyebw3dGJkexKwcU3GjX9s5fIGjEv/cjO8j8Yw==}
@@ -6216,28 +6279,28 @@ packages:
'@vue/devtools-shared@7.4.6':
resolution: {integrity: sha512-rPeSBzElnHYMB05Cc056BQiJpgocQjY8XVulgni+O9a9Gr9tNXgPteSzFFD+fT/iWMxNuUgGKs9CuW5DZewfIg==}
'@vue/reactivity@3.5.11':
resolution: {integrity: sha512-Nqo5VZEn8MJWlCce8XoyVqHZbd5P2NH+yuAaFzuNSR96I+y1cnuUiq7xfSG+kyvLSiWmaHTKP1r3OZY4mMD50w==}
'@vue/reactivity@3.5.12':
resolution: {integrity: sha512-UzaN3Da7xnJXdz4Okb/BGbAaomRHc3RdoWqTzlvd9+WBR5m3J39J1fGcHes7U3za0ruYn/iYy/a1euhMEHvTAg==}
'@vue/reactivity@3.5.9':
resolution: {integrity: sha512-88ApgNZ6yPYpyYkTfXzcbWk6O8+LrPRIpa/U4AdeTzpfRUO+EUt5jemnTBVSlAUNmlYY96xa5feUNEq+BouLog==}
'@vue/runtime-core@3.5.11':
resolution: {integrity: sha512-7PsxFGqwfDhfhh0OcDWBG1DaIQIVOLgkwA5q6MtkPiDFjp5gohVnJEahSktwSFLq7R5PtxDKy6WKURVN1UDbzA==}
'@vue/runtime-core@3.5.12':
resolution: {integrity: sha512-hrMUYV6tpocr3TL3Ad8DqxOdpDe4zuQY4HPY3X/VRh+L2myQO8MFXPAMarIOSGNu0bFAjh1yBkMPXZBqCk62Uw==}
'@vue/runtime-core@3.5.9':
resolution: {integrity: sha512-YAeP0zNkjSl5mEc1NxOg9qoAhLNbREElHAhfYbMXT57oF0ixehEEJWBhg2uvVxslCGh23JhpEAyMvJrJHW9WGg==}
'@vue/runtime-dom@3.5.11':
resolution: {integrity: sha512-GNghjecT6IrGf0UhuYmpgaOlN7kxzQBhxWEn08c/SQDxv1yy4IXI1bn81JgEpQ4IXjRxWtPyI8x0/7TF5rPfYQ==}
'@vue/runtime-dom@3.5.12':
resolution: {integrity: sha512-q8VFxR9A2MRfBr6/55Q3umyoN7ya836FzRXajPB6/Vvuv0zOPL+qltd9rIMzG/DbRLAIlREmnLsplEF/kotXKA==}
'@vue/runtime-dom@3.5.9':
resolution: {integrity: sha512-5Oq/5oenpB9lw94moKvOHqBDEaMSyDmcu2HS8AtAT6/pwdo/t9fR9aVtLh6FzYGGqZR9yRfoHAN6P7goblq1aA==}
'@vue/server-renderer@3.5.11':
resolution: {integrity: sha512-cVOwYBxR7Wb1B1FoxYvtjJD8X/9E5nlH4VSkJy2uMA1MzYNdzAAB//l8nrmN9py/4aP+3NjWukf9PZ3TeWULaA==}
'@vue/server-renderer@3.5.12':
resolution: {integrity: sha512-I3QoeDDeEPZm8yR28JtY+rk880Oqmj43hreIBVTicisFTx/Dl7JpG72g/X7YF8hnQD3IFhkky5i2bPonwrTVPg==}
peerDependencies:
vue: 3.5.11
vue: 3.5.12
'@vue/server-renderer@3.5.9':
resolution: {integrity: sha512-tbuUsZfMWGazR9LXLNiiDSTwkO8K9sLyR70diY+FbQmKmh7236PPz4jkTxymelV8D89IJUGtbfe4VdmpHkmuxg==}
@@ -6247,6 +6310,9 @@ packages:
'@vue/shared@3.5.11':
resolution: {integrity: sha512-W8GgysJVnFo81FthhzurdRAWP/byq3q2qIw70e0JWblzVhjgOMiC2GyovXrZTFQJnFVryYaKGP3Tc9vYzYm6PQ==}
'@vue/shared@3.5.12':
resolution: {integrity: sha512-L2RPSAwUFbgZH20etwrXyVyCBu9OxRSi8T/38QsvnkJyvq2LufW2lDCOzm7t/U9C1mkhJGWYfCuFBCmIuNivrg==}
'@vue/shared@3.5.9':
resolution: {integrity: sha512-8wiT/m0mnsLhTME0mPgc57jv+4TipRBSAAmheUdYgiOaO6AobZPNOmm87ub4np65VVDgLcWxc+Edc++5Wyz1uA==}
@@ -10795,6 +10861,27 @@ packages:
sass:
optional: true
next@15.0.0-canary.185:
resolution: {integrity: sha512-a16MvljJMXOH3ifpNEcHJULp4sfluHEvGk+43nLq6tVKTXf5+tI2zpzqW9+buAU7IWQYaWhz7dfM6oZaMB1UPQ==}
engines: {node: '>=18.18.0'}
hasBin: true
peerDependencies:
'@opentelemetry/api': ^1.1.0
'@playwright/test': ^1.41.2
babel-plugin-react-compiler: '*'
react: ^18.2.0 || 19.0.0-rc-70fb1363-20241010
react-dom: ^18.2.0 || 19.0.0-rc-70fb1363-20241010
sass: ^1.3.0
peerDependenciesMeta:
'@opentelemetry/api':
optional: true
'@playwright/test':
optional: true
babel-plugin-react-compiler:
optional: true
sass:
optional: true
nitropack@2.9.7:
resolution: {integrity: sha512-aKXvtNrWkOCMsQbsk4A0qQdBjrJ1ZcvwlTQevI/LAgLWLYc5L7Q/YiYxGLal4ITyNSlzir1Cm1D2ZxnYhmpMEw==}
engines: {node: ^16.11.0 || >=17.0.0}
@@ -14055,8 +14142,8 @@ packages:
vue-sonner@1.2.1:
resolution: {integrity: sha512-J5+TwkayiBkieYBG8PGk5PMys8+UZxDmT/CCaX9otDzRONRr5hgTgo2Fha2krUFnUw1d576jsNGXhmAL06ixfA==}
vue@3.5.11:
resolution: {integrity: sha512-/8Wurrd9J3lb72FTQS7gRMNQD4nztTtKPmuDuPuhqXmmpD6+skVjAeahNpVzsuky6Sy9gy7wn8UadqPtt9SQIg==}
vue@3.5.12:
resolution: {integrity: sha512-CLVZtXtn2ItBIi/zHZ0Sg1Xkb7+PU32bJJ8Bmy7ts3jxXTcbfsEfBivFYYWz1Hur+lalqGAh65Coin0r+HRUfg==}
peerDependencies:
typescript: '*'
peerDependenciesMeta:
@@ -15621,11 +15708,11 @@ snapshots:
'@floating-ui/utils@0.2.8': {}
'@floating-ui/vue@1.1.5(vue@3.5.11(typescript@5.6.2))':
'@floating-ui/vue@1.1.5(vue@3.5.12(typescript@5.6.2))':
dependencies:
'@floating-ui/dom': 1.6.11
'@floating-ui/utils': 0.2.8
vue-demi: 0.14.10(vue@3.5.11(typescript@5.6.2))
vue-demi: 0.14.10(vue@3.5.12(typescript@5.6.2))
transitivePeerDependencies:
- '@vue/composition-api'
- vue
@@ -16188,6 +16275,8 @@ snapshots:
'@next/env@15.0.0-canary.157': {}
'@next/env@15.0.0-canary.185': {}
'@next/eslint-plugin-next@15.0.0-canary.149':
dependencies:
fast-glob: 3.3.1
@@ -16198,42 +16287,63 @@ snapshots:
'@next/swc-darwin-arm64@15.0.0-canary.157':
optional: true
'@next/swc-darwin-arm64@15.0.0-canary.185':
optional: true
'@next/swc-darwin-x64@14.2.13':
optional: true
'@next/swc-darwin-x64@15.0.0-canary.157':
optional: true
'@next/swc-darwin-x64@15.0.0-canary.185':
optional: true
'@next/swc-linux-arm64-gnu@14.2.13':
optional: true
'@next/swc-linux-arm64-gnu@15.0.0-canary.157':
optional: true
'@next/swc-linux-arm64-gnu@15.0.0-canary.185':
optional: true
'@next/swc-linux-arm64-musl@14.2.13':
optional: true
'@next/swc-linux-arm64-musl@15.0.0-canary.157':
optional: true
'@next/swc-linux-arm64-musl@15.0.0-canary.185':
optional: true
'@next/swc-linux-x64-gnu@14.2.13':
optional: true
'@next/swc-linux-x64-gnu@15.0.0-canary.157':
optional: true
'@next/swc-linux-x64-gnu@15.0.0-canary.185':
optional: true
'@next/swc-linux-x64-musl@14.2.13':
optional: true
'@next/swc-linux-x64-musl@15.0.0-canary.157':
optional: true
'@next/swc-linux-x64-musl@15.0.0-canary.185':
optional: true
'@next/swc-win32-arm64-msvc@14.2.13':
optional: true
'@next/swc-win32-arm64-msvc@15.0.0-canary.157':
optional: true
'@next/swc-win32-arm64-msvc@15.0.0-canary.185':
optional: true
'@next/swc-win32-ia32-msvc@14.2.13':
optional: true
@@ -16246,6 +16356,9 @@ snapshots:
'@next/swc-win32-x64-msvc@15.0.0-canary.157':
optional: true
'@next/swc-win32-x64-msvc@15.0.0-canary.185':
optional: true
'@noble/ciphers@0.6.0': {}
'@noble/hashes@1.5.0': {}
@@ -16452,13 +16565,13 @@ snapshots:
rc9: 2.1.2
semver: 7.6.3
'@nuxt/devtools@1.5.1(rollup@4.22.4)(vite@5.4.8(@types/node@22.3.0)(terser@5.33.0))(vue@3.5.11(typescript@5.6.2))':
'@nuxt/devtools@1.5.1(rollup@4.22.4)(vite@5.4.8(@types/node@22.3.0)(terser@5.33.0))(vue@3.5.12(typescript@5.6.2))':
dependencies:
'@antfu/utils': 0.7.10
'@nuxt/devtools-kit': 1.5.1(magicast@0.3.5)(rollup@4.22.4)(vite@5.4.8(@types/node@22.3.0)(terser@5.33.0))
'@nuxt/devtools-wizard': 1.5.1
'@nuxt/kit': 3.13.2(magicast@0.3.5)(rollup@4.22.4)
'@vue/devtools-core': 7.4.4(vite@5.4.8(@types/node@22.3.0)(terser@5.33.0))(vue@3.5.11(typescript@5.6.2))
'@vue/devtools-core': 7.4.4(vite@5.4.8(@types/node@22.3.0)(terser@5.33.0))(vue@3.5.12(typescript@5.6.2))
'@vue/devtools-kit': 7.4.4
birpc: 0.2.17
consola: 3.2.3
@@ -16573,12 +16686,12 @@ snapshots:
- supports-color
- webpack-sources
'@nuxt/vite-builder@3.13.2(@biomejs/biome@1.7.3)(@types/node@22.3.0)(eslint@9.11.1(jiti@2.0.0))(magicast@0.3.5)(optionator@0.9.4)(rollup@4.22.4)(terser@5.33.0)(typescript@5.6.2)(vue@3.5.11(typescript@5.6.2))':
'@nuxt/vite-builder@3.13.2(@biomejs/biome@1.7.3)(@types/node@22.3.0)(eslint@9.11.1(jiti@2.0.0))(magicast@0.3.5)(optionator@0.9.4)(rollup@4.22.4)(terser@5.33.0)(typescript@5.6.2)(vue@3.5.12(typescript@5.6.2))':
dependencies:
'@nuxt/kit': 3.13.2(magicast@0.3.5)(rollup@4.22.4)
'@rollup/plugin-replace': 5.0.7(rollup@4.22.4)
'@vitejs/plugin-vue': 5.1.4(vite@5.4.8(@types/node@22.3.0)(terser@5.33.0))(vue@3.5.11(typescript@5.6.2))
'@vitejs/plugin-vue-jsx': 4.0.1(vite@5.4.8(@types/node@22.3.0)(terser@5.33.0))(vue@3.5.11(typescript@5.6.2))
'@vitejs/plugin-vue': 5.1.4(vite@5.4.8(@types/node@22.3.0)(terser@5.33.0))(vue@3.5.12(typescript@5.6.2))
'@vitejs/plugin-vue-jsx': 4.0.1(vite@5.4.8(@types/node@22.3.0)(terser@5.33.0))(vue@3.5.12(typescript@5.6.2))
autoprefixer: 10.4.20(postcss@8.4.47)
clear: 0.1.0
consola: 3.2.3
@@ -16607,7 +16720,7 @@ snapshots:
vite: 5.4.8(@types/node@22.3.0)(terser@5.33.0)
vite-node: 2.1.1(@types/node@22.3.0)(terser@5.33.0)
vite-plugin-checker: 0.8.0(@biomejs/biome@1.7.3)(eslint@9.11.1(jiti@2.0.0))(optionator@0.9.4)(typescript@5.6.2)(vite@5.4.8(@types/node@22.3.0)(terser@5.33.0))
vue: 3.5.11(typescript@5.6.2)
vue: 3.5.12(typescript@5.6.2)
vue-bundle-renderer: 2.1.1
transitivePeerDependencies:
- '@biomejs/biome'
@@ -16824,9 +16937,9 @@ snapshots:
dependencies:
'@prisma/debug': 5.20.0
'@radix-icons/vue@1.0.0(vue@3.5.11(typescript@5.6.2))':
'@radix-icons/vue@1.0.0(vue@3.5.12(typescript@5.6.2))':
dependencies:
vue: 3.5.11(typescript@5.6.2)
vue: 3.5.12(typescript@5.6.2)
'@radix-ui/number@1.1.0': {}
@@ -19141,10 +19254,10 @@ snapshots:
'@tanstack/virtual-core@3.10.8': {}
'@tanstack/vue-virtual@3.10.8(vue@3.5.11(typescript@5.6.2))':
'@tanstack/vue-virtual@3.10.8(vue@3.5.12(typescript@5.6.2))':
dependencies:
'@tanstack/virtual-core': 3.10.8
vue: 3.5.11(typescript@5.6.2)
vue: 3.5.12(typescript@5.6.2)
'@trysound/sax@0.2.0': {}
@@ -19940,14 +20053,14 @@ snapshots:
'@unhead/schema': 1.11.6
'@unhead/shared': 1.11.6
'@unhead/vue@1.11.6(vue@3.5.11(typescript@5.6.2))':
'@unhead/vue@1.11.6(vue@3.5.12(typescript@5.6.2))':
dependencies:
'@unhead/schema': 1.11.6
'@unhead/shared': 1.11.6
defu: 6.1.4
hookable: 5.5.3
unhead: 1.11.6
vue: 3.5.11(typescript@5.6.2)
vue: 3.5.12(typescript@5.6.2)
'@unovis/dagre-layout@0.8.8-2':
dependencies:
@@ -19995,10 +20108,10 @@ snapshots:
transitivePeerDependencies:
- supports-color
'@unovis/vue@1.4.3-beta.0(@unovis/ts@1.4.3-beta.0)(vue@3.5.11(typescript@5.6.2))':
'@unovis/vue@1.4.3-beta.0(@unovis/ts@1.4.3-beta.0)(vue@3.5.12(typescript@5.6.2))':
dependencies:
'@unovis/ts': 1.4.3-beta.0
vue: 3.5.11(typescript@5.6.2)
vue: 3.5.12(typescript@5.6.2)
'@vanilla-extract/babel-plugin-debug-ids@1.1.0':
dependencies:
@@ -20052,10 +20165,10 @@ snapshots:
'@vanilla-extract/private@1.0.6': {}
'@vee-validate/zod@4.13.2(vue@3.5.11(typescript@5.6.2))':
'@vee-validate/zod@4.13.2(vue@3.5.12(typescript@5.6.2))':
dependencies:
type-fest: 4.26.1
vee-validate: 4.13.2(vue@3.5.11(typescript@5.6.2))
vee-validate: 4.13.2(vue@3.5.12(typescript@5.6.2))
zod: 3.23.8
transitivePeerDependencies:
- vue
@@ -20110,20 +20223,20 @@ snapshots:
transitivePeerDependencies:
- supports-color
'@vitejs/plugin-vue-jsx@4.0.1(vite@5.4.8(@types/node@22.3.0)(terser@5.33.0))(vue@3.5.11(typescript@5.6.2))':
'@vitejs/plugin-vue-jsx@4.0.1(vite@5.4.8(@types/node@22.3.0)(terser@5.33.0))(vue@3.5.12(typescript@5.6.2))':
dependencies:
'@babel/core': 7.25.2
'@babel/plugin-transform-typescript': 7.25.2(@babel/core@7.25.2)
'@vue/babel-plugin-jsx': 1.2.5(@babel/core@7.25.2)
vite: 5.4.8(@types/node@22.3.0)(terser@5.33.0)
vue: 3.5.11(typescript@5.6.2)
vue: 3.5.12(typescript@5.6.2)
transitivePeerDependencies:
- supports-color
'@vitejs/plugin-vue@5.1.4(vite@5.4.8(@types/node@22.3.0)(terser@5.33.0))(vue@3.5.11(typescript@5.6.2))':
'@vitejs/plugin-vue@5.1.4(vite@5.4.8(@types/node@22.3.0)(terser@5.33.0))(vue@3.5.12(typescript@5.6.2))':
dependencies:
vite: 5.4.8(@types/node@22.3.0)(terser@5.33.0)
vue: 3.5.11(typescript@5.6.2)
vue: 3.5.12(typescript@5.6.2)
'@vitest/expect@1.6.0':
dependencies:
@@ -20204,16 +20317,16 @@ snapshots:
'@vscode/l10n@0.0.18': {}
'@vue-macros/common@1.14.0(rollup@4.22.4)(vue@3.5.11(typescript@5.6.2))':
'@vue-macros/common@1.14.0(rollup@4.22.4)(vue@3.5.12(typescript@5.6.2))':
dependencies:
'@babel/types': 7.25.6
'@rollup/pluginutils': 5.1.2(rollup@4.22.4)
'@vue/compiler-sfc': 3.5.9
'@vue/compiler-sfc': 3.5.11
ast-kit: 1.2.1
local-pkg: 0.5.0
magic-string-ast: 0.6.2
optionalDependencies:
vue: 3.5.11(typescript@5.6.2)
vue: 3.5.12(typescript@5.6.2)
transitivePeerDependencies:
- rollup
@@ -20243,7 +20356,7 @@ snapshots:
'@babel/helper-module-imports': 7.24.7
'@babel/helper-plugin-utils': 7.24.8
'@babel/parser': 7.25.6
'@vue/compiler-sfc': 3.5.9
'@vue/compiler-sfc': 3.5.11
transitivePeerDependencies:
- supports-color
@@ -20255,6 +20368,14 @@ snapshots:
estree-walker: 2.0.2
source-map-js: 1.2.1
'@vue/compiler-core@3.5.12':
dependencies:
'@babel/parser': 7.25.6
'@vue/shared': 3.5.12
entities: 4.5.0
estree-walker: 2.0.2
source-map-js: 1.2.1
'@vue/compiler-core@3.5.9':
dependencies:
'@babel/parser': 7.25.6
@@ -20268,6 +20389,11 @@ snapshots:
'@vue/compiler-core': 3.5.11
'@vue/shared': 3.5.11
'@vue/compiler-dom@3.5.12':
dependencies:
'@vue/compiler-core': 3.5.12
'@vue/shared': 3.5.12
'@vue/compiler-dom@3.5.9':
dependencies:
'@vue/compiler-core': 3.5.9
@@ -20285,6 +20411,18 @@ snapshots:
postcss: 8.4.47
source-map-js: 1.2.1
'@vue/compiler-sfc@3.5.12':
dependencies:
'@babel/parser': 7.25.6
'@vue/compiler-core': 3.5.12
'@vue/compiler-dom': 3.5.12
'@vue/compiler-ssr': 3.5.12
'@vue/shared': 3.5.12
estree-walker: 2.0.2
magic-string: 0.30.11
postcss: 8.4.47
source-map-js: 1.2.1
'@vue/compiler-sfc@3.5.9':
dependencies:
'@babel/parser': 7.25.6
@@ -20302,6 +20440,11 @@ snapshots:
'@vue/compiler-dom': 3.5.11
'@vue/shared': 3.5.11
'@vue/compiler-ssr@3.5.12':
dependencies:
'@vue/compiler-dom': 3.5.12
'@vue/shared': 3.5.12
'@vue/compiler-ssr@3.5.9':
dependencies:
'@vue/compiler-dom': 3.5.9
@@ -20309,7 +20452,7 @@ snapshots:
'@vue/devtools-api@6.6.4': {}
'@vue/devtools-core@7.4.4(vite@5.4.8(@types/node@22.3.0)(terser@5.33.0))(vue@3.5.11(typescript@5.6.2))':
'@vue/devtools-core@7.4.4(vite@5.4.8(@types/node@22.3.0)(terser@5.33.0))(vue@3.5.12(typescript@5.6.2))':
dependencies:
'@vue/devtools-kit': 7.4.4
'@vue/devtools-shared': 7.4.6
@@ -20317,7 +20460,7 @@ snapshots:
nanoid: 3.3.7
pathe: 1.1.2
vite-hot-client: 0.2.3(vite@5.4.8(@types/node@22.3.0)(terser@5.33.0))
vue: 3.5.11(typescript@5.6.2)
vue: 3.5.12(typescript@5.6.2)
transitivePeerDependencies:
- vite
@@ -20335,29 +20478,29 @@ snapshots:
dependencies:
rfdc: 1.4.1
'@vue/reactivity@3.5.11':
'@vue/reactivity@3.5.12':
dependencies:
'@vue/shared': 3.5.11
'@vue/shared': 3.5.12
'@vue/reactivity@3.5.9':
dependencies:
'@vue/shared': 3.5.9
'@vue/runtime-core@3.5.11':
'@vue/runtime-core@3.5.12':
dependencies:
'@vue/reactivity': 3.5.11
'@vue/shared': 3.5.11
'@vue/reactivity': 3.5.12
'@vue/shared': 3.5.12
'@vue/runtime-core@3.5.9':
dependencies:
'@vue/reactivity': 3.5.9
'@vue/shared': 3.5.9
'@vue/runtime-dom@3.5.11':
'@vue/runtime-dom@3.5.12':
dependencies:
'@vue/reactivity': 3.5.11
'@vue/runtime-core': 3.5.11
'@vue/shared': 3.5.11
'@vue/reactivity': 3.5.12
'@vue/runtime-core': 3.5.12
'@vue/shared': 3.5.12
csstype: 3.1.3
'@vue/runtime-dom@3.5.9':
@@ -20367,11 +20510,11 @@ snapshots:
'@vue/shared': 3.5.9
csstype: 3.1.3
'@vue/server-renderer@3.5.11(vue@3.5.11(typescript@5.6.2))':
'@vue/server-renderer@3.5.12(vue@3.5.12(typescript@5.6.2))':
dependencies:
'@vue/compiler-ssr': 3.5.11
'@vue/shared': 3.5.11
vue: 3.5.11(typescript@5.6.2)
'@vue/compiler-ssr': 3.5.12
'@vue/shared': 3.5.12
vue: 3.5.12(typescript@5.6.2)
'@vue/server-renderer@3.5.9(vue@3.5.9(typescript@5.6.1-rc))':
dependencies:
@@ -20381,24 +20524,26 @@ snapshots:
'@vue/shared@3.5.11': {}
'@vue/shared@3.5.12': {}
'@vue/shared@3.5.9': {}
'@vueuse/core@10.11.1(vue@3.5.11(typescript@5.6.2))':
'@vueuse/core@10.11.1(vue@3.5.12(typescript@5.6.2))':
dependencies:
'@types/web-bluetooth': 0.0.20
'@vueuse/metadata': 10.11.1
'@vueuse/shared': 10.11.1(vue@3.5.11(typescript@5.6.2))
vue-demi: 0.14.10(vue@3.5.11(typescript@5.6.2))
'@vueuse/shared': 10.11.1(vue@3.5.12(typescript@5.6.2))
vue-demi: 0.14.10(vue@3.5.12(typescript@5.6.2))
transitivePeerDependencies:
- '@vue/composition-api'
- vue
'@vueuse/core@11.1.0(vue@3.5.11(typescript@5.6.2))':
'@vueuse/core@11.1.0(vue@3.5.12(typescript@5.6.2))':
dependencies:
'@types/web-bluetooth': 0.0.20
'@vueuse/metadata': 11.1.0
'@vueuse/shared': 11.1.0(vue@3.5.11(typescript@5.6.2))
vue-demi: 0.14.10(vue@3.5.11(typescript@5.6.2))
'@vueuse/shared': 11.1.0(vue@3.5.12(typescript@5.6.2))
vue-demi: 0.14.10(vue@3.5.12(typescript@5.6.2))
transitivePeerDependencies:
- '@vue/composition-api'
- vue
@@ -20407,16 +20552,16 @@ snapshots:
'@vueuse/metadata@11.1.0': {}
'@vueuse/shared@10.11.1(vue@3.5.11(typescript@5.6.2))':
'@vueuse/shared@10.11.1(vue@3.5.12(typescript@5.6.2))':
dependencies:
vue-demi: 0.14.10(vue@3.5.11(typescript@5.6.2))
vue-demi: 0.14.10(vue@3.5.12(typescript@5.6.2))
transitivePeerDependencies:
- '@vue/composition-api'
- vue
'@vueuse/shared@11.1.0(vue@3.5.11(typescript@5.6.2))':
'@vueuse/shared@11.1.0(vue@3.5.12(typescript@5.6.2))':
dependencies:
vue-demi: 0.14.10(vue@3.5.11(typescript@5.6.2))
vue-demi: 0.14.10(vue@3.5.12(typescript@5.6.2))
transitivePeerDependencies:
- '@vue/composition-api'
- vue
@@ -22712,11 +22857,11 @@ snapshots:
embla-carousel-reactive-utils: 8.3.0(embla-carousel@8.3.0)
svelte: 4.2.19
embla-carousel-vue@8.3.0(vue@3.5.11(typescript@5.6.2)):
embla-carousel-vue@8.3.0(vue@3.5.12(typescript@5.6.2)):
dependencies:
embla-carousel: 8.3.0
embla-carousel-reactive-utils: 8.3.0(embla-carousel@8.3.0)
vue: 3.5.11(typescript@5.6.2)
vue: 3.5.12(typescript@5.6.2)
embla-carousel@8.3.0: {}
@@ -24063,6 +24208,10 @@ snapshots:
dependencies:
next: 15.0.0-canary.157(react-dom@19.0.0-rc-7771d3a7-20240827(react@19.0.0-rc-7771d3a7-20240827))(react@19.0.0-rc-7771d3a7-20240827)
geist@1.3.1(next@15.0.0-canary.185(react-dom@19.0.0-rc-7771d3a7-20240827(react@19.0.0-rc-7771d3a7-20240827))(react@19.0.0-rc-7771d3a7-20240827)):
dependencies:
next: 15.0.0-canary.185(react-dom@19.0.0-rc-7771d3a7-20240827(react@19.0.0-rc-7771d3a7-20240827))(react@19.0.0-rc-7771d3a7-20240827)
generate-function@2.3.1:
dependencies:
is-property: 1.0.2
@@ -26621,6 +26770,31 @@ snapshots:
- '@babel/core'
- babel-plugin-macros
next@15.0.0-canary.185(react-dom@19.0.0-rc-7771d3a7-20240827(react@19.0.0-rc-7771d3a7-20240827))(react@19.0.0-rc-7771d3a7-20240827):
dependencies:
'@next/env': 15.0.0-canary.185
'@swc/counter': 0.1.3
'@swc/helpers': 0.5.13
busboy: 1.6.0
caniuse-lite: 1.0.30001664
postcss: 8.4.31
react: 19.0.0-rc-7771d3a7-20240827
react-dom: 19.0.0-rc-7771d3a7-20240827(react@19.0.0-rc-7771d3a7-20240827)
styled-jsx: 5.1.6(react@19.0.0-rc-7771d3a7-20240827)
optionalDependencies:
'@next/swc-darwin-arm64': 15.0.0-canary.185
'@next/swc-darwin-x64': 15.0.0-canary.185
'@next/swc-linux-arm64-gnu': 15.0.0-canary.185
'@next/swc-linux-arm64-musl': 15.0.0-canary.185
'@next/swc-linux-x64-gnu': 15.0.0-canary.185
'@next/swc-linux-x64-musl': 15.0.0-canary.185
'@next/swc-win32-arm64-msvc': 15.0.0-canary.185
'@next/swc-win32-x64-msvc': 15.0.0-canary.185
sharp: 0.33.5
transitivePeerDependencies:
- '@babel/core'
- babel-plugin-macros
nitropack@2.9.7(better-sqlite3@11.3.0)(encoding@0.1.13)(magicast@0.3.5):
dependencies:
'@cloudflare/kv-asset-handler': 0.3.4
@@ -26852,15 +27026,15 @@ snapshots:
nuxt@3.13.2(@biomejs/biome@1.7.3)(@parcel/watcher@2.4.1)(@types/node@22.3.0)(better-sqlite3@11.3.0)(encoding@0.1.13)(eslint@9.11.1(jiti@2.0.0))(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.4)(rollup@4.22.4)(terser@5.33.0)(typescript@5.6.2)(vite@5.4.8(@types/node@22.3.0)(terser@5.33.0)):
dependencies:
'@nuxt/devalue': 2.0.2
'@nuxt/devtools': 1.5.1(rollup@4.22.4)(vite@5.4.8(@types/node@22.3.0)(terser@5.33.0))(vue@3.5.11(typescript@5.6.2))
'@nuxt/devtools': 1.5.1(rollup@4.22.4)(vite@5.4.8(@types/node@22.3.0)(terser@5.33.0))(vue@3.5.12(typescript@5.6.2))
'@nuxt/kit': 3.13.2(magicast@0.3.5)(rollup@4.22.4)
'@nuxt/schema': 3.13.2(rollup@4.22.4)
'@nuxt/telemetry': 2.6.0(magicast@0.3.5)(rollup@4.22.4)
'@nuxt/vite-builder': 3.13.2(@biomejs/biome@1.7.3)(@types/node@22.3.0)(eslint@9.11.1(jiti@2.0.0))(magicast@0.3.5)(optionator@0.9.4)(rollup@4.22.4)(terser@5.33.0)(typescript@5.6.2)(vue@3.5.11(typescript@5.6.2))
'@nuxt/vite-builder': 3.13.2(@biomejs/biome@1.7.3)(@types/node@22.3.0)(eslint@9.11.1(jiti@2.0.0))(magicast@0.3.5)(optionator@0.9.4)(rollup@4.22.4)(terser@5.33.0)(typescript@5.6.2)(vue@3.5.12(typescript@5.6.2))
'@unhead/dom': 1.11.6
'@unhead/shared': 1.11.6
'@unhead/ssr': 1.11.6
'@unhead/vue': 1.11.6(vue@3.5.11(typescript@5.6.2))
'@unhead/vue': 1.11.6(vue@3.5.12(typescript@5.6.2))
'@vue/shared': 3.5.9
acorn: 8.12.1
c12: 1.11.2(magicast@0.3.5)
@@ -26908,13 +27082,13 @@ snapshots:
unhead: 1.11.6
unimport: 3.13.0(rollup@4.22.4)
unplugin: 1.14.1
unplugin-vue-router: 0.10.8(rollup@4.22.4)(vue-router@4.4.5(vue@3.5.11(typescript@5.6.2)))(vue@3.5.11(typescript@5.6.2))
unplugin-vue-router: 0.10.8(rollup@4.22.4)(vue-router@4.4.5(vue@3.5.12(typescript@5.6.2)))(vue@3.5.12(typescript@5.6.2))
unstorage: 1.12.0(ioredis@5.4.1)
untyped: 1.5.0
vue: 3.5.11(typescript@5.6.2)
vue: 3.5.12(typescript@5.6.2)
vue-bundle-renderer: 2.1.1
vue-devtools-stub: 0.1.0
vue-router: 4.4.5(vue@3.5.11(typescript@5.6.2))
vue-router: 4.4.5(vue@3.5.12(typescript@5.6.2))
optionalDependencies:
'@parcel/watcher': 2.4.1
'@types/node': 22.3.0
@@ -27907,20 +28081,20 @@ snapshots:
quickselect@2.0.0: {}
radix-vue@1.9.6(vue@3.5.11(typescript@5.6.2)):
radix-vue@1.9.6(vue@3.5.12(typescript@5.6.2)):
dependencies:
'@floating-ui/dom': 1.6.11
'@floating-ui/vue': 1.1.5(vue@3.5.11(typescript@5.6.2))
'@floating-ui/vue': 1.1.5(vue@3.5.12(typescript@5.6.2))
'@internationalized/date': 3.5.5
'@internationalized/number': 3.5.3
'@tanstack/vue-virtual': 3.10.8(vue@3.5.11(typescript@5.6.2))
'@vueuse/core': 10.11.1(vue@3.5.11(typescript@5.6.2))
'@vueuse/shared': 10.11.1(vue@3.5.11(typescript@5.6.2))
'@tanstack/vue-virtual': 3.10.8(vue@3.5.12(typescript@5.6.2))
'@vueuse/core': 10.11.1(vue@3.5.12(typescript@5.6.2))
'@vueuse/shared': 10.11.1(vue@3.5.12(typescript@5.6.2))
aria-hidden: 1.2.4
defu: 6.1.4
fast-deep-equal: 3.1.3
nanoid: 5.0.7
vue: 3.5.11(typescript@5.6.2)
vue: 3.5.12(typescript@5.6.2)
transitivePeerDependencies:
- '@vue/composition-api'
@@ -29960,11 +30134,11 @@ snapshots:
unpipe@1.0.0: {}
unplugin-vue-router@0.10.8(rollup@4.22.4)(vue-router@4.4.5(vue@3.5.11(typescript@5.6.2)))(vue@3.5.11(typescript@5.6.2)):
unplugin-vue-router@0.10.8(rollup@4.22.4)(vue-router@4.4.5(vue@3.5.12(typescript@5.6.2)))(vue@3.5.12(typescript@5.6.2)):
dependencies:
'@babel/types': 7.25.6
'@rollup/pluginutils': 5.1.2(rollup@4.22.4)
'@vue-macros/common': 1.14.0(rollup@4.22.4)(vue@3.5.11(typescript@5.6.2))
'@vue-macros/common': 1.14.0(rollup@4.22.4)(vue@3.5.12(typescript@5.6.2))
ast-walker-scope: 0.6.2
chokidar: 3.6.0
fast-glob: 3.3.2
@@ -29977,7 +30151,7 @@ snapshots:
unplugin: 1.14.1
yaml: 2.5.1
optionalDependencies:
vue-router: 4.4.5(vue@3.5.11(typescript@5.6.2))
vue-router: 4.4.5(vue@3.5.12(typescript@5.6.2))
transitivePeerDependencies:
- rollup
- vue
@@ -30122,7 +30296,7 @@ snapshots:
kleur: 4.1.5
sade: 1.8.1
v-calendar@3.1.2(@popperjs/core@2.11.8)(vue@3.5.11(typescript@5.6.2)):
v-calendar@3.1.2(@popperjs/core@2.11.8)(vue@3.5.12(typescript@5.6.2)):
dependencies:
'@popperjs/core': 2.11.8
'@types/lodash': 4.17.9
@@ -30130,8 +30304,8 @@ snapshots:
date-fns: 2.30.0
date-fns-tz: 2.0.1(date-fns@2.30.0)
lodash: 4.17.21
vue: 3.5.11(typescript@5.6.2)
vue-screen-utils: 1.0.0-beta.13(vue@3.5.11(typescript@5.6.2))
vue: 3.5.12(typescript@5.6.2)
vue-screen-utils: 1.0.0-beta.13(vue@3.5.12(typescript@5.6.2))
valibot@0.31.1:
optional: true
@@ -30162,11 +30336,11 @@ snapshots:
bits-ui: 0.21.15(svelte@4.2.19)
svelte: 4.2.19
vaul-vue@0.2.0(radix-vue@1.9.6(vue@3.5.11(typescript@5.6.2)))(vue@3.5.11(typescript@5.6.2)):
vaul-vue@0.2.0(radix-vue@1.9.6(vue@3.5.12(typescript@5.6.2)))(vue@3.5.12(typescript@5.6.2)):
dependencies:
'@vueuse/core': 10.11.1(vue@3.5.11(typescript@5.6.2))
radix-vue: 1.9.6(vue@3.5.11(typescript@5.6.2))
vue: 3.5.11(typescript@5.6.2)
'@vueuse/core': 10.11.1(vue@3.5.12(typescript@5.6.2))
radix-vue: 1.9.6(vue@3.5.12(typescript@5.6.2))
vue: 3.5.12(typescript@5.6.2)
transitivePeerDependencies:
- '@vue/composition-api'
@@ -30197,11 +30371,11 @@ snapshots:
- '@types/react'
- '@types/react-dom'
vee-validate@4.13.2(vue@3.5.11(typescript@5.6.2)):
vee-validate@4.13.2(vue@3.5.12(typescript@5.6.2)):
dependencies:
'@vue/devtools-api': 6.6.4
type-fest: 4.26.1
vue: 3.5.11(typescript@5.6.2)
vue: 3.5.12(typescript@5.6.2)
vfile-location@5.0.3:
dependencies:
@@ -30363,7 +30537,7 @@ snapshots:
'@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.25.2)
'@babel/plugin-transform-typescript': 7.25.2(@babel/core@7.25.2)
'@vue/babel-plugin-jsx': 1.2.5(@babel/core@7.25.2)
'@vue/compiler-dom': 3.5.9
'@vue/compiler-dom': 3.5.11
kolorist: 1.8.0
magic-string: 0.30.11
vite: 5.4.8(@types/node@22.3.0)(terser@5.33.0)
@@ -30562,30 +30736,30 @@ snapshots:
dependencies:
ufo: 1.5.4
vue-demi@0.14.10(vue@3.5.11(typescript@5.6.2)):
vue-demi@0.14.10(vue@3.5.12(typescript@5.6.2)):
dependencies:
vue: 3.5.11(typescript@5.6.2)
vue: 3.5.12(typescript@5.6.2)
vue-devtools-stub@0.1.0: {}
vue-router@4.4.5(vue@3.5.11(typescript@5.6.2)):
vue-router@4.4.5(vue@3.5.12(typescript@5.6.2)):
dependencies:
'@vue/devtools-api': 6.6.4
vue: 3.5.11(typescript@5.6.2)
vue: 3.5.12(typescript@5.6.2)
vue-screen-utils@1.0.0-beta.13(vue@3.5.11(typescript@5.6.2)):
vue-screen-utils@1.0.0-beta.13(vue@3.5.12(typescript@5.6.2)):
dependencies:
vue: 3.5.11(typescript@5.6.2)
vue: 3.5.12(typescript@5.6.2)
vue-sonner@1.2.1: {}
vue@3.5.11(typescript@5.6.2):
vue@3.5.12(typescript@5.6.2):
dependencies:
'@vue/compiler-dom': 3.5.11
'@vue/compiler-sfc': 3.5.11
'@vue/runtime-dom': 3.5.11
'@vue/server-renderer': 3.5.11(vue@3.5.11(typescript@5.6.2))
'@vue/shared': 3.5.11
'@vue/compiler-dom': 3.5.12
'@vue/compiler-sfc': 3.5.12
'@vue/runtime-dom': 3.5.12
'@vue/server-renderer': 3.5.12(vue@3.5.12(typescript@5.6.2))
'@vue/shared': 3.5.12
optionalDependencies:
typescript: 5.6.2