chore(deps): remove typescript resolution

This commit is contained in:
Benjamin Canac
2025-03-24 14:41:50 +01:00
parent 5465fcb61d
commit 1965495768
4 changed files with 254 additions and 257 deletions

View File

@@ -166,7 +166,6 @@
"chokidar": "3.6.0",
"debug": "4.3.7",
"rollup": "4.34.9",
"typescript": "5.6.3",
"unplugin": "^2.2.2",
"vue-tsc": "2.2.0"
},

View File

@@ -17,7 +17,7 @@
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.2.3",
"typescript": "^5.6.3",
"typescript": "^5.8.2",
"vite": "^6.2.3",
"vue-tsc": "^2.2.0"
}

507
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

View File

@@ -6,7 +6,6 @@
"enabled": true
},
"ignoreDeps": [
"typescript",
"vue-tsc"
],
"baseBranches": ["v2", "v3"],