Compare commits

..

1 Commits

Author SHA1 Message Date
9b0e57583d chore(deps): update all dependencies
Some checks failed
renovate/artifacts Artifact file update failure
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is failing
2024-09-20 01:32:40 +00:00
2 changed files with 5 additions and 5 deletions

View File

@ -13,7 +13,7 @@
"react-dom": "18.3.1" "react-dom": "18.3.1"
}, },
"devDependencies": { "devDependencies": {
"@types/react": "18.3.8", "@types/react": "18.3.7",
"@types/react-dom": "18.3.0", "@types/react-dom": "18.3.0",
"@vitejs/plugin-react": "4.3.1", "@vitejs/plugin-react": "4.3.1",
"typescript": "5.6.2", "typescript": "5.6.2",

View File

@ -472,10 +472,10 @@
"@types/scheduler" "*" "@types/scheduler" "*"
csstype "^3.0.2" csstype "^3.0.2"
"@types/react@18.3.8": "@types/react@18.3.7":
version "18.3.8" version "18.3.7"
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.3.8.tgz#1672ab19993f8aca7c7dc844c07d5d9e467d5a79" resolved "https://registry.yarnpkg.com/@types/react/-/react-18.3.7.tgz#6decbfbb01f8d82d56ff5403394121940faa6569"
integrity sha512-syBUrW3/XpnW4WJ41Pft+I+aPoDVbrBVQGEnbD7NijDGlVC+8gV/XKRY+7vMDlfPpbwYt0l1vd/Sj8bJGMbs9Q== integrity sha512-KUnDCJF5+AiZd8owLIeVHqmW9yM4sqmDVf2JRJiBMFkGvkoZ4/WyV2lL4zVsoinmRS/W3FeEdZLEWFRofnT2FQ==
dependencies: dependencies:
"@types/prop-types" "*" "@types/prop-types" "*"
csstype "^3.0.2" csstype "^3.0.2"