Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Dec 3, 2024
1 parent c075b45 commit 67259dc
Show file tree
Hide file tree
Showing 2 changed files with 409 additions and 410 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"type": "module",
"private": true,
"packageManager": "[email protected].3",
"packageManager": "[email protected].4",
"scripts": {
"build": "nuxi build",
"dev:pwa": "VITE_PLUGIN_PWA=true nuxi dev",
Expand All @@ -20,22 +20,22 @@
"@nuxt/devtools": "^1.6.1",
"@nuxt/eslint": "^0.7.2",
"@nuxtjs/color-mode": "^3.5.2",
"@pinia/nuxt": "^0.7.0",
"@unocss/eslint-config": "^0.64.1",
"@unocss/nuxt": "^0.64.1",
"@pinia/nuxt": "^0.8.0",
"@unocss/eslint-config": "^0.65.0",
"@unocss/nuxt": "^0.65.0",
"@vite-pwa/nuxt": "^0.10.6",
"@vueuse/nuxt": "^12.0.0",
"consola": "^3.2.3",
"eslint": "^9.15.0",
"eslint-plugin-format": "^0.1.2",
"eslint": "^9.16.0",
"eslint-plugin-format": "^0.1.3",
"nuxt": "^3.14.1592",
"pinia": "^2.2.8",
"typescript": "~5.6.3",
"vue-tsc": "^2.1.10"
},
"resolutions": {
"unplugin": "2.0.0-beta.1",
"vite": "^6.0.1",
"vite-plugin-inspect": "^0.10.1"
"vite": "^6.0.2",
"vite-plugin-inspect": "^0.10.2"
}
}
Loading

0 comments on commit 67259dc

Please sign in to comment.