build: update dependencies & format code

This commit is contained in:
rzmk 2024-03-04 21:03:10 -05:00
parent 4b2bd9ddae
commit ca183c07aa
No known key found for this signature in database
5 changed files with 493 additions and 516 deletions

View file

@ -16,14 +16,14 @@
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-tooltip": "^1.0.7",
"@tanstack/react-table": "^8.12.0",
"@tanstack/react-table": "^8.13.2",
"@tauri-apps/api": "2.0.0-beta.1",
"@tauri-apps/plugin-dialog": "2.0.0-beta.0",
"@tauri-apps/plugin-fs": "github:tauri-apps/tauri-plugin-fs#v2",
"@tauri-apps/plugin-shell": "github:tauri-apps/tauri-plugin-shell#v2",
"class-variance-authority": "^0.7.0",
"lucide-react": "^0.334.0",
"magika": "^0.2.5",
"magika": "^0.2.6",
"next": "14.1.0",
"next-themes": "^0.2.1",
"react": "^18.2.0",
@ -34,10 +34,10 @@
"@release-it/bumper": "^6.0.1",
"@release-it/conventional-changelog": "^8.0.1",
"@tauri-apps/cli": "2.0.0-beta.1",
"@types/node": "^20.11.20",
"@types/react": "^18.2.59",
"@types/node": "^20.11.24",
"@types/react": "^18.2.62",
"@types/react-dom": "^18.2.19",
"autoprefixer": "^10.4.17",
"autoprefixer": "^10.4.18",
"clsx": "^2.1.0",
"eslint": "^8.57.0",
"eslint-config-next": "14.1.0",