Skip to content

Commit

Permalink
New theme, better context menus, code improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
Bamboooz committed Nov 11, 2024
1 parent a1aea5d commit 11b4b32
Show file tree
Hide file tree
Showing 28 changed files with 286 additions and 355 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "magnetar",
"private": true,
"version": "0.0.8",
"version": "0.0.9",
"type": "module",
"scripts": {
"pretty": "pnpm exec prettier . --write",
Expand All @@ -13,26 +13,26 @@
"tauri": "tauri"
},
"dependencies": {
"@tauri-apps/api": "^2.0.3",
"@tauri-apps/api": "^2.1.0",
"@tauri-apps/plugin-dialog": "~2.0.1",
"@tauri-apps/plugin-global-shortcut": "~2.0.0",
"@tauri-apps/plugin-shell": "~2.0.1",
"clsx": "^2.1.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^5.3.0",
"clsx": "^2.1.1",
"tailwind-merge": "^2.5.4"
},
"devDependencies": {
"@tauri-apps/cli": "^2.0.4",
"@tauri-apps/cli": "^2.1.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.3",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.47",
"postcss": "^8.4.48",
"prettier": "3.3.3",
"tailwindcss": "^3.4.14",
"typescript": "^5.6.3",
"vite": "^5.4.10"
"vite": "^5.4.11"
}
}
Loading

0 comments on commit 11b4b32

Please sign in to comment.