Skip to content

Commit b98f21f

Browse files
committed
chore(deps): update project dependencies
1 parent 2391360 commit b98f21f

File tree

3 files changed

+405
-544
lines changed

3 files changed

+405
-544
lines changed

package.json

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -59,27 +59,26 @@
5959
"typecheck": "vue-tsc --noEmit && cd playground && vue-tsc --noEmit"
6060
},
6161
"dependencies": {
62-
"@nuxt/kit": "^4.0.0",
62+
"@nuxt/kit": "^4.2.1",
6363
"defu": "^6.1.4",
6464
"ohash": "^2.0.11",
65-
"openapi-typescript": "^7.8.0",
65+
"openapi-typescript": "^7.10.1",
6666
"openapi-typescript-helpers": "^0.0.15",
6767
"scule": "^1.3.0"
6868
},
6969
"devDependencies": {
70-
"@antfu/eslint-config": "^4.17.0",
71-
"@nuxt/devtools": "^2.6.2",
72-
"@nuxt/eslint-config": "^1.6.0",
73-
"@nuxt/module-builder": "^1.0.1",
74-
"@nuxt/schema": "^4.0.0",
75-
"@types/node": "^24.0.15",
70+
"@antfu/eslint-config": "^6.2.0",
71+
"@nuxt/devtools": "^3.1.0",
72+
"@nuxt/eslint-config": "^1.10.0",
73+
"@nuxt/module-builder": "^1.0.2",
74+
"@nuxt/schema": "^4.2.1",
75+
"@types/node": "^24.10.1",
7676
"changelogen": "^0.6.2",
77-
"eslint": "^9.31.0",
78-
"h3": "^1.15.3",
79-
"happy-dom": "^18.0.1",
77+
"eslint": "^9.39.1",
78+
"happy-dom": "^20.0.10",
8079
"listhen": "^1.9.0",
81-
"nuxt": "^4.0.0",
82-
"ofetch": "^1.4.1"
80+
"nuxt": "^4.2.1",
81+
"ofetch": "^1.5.1"
8382
},
8483
"resolutions": {
8584
"@norbiros/nuxt-auto-form": "workspace:*"

playground/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"nuxt-open-fetch": "latest"
1313
},
1414
"devDependencies": {
15-
"@nuxt/test-utils": "^3.19.2",
16-
"nuxt": "^4.0.0",
17-
"vitest": "^3.2.4"
15+
"@nuxt/test-utils": "^3.20.1",
16+
"nuxt": "^4.2.1",
17+
"vitest": "^4.0.13"
1818
}
1919
}

0 commit comments

Comments
 (0)