Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Mar 26, 2024
1 parent ebd06e3 commit cf7040f
Show file tree
Hide file tree
Showing 3 changed files with 627 additions and 336 deletions.
1 change: 1 addition & 0 deletions eslint.config.js
@@ -1,3 +1,4 @@
// @ts-check
import antfu from '@antfu/eslint-config'
import nuxt from './.nuxt/eslint.config.mjs'

Expand Down
10 changes: 5 additions & 5 deletions package.json
Expand Up @@ -14,22 +14,22 @@
"typecheck": "vue-tsc --noEmit"
},
"devDependencies": {
"@antfu/eslint-config": "^2.8.3",
"@antfu/eslint-config": "^2.10.1",
"@iconify-json/carbon": "^1.1.31",
"@iconify-json/twemoji": "^1.1.15",
"@nuxt/eslint": "^0.3.0-beta.2",
"@nuxt/eslint": "^0.3.0-beta.3",
"@nuxtjs/color-mode": "^3.3.3",
"@pinia/nuxt": "^0.5.1",
"@unocss/eslint-config": "^0.58.6",
"@unocss/nuxt": "^0.58.6",
"@unocss/eslint-config": "^0.58.7",
"@unocss/nuxt": "^0.58.7",
"@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",
"pinia": "^2.1.7",
"typescript": "^5.4.2",
"typescript": "^5.4.3",
"vue-tsc": "^2.0.7"
}
}

0 comments on commit cf7040f

Please sign in to comment.