Skip to content

Commit af409c9

Browse files
committed
chore: update deps
1 parent 6af5755 commit af409c9

File tree

3 files changed

+1428
-1369
lines changed

3 files changed

+1428
-1369
lines changed

nuxt.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export default defineNuxtConfig({
2626
'@nuxtjs/tailwindcss',
2727
'@nuxt/content',
2828
'shadcn-nuxt',
29-
'nuxt-icon',
29+
'@nuxt/icon',
3030
'@nuxt/fonts',
3131
'nuxt-svgo',
3232
'@sentry/nuxt/module',

package.json

Lines changed: 16 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -17,29 +17,29 @@
1717
},
1818
"dependencies": {
1919
"@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",
2323
"@netlify/integrations": "^0.5.4",
2424
"@netlify/sentry": "^0.0.10",
2525
"@nuxt/content": "^2.13.2",
2626
"@radix-icons/vue": "^1.0.0",
27-
"@sentry/nuxt": "^8.30.0",
27+
"@sentry/nuxt": "^8.32.0",
2828
"@tanstack/vue-table": "^8.20.5",
2929
"@unovis/ts": "^1.4.4",
3030
"@unovis/vue": "^1.4.4",
3131
"@vee-validate/zod": "^4.13.2",
3232
"@vite-pwa/nuxt": "^0.10.5",
33-
"@vueuse/core": "^11.0.3",
33+
"@vueuse/core": "^11.1.0",
3434
"class-variance-authority": "^0.7.0",
3535
"clsx": "^2.1.1",
3636
"dotenv": "^16.4.5",
3737
"h3": "^1.12.0",
3838
"h3-clerk": "^0.4.12",
3939
"iron-webcrypto": "^1.2.1",
4040
"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",
4343
"sanitize-html": "^2.13.0",
4444
"tailwind-merge": "^2.5.2",
4545
"tailwindcss-animate": "^1.0.7",
@@ -49,43 +49,40 @@
4949
"v-calendar": "^3.1.2",
5050
"vaul-vue": "^0.2.0",
5151
"vee-validate": "^4.13.2",
52-
"vue-clerk": "^0.6.9",
52+
"vue-clerk": "^0.6.16",
5353
"yaml": "^2.5.1",
5454
"zod": "^3.23.8"
5555
},
5656
"devDependencies": {
57-
"@antfu/eslint-config": "^3.6.0",
57+
"@antfu/eslint-config": "^3.7.3",
5858
"@changesets/changelog-github": "^0.5.0",
5959
"@netlify/blobs": "^8.0.1",
6060
"@nuxt/fonts": "^0.8.0",
61+
"@nuxt/icon": "^1.5.2",
6162
"@nuxt/image": "^1.8.0",
6263
"@nuxtjs/google-fonts": "^3.2.0",
6364
"@nuxtjs/tailwindcss": "^6.12.1",
64-
"@prisma/client": "5.19.1",
65+
"@prisma/client": "^5.20.0",
6566
"@rollup/plugin-wasm": "^6.2.2",
6667
"@tailwindcss/typography": "^0.5.15",
6768
"@types/node-fetch": "^2.6.11",
6869
"@types/sanitize-html": "^2.13.0",
6970
"@types/uuid": "^10.0.0",
7071
"@types/ws": "^8.5.12",
7172
"dayjs-nuxt": "^2.1.11",
72-
"eslint": "^9.10.0",
73+
"eslint": "^9.11.1",
7374
"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",
7878
"shadcn-nuxt": "^0.10.4",
7979
"ts-node": "^10.9.2",
8080
"tsx": "^4.19.1",
8181
"typescript": "^5.6.2",
82-
"vue": "^3.5.5",
82+
"vue": "^3.5.10",
8383
"vue-router": "4.4.5",
8484
"vue-tsc": "^2.1.6"
8585
},
86-
"overrides": {
87-
"nitropack": "2.9.5"
88-
},
8986
"prisma": {
9087
"schema": "db/schema.prisma"
9188
}

0 commit comments

Comments
 (0)