mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-24 18:56:32 -05:00
chore: update ts-node to 11.0.0-beta.1
Signed-off-by: Philip Molares <philip.molares@udo.edu>
This commit is contained in:
parent
7cd394b8f8
commit
26aae03b22
3 changed files with 6 additions and 6 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#c06cbe7d83b5585bb24f9963c42ce13eadd2202f",
|
||||
"ts-node": "11.0.0-beta.1",
|
||||
"tsconfig-paths": "4.2.0",
|
||||
"typescript": "5.2.2"
|
||||
},
|
||||
|
|
|
@ -171,7 +171,7 @@
|
|||
"react-test-renderer": "18.2.0",
|
||||
"ts-loader": "9.5.0",
|
||||
"ts-mockery": "1.2.0",
|
||||
"ts-node": "https://github.com/TypeStrong/ts-node.git#c06cbe7d83b5585bb24f9963c42ce13eadd2202f",
|
||||
"ts-node": "11.0.0-beta.1",
|
||||
"typescript": "5.2.2",
|
||||
"user-agent-data-types": "0.4.2"
|
||||
},
|
||||
|
|
|
@ -2391,7 +2391,7 @@ __metadata:
|
|||
supertest: "npm:6.3.3"
|
||||
ts-jest: "npm:29.1.1"
|
||||
ts-mockery: "npm:1.2.0"
|
||||
ts-node: "https://github.com/TypeStrong/ts-node.git#c06cbe7d83b5585bb24f9963c42ce13eadd2202f"
|
||||
ts-node: "npm:11.0.0-beta.1"
|
||||
tsconfig-paths: "npm:4.2.0"
|
||||
typeorm: "npm:0.3.17"
|
||||
typescript: "npm:5.2.2"
|
||||
|
@ -2570,7 +2570,7 @@ __metadata:
|
|||
tlds: "npm:1.244.0"
|
||||
ts-loader: "npm:9.5.0"
|
||||
ts-mockery: "npm:1.2.0"
|
||||
ts-node: "https://github.com/TypeStrong/ts-node.git#c06cbe7d83b5585bb24f9963c42ce13eadd2202f"
|
||||
ts-node: "npm:11.0.0-beta.1"
|
||||
twemoji-colr-font: "npm:14.1.3"
|
||||
typescript: "npm:5.2.2"
|
||||
user-agent-data-types: "npm:0.4.2"
|
||||
|
@ -17252,9 +17252,9 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"ts-node@https://github.com/TypeStrong/ts-node.git#c06cbe7d83b5585bb24f9963c42ce13eadd2202f":
|
||||
"ts-node@npm:11.0.0-beta.1":
|
||||
version: 11.0.0-beta.1
|
||||
resolution: "ts-node@https://github.com/TypeStrong/ts-node.git#commit=c06cbe7d83b5585bb24f9963c42ce13eadd2202f"
|
||||
resolution: "ts-node@npm:11.0.0-beta.1"
|
||||
dependencies:
|
||||
"@cspotcode/source-map-support": "npm:^0.8.0"
|
||||
"@tsconfig/node14": "npm:*"
|
||||
|
|
Loading…
Reference in a new issue