Update dependency @types/react-dom to ^18.3.7
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing

This commit is contained in:
Renovate Bot 2025-05-01 00:22:41 +00:00
parent 5ee8c7fce3
commit dc07e055f8
2 changed files with 5 additions and 5 deletions

View File

@ -17,7 +17,7 @@
"devDependencies": {
"@eslint/js": "^9.25.1",
"@types/react": "^18.3.20",
"@types/react-dom": "^18.3.6",
"@types/react-dom": "^18.3.7",
"@typescript-eslint/eslint-plugin": "^8.31.1",
"@typescript-eslint/parser": "^8.31.1",
"@vitejs/plugin-react": "^4.4.1",
@ -2749,9 +2749,9 @@
}
},
"node_modules/@types/react-dom": {
"version": "18.3.6",
"resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.3.6.tgz",
"integrity": "sha512-nf22//wEbKXusP6E9pfOCDwFdHAX4u172eaJI4YkDRQEZiorm6KfYnSC2SWLDMVWUOWPERmJnN0ujeAfTBLvrw==",
"version": "18.3.7",
"resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.3.7.tgz",
"integrity": "sha512-MEe3UeoENYVFXzoXEWsvcpg6ZvlrFNlOQ7EOsvhI3CfAXwzPfO8Qwuxd40nepsYKqyyVQnTdEfv68q91yLcKrQ==",
"license": "MIT",
"peerDependencies": {
"@types/react": "^18.0.0"

View File

@ -19,7 +19,7 @@
"devDependencies": {
"@eslint/js": "^9.25.1",
"@types/react": "^18.3.20",
"@types/react-dom": "^18.3.6",
"@types/react-dom": "^18.3.7",
"@typescript-eslint/eslint-plugin": "^8.31.1",
"@typescript-eslint/parser": "^8.31.1",
"@vitejs/plugin-react": "^4.4.1",