Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Aug 14, 2024
1 parent 1c8e1ab commit 3f19232
Show file tree
Hide file tree
Showing 4 changed files with 3,230 additions and 3,519 deletions.
8 changes: 4 additions & 4 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
"*.css": "postcss"
},

// Enable the ESlint flat config support
"eslint.experimental.useFlatConfig": true,

// Disable the default formatter, use eslint instead
"prettier.enable": false,
"editor.formatOnSave": false,
Expand Down Expand Up @@ -41,5 +38,8 @@
"json",
"jsonc",
"yaml"
]
],
"interline-translate.knownPopularWordCount": 6000,
"iconify.annotations": true,
"iconify.inplace": true
}
4 changes: 3 additions & 1 deletion nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,6 @@ export default defineNuxtConfig({
standalone: false,
},
},
})

compatibilityDate: '2024-08-14',
})

Check failure on line 79 in nuxt.config.ts

View workflow job for this annotation

GitHub Actions / lint

Newline required at end of file but not found
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"type": "module",
"private": true,
"packageManager": "pnpm@9.1.0",
"packageManager": "pnpm@9.7.0",
"scripts": {
"build": "nuxi build",
"dev:pwa": "VITE_PLUGIN_PWA=true nuxi dev",
Expand All @@ -14,23 +14,23 @@
"typecheck": "vue-tsc --noEmit"
},
"devDependencies": {
"@antfu/eslint-config": "^2.17.0",
"@iconify-json/carbon": "^1.1.32",
"@iconify-json/twemoji": "^1.1.15",
"@nuxt/devtools": "^1.3.1",
"@nuxt/eslint": "^0.3.12",
"@nuxtjs/color-mode": "^3.4.1",
"@pinia/nuxt": "^0.5.1",
"@unocss/eslint-config": "^0.60.0",
"@unocss/nuxt": "^0.60.0",
"@vite-pwa/nuxt": "^0.7.0",
"@vueuse/nuxt": "^10.9.0",
"@antfu/eslint-config": "^2.25.1",
"@iconify-json/carbon": "^1.1.37",
"@iconify-json/twemoji": "^1.1.16",
"@nuxt/devtools": "^1.3.9",
"@nuxt/eslint": "^0.5.0",
"@nuxtjs/color-mode": "^3.4.2",
"@pinia/nuxt": "^0.5.3",
"@unocss/eslint-config": "^0.62.1",
"@unocss/nuxt": "^0.62.1",
"@vite-pwa/nuxt": "^0.9.1",
"@vueuse/nuxt": "^10.11.1",
"consola": "^3.2.3",
"eslint": "^9.2.0",
"eslint-plugin-format": "^0.1.1",
"nuxt": "^3.11.2",
"pinia": "^2.1.7",
"typescript": "^5.4.5",
"vue-tsc": "^2.0.17"
"eslint": "^9.9.0",
"eslint-plugin-format": "^0.1.2",
"nuxt": "^3.12.4",
"pinia": "^2.2.1",
"typescript": "^5.5.4",
"vue-tsc": "^2.0.29"
}
}
Loading

0 comments on commit 3f19232

Please sign in to comment.