Skip to content

Commit

Permalink
start playlists schema 🎧
Browse files Browse the repository at this point in the history
  • Loading branch information
hiaaryan committed Jun 30, 2024
1 parent 69b2b57 commit 93f9cf2
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 deletions.
Binary file modified .yarn/install-state.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"@types/react": "^18.3.3",
"autoprefixer": "^10.4.19",
"drizzle-kit": "^0.22.8",
"electron": "^30.1.2",
"electron": "^31.1.0",
"electron-builder": "^24.13.3",
"next": "^14.2.4",
"nextron": "^9.1.0",
Expand Down
1 change: 0 additions & 1 deletion renderer/pages/playlists/[slug].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import { useRouter } from "next/router";
import { Button } from "@/components/ui/button";
import { convertTime } from "@/lib/helpers";
import {
IconCircleFilled,
IconClock,
IconPlayerPlay,
IconArrowsShuffle2,
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5331,16 +5331,16 @@ __metadata:
languageName: node
linkType: hard

"electron@npm:^30.1.2":
version: 30.1.2
resolution: "electron@npm:30.1.2"
"electron@npm:^31.1.0":
version: 31.1.0
resolution: "electron@npm:31.1.0"
dependencies:
"@electron/get": "npm:^2.0.0"
"@types/node": "npm:^20.9.0"
extract-zip: "npm:^2.0.1"
bin:
electron: cli.js
checksum: 10c0/7cf9e11b54044021569e481a1bdfa4cca07c5c3e24a23ddc402f3aff6bda9d1f200140f9d6e3d7d9c76d4a34b0d8211828705ad8990cfba6429eb077db91d7b3
checksum: 10c0/b9ae6f9d1a13e15cf0b7981f1231dc2c79f3465c4db822750daf6f2533524fe2ddf6f0b173c8d0c3549ef6bf21a9ff3eb362838b06deb4f795e71d5e5a307f16
languageName: node
linkType: hard

Expand Down Expand Up @@ -10546,7 +10546,7 @@ __metadata:
discord-auto-rpc: "npm:^1.0.17"
drizzle-kit: "npm:^0.22.8"
drizzle-orm: "npm:^0.31.2"
electron: "npm:^30.1.2"
electron: "npm:^31.1.0"
electron-builder: "npm:^24.13.3"
electron-serve: "npm:^1.3.0"
electron-store: "npm:^8.2.0"
Expand Down

0 comments on commit 93f9cf2

Please sign in to comment.