chore(deps): use the same ts-node version in frontend/backend

This changes the specified version from main branch to a specific commit.
Hopefully this changes will result in (better) caching of the ts-node
package, especially in the GitHub CI. By setting a specific commit,
the package is also pinned like all other dependencies and therefore
ensures a more predictionable behaviour.

Signed-off-by: Erik Michelson <github@erik.michelson.eu>
This commit is contained in:
Erik Michelson 2023-10-11 13:10:25 +02:00
parent 0a58318348
commit b35bc739e5
3 changed files with 5 additions and 85 deletions

View file

@ -116,7 +116,7 @@
"supertest": "6.3.3",
"ts-jest": "29.1.1",
"ts-mockery": "1.2.0",
"ts-node": "https://github.com/TypeStrong/ts-node.git#main",
"ts-node": "https://github.com/TypeStrong/ts-node.git#0eb980f2b7e86801eca76782a323f7ad696784ab",
"tsconfig-paths": "4.2.0",
"typescript": "5.2.2"
},