Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Aug 26, 2024
1 parent 5f4fa62 commit 8d6b8e2
Show file tree
Hide file tree
Showing 2 changed files with 1,682 additions and 1,824 deletions.
29 changes: 16 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"type": "module",
"private": true,
"packageManager": "pnpm@9.7.0",
"packageManager": "pnpm@9.8.0",
"scripts": {
"build": "nuxi build",
"dev:pwa": "VITE_PLUGIN_PWA=true nuxi dev",
Expand All @@ -14,23 +14,26 @@
"typecheck": "vue-tsc --noEmit"
},
"devDependencies": {
"@antfu/eslint-config": "^2.25.1",
"@antfu/eslint-config": "^2.27.1",
"@iconify-json/carbon": "^1.1.37",
"@iconify-json/twemoji": "^1.1.16",
"@nuxt/devtools": "^1.3.9",
"@nuxt/eslint": "^0.5.0",
"@nuxtjs/color-mode": "^3.4.2",
"@pinia/nuxt": "^0.5.3",
"@unocss/eslint-config": "^0.62.1",
"@unocss/nuxt": "^0.62.1",
"@vite-pwa/nuxt": "^0.9.1",
"@vueuse/nuxt": "^10.11.1",
"@nuxt/devtools": "^1.4.0",
"@nuxt/eslint": "^0.5.2",
"@nuxtjs/color-mode": "^3.4.4",
"@pinia/nuxt": "^0.5.4",
"@unocss/eslint-config": "^0.62.3",
"@unocss/nuxt": "^0.62.3",
"@vite-pwa/nuxt": "^0.10.1",
"@vueuse/nuxt": "^11.0.3",
"consola": "^3.2.3",
"eslint": "^9.9.0",
"eslint": "^9.9.1",
"eslint-plugin-format": "^0.1.2",
"nuxt": "^3.12.4",
"pinia": "^2.2.1",
"nuxt": "^3.13.0",
"pinia": "^2.2.2",
"typescript": "^5.5.4",
"vue-tsc": "^2.0.29"
},
"resolutions": {
"@typescript-eslint/utils": "^8.2.0"
}
}
Loading

0 comments on commit 8d6b8e2

Please sign in to comment.