Skip to content

Commit 83cd0bf

Browse files
committed
fix
1 parent d7d6943 commit 83cd0bf

4 files changed

Lines changed: 90 additions & 73 deletions

File tree

package-lock.json

Lines changed: 74 additions & 61 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -28,20 +28,20 @@
2828
"devDependencies": {
2929
"@prettier/plugin-oxc": "^0.0.4",
3030
"@tsconfig/node22": "^22.0.2",
31-
"@types/node": "^22.16.5",
31+
"@types/node": "^22.18.6",
3232
"@vitejs/plugin-vue": "^6.0.1",
33-
"@vitejs/plugin-vue-jsx": "^5.0.1",
33+
"@vitejs/plugin-vue-jsx": "^5.1.1",
3434
"@vue/eslint-config-prettier": "^10.2.0",
3535
"@vue/eslint-config-typescript": "^14.6.0",
36-
"@vue/tsconfig": "^0.7.0",
37-
"eslint": "^9.31.0",
38-
"eslint-plugin-oxlint": "~1.8.0",
39-
"eslint-plugin-vue": "~10.3.0",
40-
"jiti": "^2.4.2",
36+
"@vue/tsconfig": "^0.8.1",
37+
"eslint": "^9.36.0",
38+
"eslint-plugin-oxlint": "~1.18.0",
39+
"eslint-plugin-vue": "~10.5.0",
40+
"jiti": "^2.6.0",
4141
"npm-run-all2": "^8.0.4",
42-
"oxlint": "~1.8.0",
42+
"oxlint": "~1.18.0",
4343
"prettier": "3.6.2",
44-
"typescript": "~5.8.0",
44+
"typescript": "~5.9.2",
4545
"vite": "npm:rolldown-vite@latest",
4646
"vite-plugin-vue-devtools": "^8.0.0",
4747
"vue-tsc": "^3.0.4"

tsconfig.app.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
2-
"extends": "@vue/tsconfig/tsconfig.dom.json",
2+
"extends": "./node_modules/@vue/tsconfig/tsconfig.dom.json",
33
"include": ["env.d.ts", "src/**/*", "src/**/*.vue"],
44
"exclude": ["src/**/__tests__/*"],
55
"compilerOptions": {
6+
"composite": true,
67
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.app.tsbuildinfo",
7-
88
"paths": {
99
"@/*": ["./src/*"]
1010
}

tsconfig.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,9 @@
77
{
88
"path": "./tsconfig.app.json"
99
}
10-
]
10+
],
11+
"compilerOptions": {
12+
"forceConsistentCasingInFileNames": true,
13+
"strict": true
14+
}
1115
}

0 commit comments

Comments
 (0)