Downgrade TypeScript version to fix compability issue with react-vnc
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-04-08 18:47:50 +02:00
parent e2210d247a
commit 389d03e699
2 changed files with 20 additions and 6 deletions

View File

@ -31,7 +31,7 @@
"react-router-dom": "^6.15.0",
"react-syntax-highlighter": "^15.5.0",
"react-vnc": "^1.0.0",
"typescript": "^5.4.4",
"typescript": "^4.1.6",
"uuid": "^9.0.1",
"vite": "^5.0.8",
"vite-tsconfig-paths": "^4.2.2",