Update dependency @types/react to v18.2.30
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 2023-10-19 17:58:53 +00:00
parent 003becee9a
commit bd90a5c243
2 changed files with 5 additions and 5 deletions

View File

@ -17,7 +17,7 @@
}, },
"devDependencies": { "devDependencies": {
"@types/node": "18.18.6", "@types/node": "18.18.6",
"@types/react": "18.2.29", "@types/react": "18.2.30",
"@types/react-dom": "18.2.14", "@types/react-dom": "18.2.14",
"prettier": "3.0.3", "prettier": "3.0.3",
"typescript": "5.2.2" "typescript": "5.2.2"

View File

@ -508,10 +508,10 @@
"@types/scheduler" "*" "@types/scheduler" "*"
csstype "^3.0.2" csstype "^3.0.2"
"@types/react@18.2.29": "@types/react@18.2.30":
version "18.2.29" version "18.2.30"
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.29.tgz#88b48a287e00f6fdcd6f95662878fb701ae18b27" resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.30.tgz#b84f786864fc46f18545364a54d5e1316308e59b"
integrity sha512-Z+ZrIRocWtdD70j45izShRwDuiB4JZqDegqMFW/I8aG5DxxLKOzVNoq62UIO82v9bdgi+DO1jvsb9sTEZUSm+Q== integrity sha512-OfqdJnDsSo4UNw0bqAjFCuBpLYQM7wvZidz0hVxHRjrEkzRlvZL1pJVyOSY55HMiKvRNEo9DUBRuEl7FNlJ/Vg==
dependencies: dependencies:
"@types/prop-types" "*" "@types/prop-types" "*"
"@types/scheduler" "*" "@types/scheduler" "*"