Skip to content

Commit ed1ab7b

Browse files
authored
Merge pull request #862 from PBH-BTN/upgrade_ts
Upgrade ts
2 parents 507881b + 58ea5c1 commit ed1ab7b

File tree

5 files changed

+123
-128
lines changed

5 files changed

+123
-128
lines changed

renovate.json

+1-3
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@
66
"ignoreDeps": [
77
"com.github.oshi:oshi-core",
88
"org.xerial:sqlite-jdbc",
9-
"com.ghostchu.peerbanhelper.external-libs:sqlite-jdbc-loongarch64",
10-
"typescript",
11-
"vue-tsc"
9+
"com.ghostchu.peerbanhelper.external-libs:sqlite-jdbc-loongarch64"
1210
],
1311
"baseBranches": [
1412
"dev"

webui/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -63,15 +63,15 @@
6363
"monaco-editor": "^0.52.2",
6464
"npm-run-all2": "^7.0.2",
6565
"prettier": "^3.5.1",
66-
"typescript": "~5.6.3",
66+
"typescript": "~5.7.3",
6767
"typescript-eslint": "^8.24.1",
6868
"vite": "^6.1.1",
6969
"vite-bundle-analyzer": "^0.17.1",
7070
"vite-plugin-node-polyfills": "^0.23.0",
7171
"vite-plugin-remove-console": "^2.2.0",
7272
"vite-plugin-vue-devtools": "^7.7.2",
7373
"vue-eslint-parser": "^9.4.3",
74-
"vue-tsc": "^2.1.10"
74+
"vue-tsc": "^2.2.2"
7575
},
7676
"engines": {
7777
"node": ">=20.0.0",

0 commit comments

Comments
 (0)