diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index dbf609816..7613ad7ff 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1048,8 +1048,8 @@ importers: specifier: ^0.6.9 version: 0.6.11(@ianvs/prettier-plugin-sort-imports@4.4.1(@vue/compiler-sfc@3.5.13)(prettier@3.5.3))(prettier@3.5.3) shadcn-nuxt: - specifier: ^1.0.0 - version: 1.0.3(magicast@0.3.5) + specifier: ^2.0.0 + version: 2.0.0(magicast@0.3.5) tailwindcss: specifier: ^3.0.0 version: 3.4.17 @@ -10602,8 +10602,8 @@ packages: resolution: {integrity: sha512-QMEp5B7cftE7APOjk5Y6xgrbWu+WkLVQwk8JNjZ8nKRciZaByEW6MubieAiToS7+dwvrjGhH8jRXz3MVd0AYqQ==} hasBin: true - shadcn-nuxt@1.0.3: - resolution: {integrity: sha512-Jf2yK5P7dtQHKUVWlMPByKvHBjgld76P1yCmYgx3XpmOK0mRpePxasHNWoau3wR1ReTWRNQzYVO9+A3sg5aNEA==} + shadcn-nuxt@2.0.0: + resolution: {integrity: sha512-pYPG9fIw4eG3Eh3Ii7Z/rm1o/Nljoeg03uwBDWq+6DjerbpW3lOnLwOGvZGoCDjjZOzRDdY9bKLe8ofQra6HYg==} shadcn-vue@2.1.0: resolution: {integrity: sha512-qIeQ0/APzXXWtfJWL834BCEOAnwvR8JiYkjKv14b5I3O4LuOz+RkQtjwwLxtlK6hq2t+LB+Kq3jkRTPrlZGMbw==} @@ -23543,9 +23543,9 @@ snapshots: inherits: 2.0.4 safe-buffer: 5.2.1 - shadcn-nuxt@1.0.3(magicast@0.3.5): + shadcn-nuxt@2.0.0(magicast@0.3.5): dependencies: - '@nuxt/kit': 3.16.0(magicast@0.3.5) + '@nuxt/kit': 3.16.1(magicast@0.3.5) '@oxc-parser/wasm': 0.50.0 typescript: 5.6.3 transitivePeerDependencies: diff --git a/web/package.json b/web/package.json index d272160af..579459c39 100644 --- a/web/package.json +++ b/web/package.json @@ -69,7 +69,7 @@ "nuxt-custom-elements": "2.0.0-beta.18", "prettier": "3.5.3", "prettier-plugin-tailwindcss": "^0.6.9", - "shadcn-nuxt": "^1.0.0", + "shadcn-nuxt": "^2.0.0", "tailwindcss": "^3.0.0", "tailwindcss-animate": "^1.0.7", "terser": "^5.37.0",