Skip to content

Commit 0fc3070

Browse files
committed
chore: update deps
1 parent a99c848 commit 0fc3070

File tree

3 files changed

+841
-1574
lines changed

3 files changed

+841
-1574
lines changed

eslint.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import antfu from '@antfu/eslint-config'
22
import nuxt from './.nuxt/eslint.config.mjs'
33

44
export default nuxt(
5-
antfu({
5+
await antfu({
66
unocss: true,
77
formatters: true,
88
}),

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,23 +18,23 @@
1818
"dependencies": {
1919
"@nuxtjs/color-mode": "^3.5.2",
2020
"@nuxtjs/i18n": "^9.5.4",
21-
"nuxt": "^3.17.3",
21+
"nuxt": "^3.17.4",
2222
"pinia-plugin-persistedstate": "^4.3.0",
2323
"vue": "^3.5.14",
2424
"vue-router": "^4.5.1"
2525
},
2626
"devDependencies": {
27-
"@antfu/eslint-config": "^4.13.1",
27+
"@antfu/eslint-config": "^4.13.2",
2828
"@commitlint/cli": "^19.8.1",
2929
"@commitlint/config-conventional": "^19.8.1",
3030
"@iconify-json/carbon": "^1.2.8",
31-
"@nuxt/eslint": "^1.4.0",
31+
"@nuxt/eslint": "^1.4.1",
3232
"@pinia/nuxt": "^0.11.0",
3333
"@unocss/eslint-plugin": "66.1.2",
3434
"@unocss/nuxt": "66.1.2",
3535
"@vant/nuxt": "^1.0.6",
3636
"bumpp": "^10.1.1",
37-
"eslint": "^9.26.0",
37+
"eslint": "^9.27.0",
3838
"eslint-plugin-format": "^1.0.1",
3939
"lint-staged": "^16.0.0",
4040
"pinia": "^3.0.2",

0 commit comments

Comments
 (0)