Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Apr 5, 2024
1 parent 1c42996 commit 6efa4c6
Show file tree
Hide file tree
Showing 2 changed files with 1,370 additions and 903 deletions.
16 changes: 8 additions & 8 deletions package.json
@@ -1,7 +1,7 @@
{
"type": "module",
"private": true,
"packageManager": "pnpm@8.15.5",
"packageManager": "pnpm@8.15.6",
"scripts": {
"build": "nuxi build",
"dev:pwa": "VITE_PLUGIN_PWA=true nuxi dev",
Expand All @@ -14,22 +14,22 @@
"typecheck": "vue-tsc --noEmit"
},
"devDependencies": {
"@antfu/eslint-config": "^2.11.4",
"@antfu/eslint-config": "^2.12.1",
"@iconify-json/carbon": "^1.1.31",
"@iconify-json/twemoji": "^1.1.15",
"@nuxt/eslint": "^0.3.0-beta.6",
"@nuxt/eslint": "^0.3.0",
"@nuxtjs/color-mode": "^3.3.3",
"@pinia/nuxt": "^0.5.1",
"@unocss/eslint-config": "^0.58.7",
"@unocss/nuxt": "^0.58.7",
"@unocss/eslint-config": "^0.58.9",
"@unocss/nuxt": "^0.58.9",
"@vite-pwa/nuxt": "^0.6.0",
"@vueuse/nuxt": "^10.9.0",
"consola": "^3.2.3",
"eslint": "^8.57.0",
"eslint-plugin-format": "^0.1.0",
"nuxt": "^3.11.1",
"nuxt": "^3.11.2",
"pinia": "^2.1.7",
"typescript": "^5.4.3",
"vue-tsc": "^2.0.7"
"typescript": "^5.4.4",
"vue-tsc": "^2.0.10"
}
}

0 comments on commit 6efa4c6

Please sign in to comment.