Skip to content

Commit

Permalink
chore(deps): update typescript packages (#1537)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 19, 2024
1 parent 8d5e163 commit 4f53963
Show file tree
Hide file tree
Showing 5 changed files with 166 additions and 178 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.5"
"@types/react": "18.3.7"
}
}
4 changes: 2 additions & 2 deletions frontend/nyanpasu/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@
"@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.5",
"@types/react": "18.3.7",
"@types/react-dom": "18.3.0",
"@types/validator": "^13.12.1",
"@types/validator": "13.12.1",
"@vitejs/plugin-react": "4.3.1",
"@vitejs/plugin-react-swc": "3.7.0",
"clsx": "2.1.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.5",
"@types/react": "18.3.7",
"@vitejs/plugin-react": "4.3.1",
"ahooks": "3.8.1",
"d3": "7.9.0",
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"@tauri-apps/cli": "2.0.0-rc.16",
"@types/fs-extra": "11.0.4",
"@types/lodash-es": "4.17.12",
"@types/node": "22.5.4",
"@types/node": "22.5.5",
"@typescript-eslint/eslint-plugin": "8.3.0",
"@typescript-eslint/parser": "8.3.0",
"autoprefixer": "10.4.20",
Expand Down Expand Up @@ -101,8 +101,8 @@
"stylelint-order": "6.0.4",
"stylelint-scss": "6.5.1",
"tailwindcss": "3.4.12",
"tsx": "4.19.0",
"typescript": "5.5.4"
"tsx": "4.19.1",
"typescript": "5.6.2"
},
"packageManager": "[email protected]+sha512.73a29afa36a0d092ece5271de5177ecbf8318d454ecd701343131b8ebc0c1a91c487da46ab77c8e596d6acf1461e3594ced4becedf8921b074fbd8653ed7051c",
"engines": {
Expand Down
Loading

0 comments on commit 4f53963

Please sign in to comment.