Skip to content

Commit

Permalink
fix: bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Lutonite committed Sep 17, 2024
1 parent 5407d9c commit f9161ac
Show file tree
Hide file tree
Showing 5 changed files with 1,656 additions and 1,674 deletions.
3 changes: 0 additions & 3 deletions .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npx --no commitlint -- --edit $1
3 changes: 0 additions & 3 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npx --no lint-staged
3 changes: 0 additions & 3 deletions .husky/prepare-commit-msg
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

exec < /dev/tty && npx --no cz -- --hook || true
66 changes: 33 additions & 33 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,64 +22,64 @@
"prepare": "husky install"
},
"dependencies": {
"@sapphire/decorators": "^6.0.4",
"@sapphire/discord-utilities": "^3.2.2",
"@sapphire/discord.js-utilities": "^7.1.6",
"@sapphire/fetch": "^3.0.2",
"@sapphire/framework": "^5.0.7",
"@sapphire/pieces": "^4.2.2",
"@sapphire/decorators": "^6.1.0",
"@sapphire/discord-utilities": "^3.4.1",
"@sapphire/discord.js-utilities": "^7.3.0",
"@sapphire/fetch": "^3.0.3",
"@sapphire/framework": "^5.2.1",
"@sapphire/pieces": "^4.3.1",
"@sapphire/plugin-editable-commands": "^4.0.2",
"@sapphire/plugin-hmr": "^3.0.1",
"@sapphire/plugin-logger": "^4.0.2",
"@sapphire/plugin-scheduled-tasks": "^10.0.1",
"@sapphire/plugin-subcommands": "^6.0.3",
"@sapphire/plugin-subcommands": "^7.0.0",
"@sapphire/result": "^2.6.6",
"@twurple/api": "^7.0.10",
"@twurple/auth": "^7.0.10",
"@twurple/eventsub-http": "^7.0.10",
"@twurple/api": "^7.1.0",
"@twurple/auth": "^7.1.0",
"@twurple/eventsub-http": "^7.1.0",
"any-date-parser": "^1.5.4",
"bufferutil": "^4.0.8",
"common-tags": "^1.8.2",
"dayjs": "^1.11.10",
"discord.js": "^14.14.1",
"dayjs": "^1.11.13",
"discord.js": "^14.16.2",
"dotenv": "^16.4.5",
"erlpack": "github:discord/erlpack",
"firebase-admin": "^12.0.0",
"firelord": "^2.7.1",
"firebase-admin": "^12.5.0",
"firelord": "^2.8.20",
"ms": "^2.1.3",
"protobufjs": "^7.2.6",
"ts-proto": "^1.167.8",
"utf-8-validate": "^6.0.3",
"protobufjs": "^7.4.0",
"ts-proto": "^2.2.0",
"utf-8-validate": "^6.0.4",
"zlib-sync": "^0.1.9"
},
"devDependencies": {
"@commitlint/cli": "^18.6.1",
"@commitlint/config-conventional": "^18.6.2",
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@sapphire/cli": "^1.9.3",
"@sapphire/ts-config": "^5.0.0",
"@twurple/eventsub-base": "^7.0.10",
"@sapphire/ts-config": "^5.0.1",
"@twurple/eventsub-base": "^7.1.0",
"@types/common-tags": "^1.8.4",
"@types/ms": "^0.7.34",
"@types/node": "^20.11.20",
"@typescript-eslint/eslint-plugin": "^7.0.2",
"@typescript-eslint/parser": "^7.0.2",
"@types/node": "^22.5.5",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"commitizen": "^4.3.0",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.56.0",
"eslint": "^8.57.1",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-node": "^0.3.9",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.1.3",
"firebase": "^10.8.0",
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-plugin-import": "^2.30.0",
"eslint-plugin-prettier": "^5.2.1",
"firebase": "^10.13.1",
"husky": "^9.1.6",
"lint-staged": "^15.2.10",
"npm-run-all": "^4.1.5",
"prettier": "^3.2.5",
"prettier": "^3.3.3",
"resolve.exports": "^2.0.2",
"standard-version": "^9.5.0",
"typescript": "~5.3.3"
"typescript": "~5.6.2"
},
"engines": {
"node": ">=18"
Expand Down
Loading

0 comments on commit f9161ac

Please sign in to comment.