chore(rollup): use correct ts version

This commit is contained in:
moklick
2024-03-14 15:17:36 +01:00
parent 54c69c7d8e
commit 2b26ec79b0
3 changed files with 287 additions and 61 deletions
+1 -1
View File
@@ -14,6 +14,6 @@
"@rollup/plugin-typescript": "11.0.0",
"rollup": "^3.23.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"typescript": "^4.9.4"
"typescript": "^5.1.3"
}
}