mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-25 19:26:31 -05:00
Update node types to v18
Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
parent
4138ee46f3
commit
0ab25f695e
2 changed files with 3 additions and 10 deletions
|
@ -136,7 +136,7 @@
|
|||
"@types/markdown-it-container": "2.0.5",
|
||||
"@types/markdown-it-plantuml": "1.4.1",
|
||||
"@types/mermaid": "8.2.9",
|
||||
"@types/node": "16.11.42",
|
||||
"@types/node": "18.0.0",
|
||||
"@types/react": "18.0.14",
|
||||
"@types/react-bootstrap-typeahead": "5.1.8",
|
||||
"@types/react-dom": "18.0.5",
|
||||
|
|
11
yarn.lock
11
yarn.lock
|
@ -2002,7 +2002,7 @@ __metadata:
|
|||
"@types/markdown-it-container": 2.0.5
|
||||
"@types/markdown-it-plantuml": 1.4.1
|
||||
"@types/mermaid": 8.2.9
|
||||
"@types/node": 16.11.42
|
||||
"@types/node": 18.0.0
|
||||
"@types/react": 18.0.14
|
||||
"@types/react-bootstrap-typeahead": 5.1.8
|
||||
"@types/react-dom": 18.0.5
|
||||
|
@ -4756,20 +4756,13 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@types/node@npm:*":
|
||||
"@types/node@npm:*, @types/node@npm:18.0.0":
|
||||
version: 18.0.0
|
||||
resolution: "@types/node@npm:18.0.0"
|
||||
checksum: aab2b325727a2599f6d25ebe0dedf58c40fb66a51ce4ca9c0226ceb70fcda2d3afccdca29db5942eb48b158ee8585a274a1e3750c718bbd5399d7f41d62dfdcc
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@types/node@npm:16.11.42":
|
||||
version: 16.11.42
|
||||
resolution: "@types/node@npm:16.11.42"
|
||||
checksum: a1746910cf27c9e8597805556c943bde5e630c5c4e03bdd2513ccd7fe5fce1ed912f51f5d0ce5dcda0583e5539177f76ad35a19caa9525307d7a722aa9962631
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@types/node@npm:^14.14.31":
|
||||
version: 14.18.21
|
||||
resolution: "@types/node@npm:14.18.21"
|
||||
|
|
Loading…
Reference in a new issue