Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Jan 16, 2025
1 parent 388854d commit 9d7aea9
Show file tree
Hide file tree
Showing 2 changed files with 1,159 additions and 999 deletions.
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"type": "module",
"private": true,
"packageManager": "[email protected].1",
"packageManager": "[email protected].4",
"scripts": {
"build": "nuxi build",
"dev:pwa": "VITE_PLUGIN_PWA=true nuxi dev",
Expand All @@ -14,28 +14,28 @@
"typecheck": "vue-tsc --noEmit"
},
"devDependencies": {
"@antfu/eslint-config": "^3.12.1",
"@antfu/eslint-config": "^3.14.0",
"@iconify-json/carbon": "^1.2.5",
"@iconify-json/twemoji": "^1.2.2",
"@nuxt/devtools": "^1.7.0",
"@nuxt/eslint": "^0.7.4",
"@nuxt/devtools": "^2.0.0-beta.2",
"@nuxt/eslint": "^0.7.5",
"@nuxtjs/color-mode": "^3.5.2",
"@pinia/nuxt": "^0.9.0",
"@unocss/eslint-config": "^0.65.3",
"@unocss/nuxt": "^0.65.3",
"@unocss/eslint-config": "^65.4.2",
"@unocss/nuxt": "^65.4.2",
"@vite-pwa/nuxt": "^0.10.6",
"@vueuse/nuxt": "^12.2.0",
"consola": "^3.3.1",
"eslint": "^9.17.0",
"eslint-plugin-format": "^0.1.3",
"nuxt": "^3.15.0",
"@vueuse/nuxt": "^12.4.0",
"consola": "^3.4.0",
"eslint": "^9.18.0",
"eslint-plugin-format": "^1.0.1",
"nuxt": "^3.15.2",
"pinia": "^2.3.0",
"typescript": "^5.7.2",
"typescript": "^5.7.3",
"vue-tsc": "^2.2.0"
},
"resolutions": {
"unplugin": "^2.1.0",
"vite": "^6.0.6",
"vite-plugin-inspect": "^0.10.6"
"@nuxt/devtools": "2.0.0-beta.2",
"unplugin": "^2.1.2",
"vite": "^6.0.7"
}
}
Loading

0 comments on commit 9d7aea9

Please sign in to comment.