Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Oct 19, 2023
1 parent aa30218 commit 0e682a7
Show file tree
Hide file tree
Showing 2 changed files with 1,674 additions and 1,752 deletions.
21 changes: 10 additions & 11 deletions package.json
@@ -1,7 +1,7 @@
{
"type": "module",
"private": true,
"packageManager": "pnpm@8.8.0",
"packageManager": "pnpm@8.9.2",
"scripts": {
"build": "nuxi build",
"dev:pwa": "VITE_PLUGIN_PWA=true nuxi dev",
Expand All @@ -14,21 +14,20 @@
"typecheck": "vue-tsc --noEmit"
},
"devDependencies": {
"@antfu/eslint-config": "^1.0.0-beta.12",
"@antfu/eslint-config": "^1.0.0-beta.27",
"@iconify-json/carbon": "^1.1.21",
"@iconify-json/twemoji": "^1.1.12",
"@nuxt/devtools": "^0.8.5",
"@nuxtjs/color-mode": "^3.3.0",
"@pinia/nuxt": "^0.4.11",
"@unocss/eslint-config": "^0.56.4",
"@unocss/nuxt": "^0.56.4",
"@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.4.1",
"@vueuse/nuxt": "^10.5.0",
"consola": "^3.2.3",
"eslint": "^8.50.0",
"nuxt": "^3.7.4",
"pinia": "^2.1.6",
"eslint": "^8.51.0",
"nuxt": "^3.8.0",
"pinia": "^2.1.7",
"typescript": "^5.2.2",
"vue-tsc": "^1.8.15"
"vue-tsc": "^1.8.19"
}
}

0 comments on commit 0e682a7

Please sign in to comment.