Skip to content

Commit

Permalink
chore: update dependencies (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
larsrickert authored Apr 16, 2024
1 parent bb501db commit a2f65a3
Show file tree
Hide file tree
Showing 3 changed files with 1,400 additions and 543 deletions.
8 changes: 4 additions & 4 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@
"dotenv": "^16.4.5"
},
"devDependencies": {
"@types/node": "^20.11.30",
"@typescript-eslint/eslint-plugin": "^7.3.1",
"@typescript-eslint/parser": "^7.3.1",
"@types/node": "^20.12.7",
"@typescript-eslint/eslint-plugin": "^7.7.0",
"@typescript-eslint/parser": "^7.7.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"lint-staged": "^15.2.2",
"prettier": "^3.2.5",
"simple-git-hooks": "^2.11.0",
"simple-git-hooks": "^2.11.1",
"tsup": "^8.0.2",
"typescript": "~5.3.3"
},
Expand Down
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
},
"dependencies": {
"deepmerge-ts": "^5.1.0",
"discord-api-types": "~0.37.75",
"discord-api-types": "~0.37.79",
"isomorphic-unfetch": "^4.0.2",
"libsodium-wrappers": "~0.7.13",
"music-metadata": "^7.14.0",
Expand All @@ -58,21 +58,21 @@
"devDependencies": {
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@types/node": "^20.11.30",
"@typescript-eslint/eslint-plugin": "^7.3.1",
"@typescript-eslint/parser": "^7.3.1",
"@vitest/coverage-v8": "^1.4.0",
"@types/node": "^20.12.7",
"@typescript-eslint/eslint-plugin": "^7.7.0",
"@typescript-eslint/parser": "^7.7.0",
"@vitest/coverage-v8": "^1.5.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"lint-staged": "^15.2.2",
"prettier": "^3.2.5",
"semantic-release": "^23.0.5",
"simple-git-hooks": "^2.11.0",
"semantic-release": "^23.0.8",
"simple-git-hooks": "^2.11.1",
"tsup": "^8.0.2",
"typescript": "^5.4.2",
"vitepress": "1.0.0-rc.45",
"vitest": "^1.4.0",
"typescript": "^5.4.5",
"vitepress": "^1.1.0",
"vitest": "^1.5.0",
"vitest-mock-extended": "^1.3.1"
},
"simple-git-hooks": {
Expand Down
Loading

0 comments on commit a2f65a3

Please sign in to comment.