Skip to content

Commit

Permalink
fix(deps): update dependency @types/react to v18.3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 24, 2024
1 parent 0e371e5 commit 2a830f7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion frontend/interface/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
"swr": "2.2.5"
},
"devDependencies": {
"@types/react": "18.3.8"
"@types/react": "18.3.9"
}
}
2 changes: 1 addition & 1 deletion frontend/nyanpasu/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"@tauri-apps/plugin-process": "2.0.0-rc.1",
"@tauri-apps/plugin-shell": "2.0.0-rc.1",
"@tauri-apps/plugin-updater": "2.0.0-rc.2",
"@types/react": "18.3.8",
"@types/react": "18.3.9",
"@types/react-dom": "18.3.0",
"@types/validator": "13.12.2",
"@vitejs/plugin-react": "4.3.1",
Expand Down
2 changes: 1 addition & 1 deletion frontend/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@radix-ui/react-scroll-area": "1.1.0",
"@tauri-apps/api": "2.0.0-rc.5",
"@types/d3": "7.4.3",
"@types/react": "18.3.8",
"@types/react": "18.3.9",
"@vitejs/plugin-react": "4.3.1",
"ahooks": "3.8.1",
"d3": "7.9.0",
Expand Down

0 comments on commit 2a830f7

Please sign in to comment.