Skip to content

Commit 67259dc

Browse files
committed
chore: update deps
1 parent c075b45 commit 67259dc

File tree

2 files changed

+409
-410
lines changed

2 files changed

+409
-410
lines changed

Diff for: package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"type": "module",
33
"private": true,
4-
"packageManager": "[email protected].3",
4+
"packageManager": "[email protected].4",
55
"scripts": {
66
"build": "nuxi build",
77
"dev:pwa": "VITE_PLUGIN_PWA=true nuxi dev",
@@ -20,22 +20,22 @@
2020
"@nuxt/devtools": "^1.6.1",
2121
"@nuxt/eslint": "^0.7.2",
2222
"@nuxtjs/color-mode": "^3.5.2",
23-
"@pinia/nuxt": "^0.7.0",
24-
"@unocss/eslint-config": "^0.64.1",
25-
"@unocss/nuxt": "^0.64.1",
23+
"@pinia/nuxt": "^0.8.0",
24+
"@unocss/eslint-config": "^0.65.0",
25+
"@unocss/nuxt": "^0.65.0",
2626
"@vite-pwa/nuxt": "^0.10.6",
2727
"@vueuse/nuxt": "^12.0.0",
2828
"consola": "^3.2.3",
29-
"eslint": "^9.15.0",
30-
"eslint-plugin-format": "^0.1.2",
29+
"eslint": "^9.16.0",
30+
"eslint-plugin-format": "^0.1.3",
3131
"nuxt": "^3.14.1592",
3232
"pinia": "^2.2.8",
3333
"typescript": "~5.6.3",
3434
"vue-tsc": "^2.1.10"
3535
},
3636
"resolutions": {
3737
"unplugin": "2.0.0-beta.1",
38-
"vite": "^6.0.1",
39-
"vite-plugin-inspect": "^0.10.1"
38+
"vite": "^6.0.2",
39+
"vite-plugin-inspect": "^0.10.2"
4040
}
4141
}

0 commit comments

Comments
 (0)