chore(deps): update dependency @types/react-dom to v18.2.11

This commit is contained in:
renovate[bot] 2023-10-07 03:05:29 +00:00 committed by GitHub
parent c1b4e11cce
commit 3f904fb310
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

View file

@ -21,7 +21,7 @@
"@types/jest": "29.5.5",
"@types/node": "20.8.3",
"@types/react": "18.2.25",
"@types/react-dom": "18.2.10",
"@types/react-dom": "18.2.11",
"@types/react-router-dom": "5.3.3",
"@types/recharts": "1.8.25",
"@vitejs/plugin-react": "4.1.0",
@ -3720,9 +3720,9 @@
}
},
"node_modules/@types/react-dom": {
"version": "18.2.10",
"resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.2.10.tgz",
"integrity": "sha512-5VEC5RgXIk1HHdyN1pHlg0cOqnxHzvPGpMMyGAP5qSaDRmyZNDaQ0kkVAkK6NYlDhP6YBID3llaXlmAS/mdgCA==",
"version": "18.2.11",
"resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.2.11.tgz",
"integrity": "sha512-zq6Dy0EiCuF9pWFW6I6k6W2LdpUixLE4P6XjXU1QHLfak3GPACQfLwEuHzY5pOYa4hzj1d0GxX/P141aFjZsyg==",
"dependencies": {
"@types/react": "*"
}
@ -12226,9 +12226,9 @@
}
},
"@types/react-dom": {
"version": "18.2.10",
"resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.2.10.tgz",
"integrity": "sha512-5VEC5RgXIk1HHdyN1pHlg0cOqnxHzvPGpMMyGAP5qSaDRmyZNDaQ0kkVAkK6NYlDhP6YBID3llaXlmAS/mdgCA==",
"version": "18.2.11",
"resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.2.11.tgz",
"integrity": "sha512-zq6Dy0EiCuF9pWFW6I6k6W2LdpUixLE4P6XjXU1QHLfak3GPACQfLwEuHzY5pOYa4hzj1d0GxX/P141aFjZsyg==",
"requires": {
"@types/react": "*"
}

View file

@ -20,7 +20,7 @@
"@types/jest": "29.5.5",
"@types/node": "20.8.3",
"@types/react": "18.2.25",
"@types/react-dom": "18.2.10",
"@types/react-dom": "18.2.11",
"@types/react-router-dom": "5.3.3",
"@types/recharts": "1.8.25",
"@vitejs/plugin-react": "4.1.0",