Skip to content

Commit

Permalink
chore(deps): update typescript packages
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 16, 2024
1 parent c9e5f44 commit 318dc81
Show file tree
Hide file tree
Showing 5 changed files with 172 additions and 172 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.6"
}
}
4 changes: 2 additions & 2 deletions frontend/nyanpasu/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,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.6",
"@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.4",
"@types/d3": "7.4.3",
"@types/react": "18.3.5",
"@types/react": "18.3.6",
"@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 @@ -62,7 +62,7 @@
"@tauri-apps/cli": "2.0.0-rc.15",
"@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 @@ -100,8 +100,8 @@
"stylelint-order": "6.0.4",
"stylelint-scss": "6.5.1",
"tailwindcss": "3.4.11",
"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 318dc81

Please sign in to comment.