Update dependency @types/react to v18.3.4
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing

This commit is contained in:
Kasper Juul Hermansen 2024-08-21 21:22:36 +00:00
parent bd03bd5065
commit fa0e666bd5
2 changed files with 5 additions and 5 deletions

View File

@ -17,7 +17,7 @@
}, },
"devDependencies": { "devDependencies": {
"@types/node": "20.12.12", "@types/node": "20.12.12",
"@types/react": "18.3.2", "@types/react": "18.3.4",
"@types/react-dom": "18.3.0", "@types/react-dom": "18.3.0",
"prettier": "3.2.5", "prettier": "3.2.5",
"typescript": "5.4.5" "typescript": "5.4.5"

View File

@ -496,10 +496,10 @@
"@types/scheduler" "*" "@types/scheduler" "*"
csstype "^3.0.2" csstype "^3.0.2"
"@types/react@18.3.2": "@types/react@18.3.4":
version "18.3.2" version "18.3.4"
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.3.2.tgz#462ae4904973bc212fa910424d901e3d137dbfcd" resolved "https://registry.yarnpkg.com/@types/react/-/react-18.3.4.tgz#dfdd534a1d081307144c00e325c06e00312c93a3"
integrity sha512-Btgg89dAnqD4vV7R3hlwOxgqobUQKgx3MmrQRi0yYbs/P0ym8XozIAlkqVilPqHQwXs4e9Tf63rrCgl58BcO4w== integrity sha512-J7W30FTdfCxDDjmfRM+/JqLHBIyl7xUIp9kwK637FGmY7+mkSFSe6L4jpZzhj5QMfLssSDP4/i75AKkrdC7/Jw==
dependencies: dependencies:
"@types/prop-types" "*" "@types/prop-types" "*"
csstype "^3.0.2" csstype "^3.0.2"