Skip to content

Commit

Permalink
some upgrades ✌️
Browse files Browse the repository at this point in the history
  • Loading branch information
hiaaryan committed Aug 17, 2024
1 parent 38f3a5b commit 2e0fa6c
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
Binary file modified bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion main/background.ts
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ ipcMain.on("set-rpc-state", (_, { details, state, timestamp }) => {
largeImageKey: "logo",
largeImageText: `v${app.getVersion()}`,
instance: false,
type: "LISTENING",
type: 2,
};

if (timestamp) {
Expand Down
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-tabs": "^1.1.0",
"@radix-ui/react-tooltip": "^1.1.2",
"@tabler/icons-react": "^3.11.0",
"@tabler/icons-react": "^3.12.0",
"@types/better-sqlite3": "^7.6.11",
"axios": "^1.7.3",
"axios": "^1.7.4",
"better-sqlite3": "^11.1.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"cmdk": "^1.0.0",
"discord-auto-rpc": "^1.0.17",
"drizzle-orm": "^0.32.1",
"drizzle-orm": "^0.33.0",
"electron-log": "^5.1.7",
"electron-serve": "^1.3.0",
"electron-store": "^8.2.0",
Expand All @@ -45,32 +45,32 @@
"howler": "^2.2.4",
"music-metadata": "^7.14.0",
"next-themes": "^0.3.0",
"react-hook-form": "^7.52.1",
"react-hook-form": "^7.52.2",
"sonner": "^1.5.0",
"tailwind-gradient-mask-image": "^1.2.0",
"tailwind-merge": "^2.4.0",
"tailwind-merge": "^2.5.2",
"tailwindcss-animate": "^1.0.7",
"wavesurfer.js": "^7.8.2",
"wavesurfer.js": "^7.8.3",
"zod": "^3.23.8"
},
"devDependencies": {
"@electron/rebuild": "^3.6.0",
"@types/howler": "^2.2.11",
"@types/node": "^22.0.2",
"@types/node": "^22.4.0",
"@types/react": "^18.3.3",
"autoprefixer": "^10.4.19",
"drizzle-kit": "^0.23.1",
"electron": "^31.3.1",
"autoprefixer": "^10.4.20",
"drizzle-kit": "^0.24.0",
"electron": "^31.4.0",
"electron-builder": "^24.13.3",
"next": "^14.2.5",
"nextron": "^9.1.0",
"postcss": "^8.4.40",
"postcss": "^8.4.41",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.5",
"prettier-plugin-tailwindcss": "^0.6.6",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"rebuild": "^0.1.2",
"tailwindcss": "^3.4.7",
"tailwindcss": "^3.4.10",
"typescript": "^5.5.4"
},
"packageManager": "[email protected]"
Expand Down

0 comments on commit 2e0fa6c

Please sign in to comment.