Update dependency @types/react-dom to ^18.3.6
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-04-09 00:30:31 +00:00
parent f44d318b16
commit 9c2eedc7d1
2 changed files with 5 additions and 5 deletions

View File

@ -17,7 +17,7 @@
"devDependencies": {
"@eslint/js": "^9.21.0",
"@types/react": "^18.3.20",
"@types/react-dom": "^18.3.5",
"@types/react-dom": "^18.3.6",
"@typescript-eslint/eslint-plugin": "^8.28.0",
"@typescript-eslint/parser": "^8.28.0",
"@vitejs/plugin-react": "^4.3.4",
@ -2728,9 +2728,9 @@
}
},
"node_modules/@types/react-dom": {
"version": "18.3.5",
"resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.3.5.tgz",
"integrity": "sha512-P4t6saawp+b/dFrUr2cvkVsfvPguwsxtH6dNIYRllMsefqFzkZk5UIjzyDOv5g1dXIPdG4Sp1yCR4Z6RCUsG/Q==",
"version": "18.3.6",
"resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.3.6.tgz",
"integrity": "sha512-nf22//wEbKXusP6E9pfOCDwFdHAX4u172eaJI4YkDRQEZiorm6KfYnSC2SWLDMVWUOWPERmJnN0ujeAfTBLvrw==",
"license": "MIT",
"peerDependencies": {
"@types/react": "^18.0.0"

View File

@ -19,7 +19,7 @@
"devDependencies": {
"@eslint/js": "^9.21.0",
"@types/react": "^18.3.20",
"@types/react-dom": "^18.3.5",
"@types/react-dom": "^18.3.6",
"@typescript-eslint/eslint-plugin": "^8.28.0",
"@typescript-eslint/parser": "^8.28.0",
"@vitejs/plugin-react": "^4.3.4",