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 27, 2023
1 parent 8be97a4 commit 32b6eba
Show file tree
Hide file tree
Showing 3 changed files with 382 additions and 259 deletions.
6 changes: 3 additions & 3 deletions eslint.config.js
@@ -1,7 +1,7 @@
import antfu from '@antfu/eslint-config'
import unocss from '@unocss/eslint-plugin'

export default antfu(
{},
unocss.configs.flat,
{
unocss: true,
},
)
16 changes: 8 additions & 8 deletions package.json
@@ -1,7 +1,7 @@
{
"type": "module",
"private": true,
"packageManager": "pnpm@8.10.5",
"packageManager": "pnpm@8.11.0",
"scripts": {
"build": "nuxi build",
"dev:pwa": "VITE_PLUGIN_PWA=true nuxi dev",
Expand All @@ -14,18 +14,18 @@
"typecheck": "vue-tsc --noEmit"
},
"devDependencies": {
"@antfu/eslint-config": "^2.0.0",
"@iconify-json/carbon": "^1.1.21",
"@iconify-json/twemoji": "^1.1.12",
"@antfu/eslint-config": "^2.1.1",
"@iconify-json/carbon": "^1.1.22",
"@iconify-json/twemoji": "^1.1.13",
"@nuxtjs/color-mode": "^3.3.2",
"@pinia/nuxt": "^0.5.1",
"@unocss/eslint-config": "^0.57.6",
"@unocss/nuxt": "^0.57.6",
"@vite-pwa/nuxt": "^0.2.3",
"@unocss/eslint-config": "^0.57.7",
"@unocss/nuxt": "^0.57.7",
"@vite-pwa/nuxt": "^0.3.2",
"@vueuse/nuxt": "^10.6.1",
"consola": "^3.2.3",
"eslint": "^8.54.0",
"nuxt": "^3.8.1",
"nuxt": "^3.8.2",
"pinia": "^2.1.7",
"typescript": "^5.3.2",
"vue-tsc": "^1.8.22"
Expand Down

0 comments on commit 32b6eba

Please sign in to comment.