mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-21 17:26:29 -05:00
chore(html-to-react): update typescript to 5.2.2
Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
parent
75d41a42c9
commit
3a565d83c1
2 changed files with 2 additions and 2 deletions
|
@ -63,7 +63,7 @@
|
||||||
"react": "18.2.0",
|
"react": "18.2.0",
|
||||||
"react-dom": "18.2.0",
|
"react-dom": "18.2.0",
|
||||||
"ts-jest": "29.1.1",
|
"ts-jest": "29.1.1",
|
||||||
"typescript": "5.1.6"
|
"typescript": "5.2.2"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"domelementtype": "^2.3.0",
|
"domelementtype": "^2.3.0",
|
||||||
|
|
|
@ -2557,7 +2557,7 @@ __metadata:
|
||||||
react: 18.2.0
|
react: 18.2.0
|
||||||
react-dom: 18.2.0
|
react-dom: 18.2.0
|
||||||
ts-jest: 29.1.1
|
ts-jest: 29.1.1
|
||||||
typescript: 5.1.6
|
typescript: 5.2.2
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
react: ">=16.0"
|
react: ">=16.0"
|
||||||
languageName: unknown
|
languageName: unknown
|
||||||
|
|
Loading…
Reference in a new issue