updated to typescript v5 (for compatibility with web3-onboard)

This commit is contained in:
hueso
2025-03-04 18:35:58 -03:00
parent 0f17a67e00
commit d5f9c8f6fa
3 changed files with 131 additions and 74 deletions

View File

@@ -59,9 +59,9 @@
"postcss": "^8.4.18",
"prettier": "^2.7.1",
"tailwindcss": "^3.2.1",
"typescript": "~4.7.4",
"typescript": "~5.8.2",
"vite": "^3.1.8",
"vitest": "^0.28.1",
"vue-tsc": "^1.0.8"
"vue-tsc": "^2.2.8"
}
}