Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Nov 20, 2023
1 parent 0e682a7 commit 8be97a4
Show file tree
Hide file tree
Showing 2 changed files with 1,547 additions and 2,310 deletions.
22 changes: 11 additions & 11 deletions package.json
@@ -1,7 +1,7 @@
{
"type": "module",
"private": true,
"packageManager": "pnpm@8.9.2",
"packageManager": "pnpm@8.10.5",
"scripts": {
"build": "nuxi build",
"dev:pwa": "VITE_PLUGIN_PWA=true nuxi dev",
Expand All @@ -14,20 +14,20 @@
"typecheck": "vue-tsc --noEmit"
},
"devDependencies": {
"@antfu/eslint-config": "^1.0.0-beta.27",
"@antfu/eslint-config": "^2.0.0",
"@iconify-json/carbon": "^1.1.21",
"@iconify-json/twemoji": "^1.1.12",
"@nuxtjs/color-mode": "^3.3.0",
"@nuxtjs/color-mode": "^3.3.2",
"@pinia/nuxt": "^0.5.1",
"@unocss/eslint-config": "^0.56.5",
"@unocss/nuxt": "^0.56.5",
"@vite-pwa/nuxt": "^0.1.1",
"@vueuse/nuxt": "^10.5.0",
"@unocss/eslint-config": "^0.57.6",
"@unocss/nuxt": "^0.57.6",
"@vite-pwa/nuxt": "^0.2.3",
"@vueuse/nuxt": "^10.6.1",
"consola": "^3.2.3",
"eslint": "^8.51.0",
"nuxt": "^3.8.0",
"eslint": "^8.54.0",
"nuxt": "^3.8.1",
"pinia": "^2.1.7",
"typescript": "^5.2.2",
"vue-tsc": "^1.8.19"
"typescript": "^5.3.2",
"vue-tsc": "^1.8.22"
}
}

0 comments on commit 8be97a4

Please sign in to comment.