Skip to content

Commit 1666064

Browse files
committed
fix: improve type and remove ts-expect-error statement
1 parent dc12502 commit 1666064

3 files changed

Lines changed: 1264 additions & 280 deletions

File tree

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
"@intlify/unplugin-vue-i18n": "^6.0.8",
9090
"@intlify/utils": "^0.13.0",
9191
"@miyaneee/rollup-plugin-json5": "^1.2.0",
92-
"@nuxt/kit": "^4.0.2",
92+
"@nuxt/kit": "^4.0.3",
9393
"@rollup/plugin-yaml": "^4.1.2",
9494
"@vue/compiler-sfc": "^3.5.18",
9595
"cookie-es": "^2.0.0",
@@ -104,7 +104,7 @@
104104
"nuxt-define": "^1.0.0",
105105
"oxc-parser": "^0.78.0",
106106
"pathe": "^2.0.3",
107-
"typescript": "^5.8.3",
107+
"typescript": "^5.9.2",
108108
"ufo": "^1.6.1",
109109
"unplugin": "^2.3.5",
110110
"unplugin-vue-router": "^0.14.0",
@@ -116,7 +116,7 @@
116116
"@babel/types": "^7.28.2",
117117
"@eslint/js": "9.32.0",
118118
"@nuxt/module-builder": "^1.0.2",
119-
"@nuxt/schema": "^4.0.2",
119+
"@nuxt/schema": "^4.0.3",
120120
"@types/debug": "^4.1.12",
121121
"@types/estree": "^1.0.8",
122122
"@types/jsdom": "^21.1.7",
@@ -135,7 +135,7 @@
135135
"lint-staged": "^15.5.0",
136136
"nitropack": "^2.12.4",
137137
"npm-run-all2": "^6.2.6",
138-
"nuxt": "^4.0.2",
138+
"nuxt": "^4.0.3",
139139
"ofetch": "^1.4.1",
140140
"playwright-core": "^1.54.1",
141141
"prettier": "^3.6.2",

0 commit comments

Comments
 (0)