Skip to content

Commit

Permalink
fix: downgrade music-metadata to support commonjs (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
larsrickert authored Jun 13, 2023
1 parent 6ee2ef2 commit 039a29e
Show file tree
Hide file tree
Showing 3 changed files with 818 additions and 715 deletions.
2 changes: 1 addition & 1 deletion docs/migrations/v2.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ For a full list of changes, see the [changelog](https://github.com/larsrickert/d

## peerDependencies

The following peerDependencies have been added/updated in order to remove deprecated versions.
The following peerDependencies have been updated in order to remove deprecated versions.
If you manually installed any of them in your application, make sure the versions are compatible.

| peerDependency | previous version | new version |
Expand Down
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,32 +47,32 @@
},
"dependencies": {
"deepmerge-ts": "^5.1.0",
"discord-api-types": "~0.37.42",
"discord-api-types": "~0.37.43",
"isomorphic-unfetch": "^4.0.2",
"libsodium-wrappers": "~0.7.11",
"music-metadata": "^8.1.4",
"music-metadata": "^7.13.4",
"play-dl": "^1.9.6",
"spotify-url-info": "^3.2.4",
"spotify-url-info": "^3.2.5",
"tiny-typed-emitter": "^2.1.0"
},
"devDependencies": {
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@types/node": "^18.16.8",
"@typescript-eslint/eslint-plugin": "^5.59.5",
"@typescript-eslint/parser": "^5.59.5",
"@vitest/coverage-c8": "~0.29.8",
"eslint": "^8.40.0",
"@types/node": "^18.16.18",
"@typescript-eslint/eslint-plugin": "^5.59.11",
"@typescript-eslint/parser": "^5.59.11",
"@vitest/coverage-v8": "^0.32.0",
"eslint": "^8.42.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1",
"lint-staged": "^13.2.2",
"prettier": "^2.8.8",
"semantic-release": "^21.0.2",
"semantic-release": "^21.0.5",
"simple-git-hooks": "^2.8.1",
"tsup": "^6.7.0",
"typescript": "^5.0.4",
"typescript": "^5.1.3",
"vitepress": "1.0.0-alpha.75",
"vitest": "~0.29.8",
"vitest": "~0.32.0",
"vitest-mock-extended": "^1.1.3"
},
"simple-git-hooks": {
Expand Down
Loading

0 comments on commit 039a29e

Please sign in to comment.