Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
larsrickert committed Mar 19, 2024
1 parent 8331512 commit 1b49901
Show file tree
Hide file tree
Showing 6 changed files with 826 additions and 744 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
- name: Setup pnpm
uses: pnpm/action-setup@v2
uses: pnpm/action-setup@v3
- name: Setup Node.js
uses: actions/setup-node@v4
with:
Expand Down Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
- name: Setup pnpm
uses: pnpm/action-setup@v2
uses: pnpm/action-setup@v3
- name: Setup Node.js
uses: actions/setup-node@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
- name: Setup pnpm
uses: pnpm/action-setup@v2
uses: pnpm/action-setup@v3
- name: Setup Node.js
uses: actions/setup-node@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
with:
fetch-depth: 0
- name: Setup pnpm
uses: pnpm/action-setup@v2
uses: pnpm/action-setup@v3
- name: Setup Node.js
uses: actions/setup-node@v4
with:
Expand Down
20 changes: 10 additions & 10 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,21 +13,21 @@
"prepare": "simple-git-hooks"
},
"dependencies": {
"discord-player-plus": "^2.0.4",
"discord-player-plus": "^2.0.5",
"discord.js": "^14.14.1",
"dotenv": "^16.3.2"
"dotenv": "^16.4.5"
},
"devDependencies": {
"@types/node": "^20.11.5",
"@typescript-eslint/eslint-plugin": "^6.19.0",
"@typescript-eslint/parser": "^6.19.0",
"eslint": "^8.56.0",
"@types/node": "^20.11.30",
"@typescript-eslint/eslint-plugin": "^7.3.1",
"@typescript-eslint/parser": "^7.3.1",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"lint-staged": "^15.2.0",
"prettier": "^3.2.4",
"simple-git-hooks": "^2.9.0",
"tsup": "^8.0.1",
"lint-staged": "^15.2.2",
"prettier": "^3.2.5",
"simple-git-hooks": "^2.11.0",
"tsup": "^8.0.2",
"typescript": "~5.3.3"
},
"simple-git-hooks": {
Expand Down
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "discord-player-plus",
"description": "Library for quickly creating discord music and sound bots using discord.js v14.",
"version": "2.0.5",
"packageManager": "pnpm@8.14.1",
"packageManager": "pnpm@8.15.5",
"license": "MIT",
"homepage": "https://discordplayerplus.lars-rickert.de",
"files": [
Expand Down Expand Up @@ -47,32 +47,32 @@
},
"dependencies": {
"deepmerge-ts": "^5.1.0",
"discord-api-types": "~0.37.67",
"discord-api-types": "~0.37.75",
"isomorphic-unfetch": "^4.0.2",
"libsodium-wrappers": "~0.7.13",
"music-metadata": "^7.14.0",
"play-dl": "^1.9.7",
"spotify-url-info": "^3.2.10",
"spotify-url-info": "^3.2.13",
"tiny-typed-emitter": "^2.1.0"
},
"devDependencies": {
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@types/node": "^20.11.5",
"@typescript-eslint/eslint-plugin": "^6.19.0",
"@typescript-eslint/parser": "^6.19.0",
"@vitest/coverage-v8": "^1.2.1",
"eslint": "^8.56.0",
"@types/node": "^20.11.30",
"@typescript-eslint/eslint-plugin": "^7.3.1",
"@typescript-eslint/parser": "^7.3.1",
"@vitest/coverage-v8": "^1.4.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"lint-staged": "^15.2.0",
"prettier": "^3.2.4",
"semantic-release": "^23.0.0",
"simple-git-hooks": "^2.9.0",
"tsup": "^8.0.1",
"typescript": "^5.3.3",
"vitepress": "1.0.0-rc.39",
"vitest": "^1.2.1",
"lint-staged": "^15.2.2",
"prettier": "^3.2.5",
"semantic-release": "^23.0.5",
"simple-git-hooks": "^2.11.0",
"tsup": "^8.0.2",
"typescript": "^5.4.2",
"vitepress": "1.0.0-rc.45",
"vitest": "^1.4.0",
"vitest-mock-extended": "^1.3.1"
},
"simple-git-hooks": {
Expand Down
Loading

0 comments on commit 1b49901

Please sign in to comment.