mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-18 17:25:16 -04:00
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:
parent
0a58318348
commit
b35bc739e5
3 changed files with 5 additions and 85 deletions
|
@ -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"
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue