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 24, 2024
1 parent 4aaf882 commit 6b9f94a
Show file tree
Hide file tree
Showing 2 changed files with 1,501 additions and 1,560 deletions.
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"type": "module",
"private": true,
"packageManager": "pnpm@9.14.4",
"packageManager": "pnpm@9.15.1",
"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.11.2",
"@iconify-json/carbon": "^1.2.4",
"@iconify-json/twemoji": "^1.2.1",
"@nuxt/devtools": "^1.6.3",
"@nuxt/eslint": "^0.7.2",
"@antfu/eslint-config": "^3.12.1",
"@iconify-json/carbon": "^1.2.5",
"@iconify-json/twemoji": "^1.2.2",
"@nuxt/devtools": "^1.6.4",
"@nuxt/eslint": "^0.7.4",
"@nuxtjs/color-mode": "^3.5.2",
"@pinia/nuxt": "^0.9.0",
"@unocss/eslint-config": "^0.65.1",
"@unocss/nuxt": "^0.65.1",
"@unocss/eslint-config": "^0.65.2",
"@unocss/nuxt": "^0.65.2",
"@vite-pwa/nuxt": "^0.10.6",
"@vueuse/nuxt": "^12.0.0",
"consola": "^3.2.3",
"eslint": "^9.16.0",
"@vueuse/nuxt": "^12.2.0",
"consola": "^3.3.1",
"eslint": "^9.17.0",
"eslint-plugin-format": "^0.1.3",
"nuxt": "^3.14.1592",
"pinia": "^2.3.0",
"typescript": "~5.6.3",
"vue-tsc": "^2.1.10"
"typescript": "^5.7.2",
"vue-tsc": "^2.2.0"
},
"resolutions": {
"unplugin": "^2.0.0",
"vite": "^6.0.3",
"vite-plugin-inspect": "^0.10.3"
"unplugin": "^2.1.0",
"vite": "^6.0.5",
"vite-plugin-inspect": "^0.10.6"
}
}
Loading

0 comments on commit 6b9f94a

Please sign in to comment.