Skip to content

Commit 25d9980

Browse files
committed
update nuxt
1 parent aed1140 commit 25d9980

File tree

2 files changed

+423
-551
lines changed

2 files changed

+423
-551
lines changed

package.json

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,11 @@
3030
"typecheck": "nuxi typecheck"
3131
},
3232
"resolutions": {
33-
"esbuild": "0.23.0"
33+
"esbuild": "0.24.1",
34+
"vite": "6.0.6"
3435
},
3536
"dependencies": {
36-
"@vueuse/core": "10.11.1",
37+
"@vueuse/core": "12.2.0",
3738
"canvas-confetti": "1.9.3",
3839
"date-fns": "3.6.0",
3940
"dotaver": "1.0.1",
@@ -44,26 +45,28 @@
4445
},
4546
"devDependencies": {
4647
"@antfu/eslint-config": "3.12.1",
47-
"@morev/vue-transitions": "2.3.6",
48+
"@iconify-json/simple-icons": "1.2.17",
49+
"@iconify-json/tabler": "1.2.13",
50+
"@morev/vue-transitions": "3.0.5",
4851
"@nuxt/eslint": "0.7.4",
49-
"@nuxt/icon": "1.4.5",
52+
"@nuxt/icon": "1.10.3",
5053
"@nuxtjs/google-fonts": "3.2.0",
5154
"@nuxtjs/supabase": "1.4.5",
5255
"@supabase/realtime-js": "2.11.2",
5356
"@total-typescript/ts-reset": "0.6.1",
5457
"@types/canvas-confetti": "1.9.0",
5558
"@types/node": "22.10.2",
5659
"@vercel/speed-insights": "1.0.10",
57-
"@vite-pwa/nuxt": "0.9.1",
58-
"@vueuse/nuxt": "10.11.1",
60+
"@vite-pwa/nuxt": "0.10.6",
61+
"@vueuse/nuxt": "12.2.0",
5962
"@windicss/plugin-animations": "1.0.9",
60-
"browserslist": "4.23.3",
61-
"dotenv": "16.4.5",
62-
"esbuild-plugin-browserslist": "0.14.0",
63+
"browserslist": "4.24.3",
64+
"dotenv": "16.4.7",
65+
"esbuild-plugin-browserslist": "0.15.0",
6366
"eslint": "9.17.0",
6467
"lint-staged": "15.2.11",
65-
"nuxt": "3.12.4",
66-
"nuxt-security": "2.0.0-rc.9",
68+
"nuxt": "3.15.0",
69+
"nuxt-security": "2.1.5",
6770
"nuxt-windicss": "3.0.1",
6871
"ofetch": "1.3.4",
6972
"pino-http": "10.2.0",
@@ -72,7 +75,7 @@
7275
"simple-git-hooks": "2.11.1",
7376
"typescript": "5.7.2",
7477
"valibot": "1.0.0-beta.9",
75-
"vue": "3.4.37",
78+
"vue": "3.5.13",
7679
"vue-tsc": "2.2.0"
7780
},
7881
"pnpm": {

0 commit comments

Comments
 (0)