fix(deps): use non-breaking versions

Signed-off-by: Erik Michelson <github@erik.michelson.eu>
This commit is contained in:
Erik Michelson 2024-11-01 16:54:15 +01:00
parent a15ece1e7f
commit 932ecac326
5 changed files with 151 additions and 21 deletions
html-to-react

View file

@ -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"
}