Add typescript 5.x as an allowed version. (#18674)

* Add typescript 5.x as an allowed version.

* Adjust version ranges to keep tests passing.

* Update the typescript-rxjs sample.
This commit is contained in:
Jeffrey Yasskin
2024-05-15 13:09:55 -07:00
committed by GitHub
parent 70130edaab
commit 7e94c873f7
32 changed files with 1567 additions and 7412 deletions

View File

@@ -25,7 +25,7 @@
"axios": "^1.6.1"
},
"devDependencies": {
"@types/node": "^12.11.5",
"typescript": "^4.0"
"@types/node": "12.11.5 - 12.20.42",
"typescript": "^4.0 || ^5.0"
}
}