Compare commits

..

1 Commits

Author SHA1 Message Date
ede7d38da7 fix(deps): update all dependencies
Some checks failed
renovate/artifacts Artifact file update failure
2025-06-03 03:46:08 +00:00
2 changed files with 5 additions and 5 deletions

View File

@ -15,7 +15,7 @@
"devDependencies": { "devDependencies": {
"@types/react": "19.0.10", "@types/react": "19.0.10",
"@types/react-dom": "19.0.4", "@types/react-dom": "19.0.4",
"@vitejs/plugin-react": "4.5.0", "@vitejs/plugin-react": "4.5.1",
"typescript": "5.8.3", "typescript": "5.8.3",
"vite": "6.3.5" "vite": "6.3.5"
} }

View File

@ -480,10 +480,10 @@
dependencies: dependencies:
csstype "^3.0.2" csstype "^3.0.2"
"@vitejs/plugin-react@4.5.0": "@vitejs/plugin-react@4.5.1":
version "4.5.0" version "4.5.1"
resolved "https://registry.yarnpkg.com/@vitejs/plugin-react/-/plugin-react-4.5.0.tgz#ef2bad6be3031af2b2105b7ab2754f710e890a32" resolved "https://registry.yarnpkg.com/@vitejs/plugin-react/-/plugin-react-4.5.1.tgz#19432712467ad3b81f24c85d695a6febf8d4cc11"
integrity sha512-JuLWaEqypaJmOJPLWwO335Ig6jSgC1FTONCWAxnqcQthLTK/Yc9aH6hr9z/87xciejbQcnP3GnA1FWUSWeXaeg== integrity sha512-uPZBqSI0YD4lpkIru6M35sIfylLGTyhGHvDZbNLuMA73lMlwJKz5xweH7FajfcCAc2HnINciejA9qTz0dr0M7A==
dependencies: dependencies:
"@babel/core" "^7.26.10" "@babel/core" "^7.26.10"
"@babel/plugin-transform-react-jsx-self" "^7.25.9" "@babel/plugin-transform-react-jsx-self" "^7.25.9"