Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
SocketSomeone committed Jan 21, 2025
1 parent bccbacc commit 89208c8
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 58 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,12 @@
"@commitlint/cli": "19.6.1",
"@commitlint/config-angular": "19.7.0",
"@favware/npm-deprecate": "2.0.0",
"@nestjs/common": "10.4.15",
"@nestjs/core": "10.4.15",
"@nestjs/common": "11.0.3",
"@nestjs/core": "11.0.3",
"@types/node": "22.10.7",
"@typescript-eslint/eslint-plugin": "7.0.0",
"@typescript-eslint/parser": "6.21.0",
"discord-api-types": "0.37.116",
"discord-api-types": "0.37.117",
"discord.js": "14.17.3",
"eslint": "8.57.1",
"eslint-config-prettier": "10.0.1",
Expand All @@ -79,8 +79,8 @@
"typescript": "5.7.3"
},
"peerDependencies": {
"@nestjs/common": "^10.2.0",
"@nestjs/core": "^10.2.0",
"@nestjs/common": "^10.2.0 || ^11.0.0",
"@nestjs/core": "^10.2.0 || ^11.0.0",
"discord.js": "^14.0.1",
"discord-api-types": "^0.37.99",
"reflect-metadata": "^0.2.1",
Expand Down
79 changes: 26 additions & 53 deletions yarn.lock

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

0 comments on commit 89208c8

Please sign in to comment.