|
17 | 17 | },
|
18 | 18 | "dependencies": {
|
19 | 19 | "@changesets/cli": "^2.27.8",
|
20 |
| - "@clerk/clerk-sdk-node": "^5.0.38", |
21 |
| - "@clerk/themes": "^2.1.29", |
22 |
| - "@netlify/functions": "^2.8.1", |
| 20 | + "@clerk/clerk-sdk-node": "^5.0.46", |
| 21 | + "@clerk/themes": "^2.1.33", |
| 22 | + "@netlify/functions": "^2.8.2", |
23 | 23 | "@netlify/integrations": "^0.5.4",
|
24 | 24 | "@netlify/sentry": "^0.0.10",
|
25 | 25 | "@nuxt/content": "^2.13.2",
|
26 | 26 | "@radix-icons/vue": "^1.0.0",
|
27 |
| - "@sentry/nuxt": "^8.30.0", |
| 27 | + "@sentry/nuxt": "^8.32.0", |
28 | 28 | "@tanstack/vue-table": "^8.20.5",
|
29 | 29 | "@unovis/ts": "^1.4.4",
|
30 | 30 | "@unovis/vue": "^1.4.4",
|
31 | 31 | "@vee-validate/zod": "^4.13.2",
|
32 | 32 | "@vite-pwa/nuxt": "^0.10.5",
|
33 |
| - "@vueuse/core": "^11.0.3", |
| 33 | + "@vueuse/core": "^11.1.0", |
34 | 34 | "class-variance-authority": "^0.7.0",
|
35 | 35 | "clsx": "^2.1.1",
|
36 | 36 | "dotenv": "^16.4.5",
|
37 | 37 | "h3": "^1.12.0",
|
38 | 38 | "h3-clerk": "^0.4.12",
|
39 | 39 | "iron-webcrypto": "^1.2.1",
|
40 | 40 | "lucide-vue-next": "^0.441.0",
|
41 |
| - "ofetch": "^1.3.4", |
42 |
| - "radix-vue": "^1.9.5", |
| 41 | + "ofetch": "^1.4.0", |
| 42 | + "radix-vue": "^1.9.6", |
43 | 43 | "sanitize-html": "^2.13.0",
|
44 | 44 | "tailwind-merge": "^2.5.2",
|
45 | 45 | "tailwindcss-animate": "^1.0.7",
|
|
49 | 49 | "v-calendar": "^3.1.2",
|
50 | 50 | "vaul-vue": "^0.2.0",
|
51 | 51 | "vee-validate": "^4.13.2",
|
52 |
| - "vue-clerk": "^0.6.9", |
| 52 | + "vue-clerk": "^0.6.16", |
53 | 53 | "yaml": "^2.5.1",
|
54 | 54 | "zod": "^3.23.8"
|
55 | 55 | },
|
56 | 56 | "devDependencies": {
|
57 |
| - "@antfu/eslint-config": "^3.6.0", |
| 57 | + "@antfu/eslint-config": "^3.7.3", |
58 | 58 | "@changesets/changelog-github": "^0.5.0",
|
59 | 59 | "@netlify/blobs": "^8.0.1",
|
60 | 60 | "@nuxt/fonts": "^0.8.0",
|
| 61 | + "@nuxt/icon": "^1.5.2", |
61 | 62 | "@nuxt/image": "^1.8.0",
|
62 | 63 | "@nuxtjs/google-fonts": "^3.2.0",
|
63 | 64 | "@nuxtjs/tailwindcss": "^6.12.1",
|
64 |
| - "@prisma/client": "5.19.1", |
| 65 | + "@prisma/client": "^5.20.0", |
65 | 66 | "@rollup/plugin-wasm": "^6.2.2",
|
66 | 67 | "@tailwindcss/typography": "^0.5.15",
|
67 | 68 | "@types/node-fetch": "^2.6.11",
|
68 | 69 | "@types/sanitize-html": "^2.13.0",
|
69 | 70 | "@types/uuid": "^10.0.0",
|
70 | 71 | "@types/ws": "^8.5.12",
|
71 | 72 | "dayjs-nuxt": "^2.1.11",
|
72 |
| - "eslint": "^9.10.0", |
| 73 | + "eslint": "^9.11.1", |
73 | 74 | "netlify": "^13.1.21",
|
74 |
| - "nuxt": "^3.13.1", |
75 |
| - "nuxt-icon": "1.0.0-beta.7", |
76 |
| - "nuxt-svgo": "^4.0.5", |
77 |
| - "prisma": "5.20.0", |
| 75 | + "nuxt": "^3.13.2", |
| 76 | + "nuxt-svgo": "^4.0.6", |
| 77 | + "prisma": "^5.20.0", |
78 | 78 | "shadcn-nuxt": "^0.10.4",
|
79 | 79 | "ts-node": "^10.9.2",
|
80 | 80 | "tsx": "^4.19.1",
|
81 | 81 | "typescript": "^5.6.2",
|
82 |
| - "vue": "^3.5.5", |
| 82 | + "vue": "^3.5.10", |
83 | 83 | "vue-router": "4.4.5",
|
84 | 84 | "vue-tsc": "^2.1.6"
|
85 | 85 | },
|
86 |
| - "overrides": { |
87 |
| - "nitropack": "2.9.5" |
88 |
| - }, |
89 | 86 | "prisma": {
|
90 | 87 | "schema": "db/schema.prisma"
|
91 | 88 | }
|
|
0 commit comments