Skip to content

Commit

Permalink
Remove unused uuid dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
MonkeyDo committed Apr 30, 2024
1 parent dfa81f1 commit 3b608ab
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 17 deletions.
1 change: 0 additions & 1 deletion frontend/js/src/common/brainzplayer/utils.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { cloneDeep, has } from "lodash";
import { v4 as uuidv4 } from "uuid";
import { JSPFTrackToListen } from "../../playlists/utils";
import {
getArtistMBIDs,
Expand Down
15 changes: 1 addition & 14 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,7 @@
"sortablejs": "^1.12.0",
"swiper": "^8.4.4",
"time-ago": "^0.2.1",
"tinycolor2": "^1.4.2",
"uuid": "^9.0.1"
"tinycolor2": "^1.4.2"
},
"devDependencies": {
"@babel/core": "^7.20.5",
Expand Down

0 comments on commit 3b608ab

Please sign in to comment.