mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-20 10:15:17 -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
|
@ -171,7 +171,7 @@
|
|||
"react-test-renderer": "18.2.0",
|
||||
"ts-loader": "9.5.0",
|
||||
"ts-mockery": "1.2.0",
|
||||
"ts-node": "10.9.1",
|
||||
"ts-node": "https://github.com/TypeStrong/ts-node.git#0eb980f2b7e86801eca76782a323f7ad696784ab",
|
||||
"typescript": "5.2.2",
|
||||
"user-agent-data-types": "0.4.2"
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue