mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-30 14:55:27 -04:00
fix(deps): use non-breaking versions
Signed-off-by: Erik Michelson <github@erik.michelson.eu>
This commit is contained in:
parent
a15ece1e7f
commit
932ecac326
5 changed files with 151 additions and 21 deletions
html-to-react
|
@ -50,7 +50,7 @@
|
|||
"devDependencies": {
|
||||
"@jest/globals": "29.7.0",
|
||||
"@jest/types": "29.6.3",
|
||||
"@types/react": "18.3.11",
|
||||
"@types/react": "18.3.5",
|
||||
"@types/react-dom": "18.3.1",
|
||||
"@typescript-eslint/eslint-plugin": "8.11.0",
|
||||
"@typescript-eslint/parser": "8.11.0",
|
||||
|
@ -82,5 +82,8 @@
|
|||
"engines": {
|
||||
"node": ">=12"
|
||||
},
|
||||
"resolutions": {
|
||||
"@types/react": "18.3.5"
|
||||
},
|
||||
"packageManager": "yarn@4.4.1"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue