2
0
mirror of https://github.com/tenrok/maska.git synced 2026-06-11 18:02:27 +03:00

chore: pin typescript version for dts plugin

This commit is contained in:
Alexander Shabunevich
2024-11-28 16:23:46 +03:00
parent 369d87558c
commit 3c5d0b8baa
2 changed files with 283 additions and 178 deletions
+2 -2
View File
@@ -87,10 +87,10 @@
"jsdom": "^25.0.1",
"svelte": "^4.2.17",
"ts-standard": "^12.0.2",
"typescript": "^5.4.2",
"typescript": "5.6.3",
"vite": "^5.2.12",
"vite-plugin-banner": "^0.7.1",
"vite-plugin-dts": "^3.9.1",
"vite-plugin-dts": "^4.3.0",
"vitest": "^2.0.2",
"vue": "^3.4.27"
}