Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed May 10, 2024
1 parent f9d842e commit 0d631cd
Show file tree
Hide file tree
Showing 2 changed files with 3,026 additions and 2,747 deletions.
21 changes: 11 additions & 10 deletions package.json
@@ -1,7 +1,7 @@
{
"type": "module",
"private": true,
"packageManager": "pnpm@9.0.5",
"packageManager": "pnpm@9.1.0",
"scripts": {
"build": "nuxi build",
"dev:pwa": "VITE_PLUGIN_PWA=true nuxi dev",
Expand All @@ -14,22 +14,23 @@
"typecheck": "vue-tsc --noEmit"
},
"devDependencies": {
"@antfu/eslint-config": "^2.15.0",
"@iconify-json/carbon": "^1.1.31",
"@antfu/eslint-config": "^2.17.0",
"@iconify-json/carbon": "^1.1.32",
"@iconify-json/twemoji": "^1.1.15",
"@nuxt/eslint": "^0.3.9",
"@nuxtjs/color-mode": "^3.4.0",
"@nuxt/devtools": "^1.3.1",
"@nuxt/eslint": "^0.3.12",
"@nuxtjs/color-mode": "^3.4.1",
"@pinia/nuxt": "^0.5.1",
"@unocss/eslint-config": "^0.59.4",
"@unocss/nuxt": "^0.59.4",
"@vite-pwa/nuxt": "^0.6.0",
"@unocss/eslint-config": "^0.60.0",
"@unocss/nuxt": "^0.60.0",
"@vite-pwa/nuxt": "^0.7.0",
"@vueuse/nuxt": "^10.9.0",
"consola": "^3.2.3",
"eslint": "^9.1.1",
"eslint": "^9.2.0",
"eslint-plugin-format": "^0.1.1",
"nuxt": "^3.11.2",
"pinia": "^2.1.7",
"typescript": "^5.4.5",
"vue-tsc": "^2.0.14"
"vue-tsc": "^2.0.17"
}
}

0 comments on commit 0d631cd

Please sign in to comment.