fix(deps): update definitelytyped

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-10-19 17:37:50 +00:00
parent eaddca2451
commit 403593c9d1
7 changed files with 183 additions and 167 deletions

View file

@ -50,8 +50,8 @@
"devDependencies": {
"@jest/globals": "29.7.0",
"@jest/types": "29.6.3",
"@types/react": "18.2.25",
"@types/react-dom": "18.2.11",
"@types/react": "18.2.29",
"@types/react-dom": "18.2.14",
"@typescript-eslint/eslint-plugin": "6.8.0",
"@typescript-eslint/parser": "6.8.0",
"eslint": "8.51.0",
@ -83,7 +83,7 @@
"node": ">=12"
},
"resolutions": {
"@types/react": "18.2.25"
"@types/react": "18.2.29"
},
"packageManager": "yarn@3.6.4"
}