Skip to content

Commit

Permalink
chore: Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
fjodor-rybakov committed Feb 13, 2024
1 parent 26c6062 commit 017a7c5
Show file tree
Hide file tree
Showing 18 changed files with 300 additions and 321 deletions.
453 changes: 216 additions & 237 deletions package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
"update": "npx npm-check-updates --deep -u"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
"@typescript-eslint/eslint-plugin": "7.0.1",
"@typescript-eslint/parser": "7.0.1",
"eslint": "8.56.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.1.3",
Expand Down
6 changes: 3 additions & 3 deletions packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,14 @@
"@nestjs/common": "9.* || 10.*",
"@nestjs/core": "9.* || 10.*",
"discord.js": "14.*",
"reflect-metadata": "^0.1.14",
"reflect-metadata": "^0.1.12 || ^0.2.0",
"rxjs": "^7.*"
},
"devDependencies": {
"@discord-nestjs/core": "^5.3.13",
"@nestjs/cli": "^10.3.2",
"@nestjs/common": "^10.3.2",
"@nestjs/core": "^10.3.2",
"@nestjs/common": "^10.3.3",
"@nestjs/core": "^10.3.3",
"discord.js": "^14.14.1",
"reflect-metadata": "^0.2.1",
"rxjs": "^7.8.1",
Expand Down
8 changes: 4 additions & 4 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,15 @@
"@nestjs/common": "9.* || 10.*",
"@nestjs/core": "9.* || 10.*",
"discord.js": "14.*",
"reflect-metadata": "^0.1.14",
"reflect-metadata": "^0.1.12 || ^0.2.0",
"rxjs": "^7.*"
},
"devDependencies": {
"@nestjs/cli": "^10.3.2",
"@nestjs/common": "^10.3.2",
"@nestjs/core": "^10.3.2",
"@nestjs/common": "^10.3.3",
"@nestjs/core": "^10.3.3",
"@nestjs/schematics": "^10.1.1",
"@nestjs/testing": "^10.3.2",
"@nestjs/testing": "^10.3.3",
"@types/jest": "^29.5.12",
"@types/node": "20.11.17",
"discord.js": "^14.14.1",
Expand Down
12 changes: 6 additions & 6 deletions packages/sample/command-by-glob/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,22 +21,22 @@
"dependencies": {
"@discord-nestjs/common": "*",
"@discord-nestjs/core": "*",
"@nestjs/common": "10.3.2",
"@nestjs/common": "10.3.3",
"@nestjs/config": "3.2.0",
"@nestjs/core": "10.3.2",
"@nestjs/core": "10.3.3",
"class-transformer": "0.5.1",
"discord.js": "14.14.1",
"nestjs-dynamic-providers": "0.3.2",
"reflect-metadata": "0.1.14",
"nestjs-dynamic-providers": "0.3.4",
"reflect-metadata": "0.2.1",
"rimraf": "5.0.5",
"rxjs": "7.8.1"
},
"devDependencies": {
"@nestjs/cli": "10.3.2",
"@nestjs/schematics": "10.1.1",
"@types/node": "20.11.17",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
"@typescript-eslint/eslint-plugin": "7.0.1",
"@typescript-eslint/parser": "7.0.1",
"eslint": "8.56.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.1.3",
Expand Down
12 changes: 6 additions & 6 deletions packages/sample/command-by-http-request/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@
"dependencies": {
"@discord-nestjs/common": "*",
"@discord-nestjs/core": "*",
"@nestjs/common": "10.3.2",
"@nestjs/common": "10.3.3",
"@nestjs/config": "3.2.0",
"@nestjs/core": "10.3.2",
"@nestjs/platform-express": "10.3.2",
"@nestjs/core": "10.3.3",
"@nestjs/platform-express": "10.3.3",
"class-transformer": "0.5.1",
"discord.js": "14.14.1",
"reflect-metadata": "0.1.14",
"reflect-metadata": "0.2.1",
"rimraf": "5.0.5",
"rxjs": "7.8.1"
},
Expand All @@ -36,8 +36,8 @@
"@nestjs/schematics": "10.1.1",
"@types/express": "^4.17.21",
"@types/node": "20.11.17",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
"@typescript-eslint/eslint-plugin": "7.0.1",
"@typescript-eslint/parser": "7.0.1",
"eslint": "8.56.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.1.3",
Expand Down
10 changes: 5 additions & 5 deletions packages/sample/command/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,21 +21,21 @@
"dependencies": {
"@discord-nestjs/common": "*",
"@discord-nestjs/core": "*",
"@nestjs/common": "10.3.2",
"@nestjs/common": "10.3.3",
"@nestjs/config": "3.2.0",
"@nestjs/core": "10.3.2",
"@nestjs/core": "10.3.3",
"class-transformer": "0.5.1",
"discord.js": "14.14.1",
"reflect-metadata": "0.1.14",
"reflect-metadata": "0.2.1",
"rimraf": "5.0.5",
"rxjs": "7.8.1"
},
"devDependencies": {
"@nestjs/cli": "10.3.2",
"@nestjs/schematics": "10.1.1",
"@types/node": "20.11.17",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
"@typescript-eslint/eslint-plugin": "7.0.1",
"@typescript-eslint/parser": "7.0.1",
"eslint": "8.56.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.1.3",
Expand Down
10 changes: 5 additions & 5 deletions packages/sample/dependency-injection/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,21 +21,21 @@
"dependencies": {
"@discord-nestjs/common": "*",
"@discord-nestjs/core": "*",
"@nestjs/common": "10.3.2",
"@nestjs/common": "10.3.3",
"@nestjs/config": "3.2.0",
"@nestjs/core": "10.3.2",
"@nestjs/core": "10.3.3",
"class-transformer": "0.5.1",
"discord.js": "14.14.1",
"reflect-metadata": "0.1.14",
"reflect-metadata": "0.2.1",
"rimraf": "5.0.5",
"rxjs": "7.8.1"
},
"devDependencies": {
"@nestjs/cli": "10.3.2",
"@nestjs/schematics": "10.1.1",
"@types/node": "20.11.17",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
"@typescript-eslint/eslint-plugin": "7.0.1",
"@typescript-eslint/parser": "7.0.1",
"eslint": "8.56.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.1.3",
Expand Down
10 changes: 5 additions & 5 deletions packages/sample/event/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,20 +20,20 @@
},
"dependencies": {
"@discord-nestjs/core": "*",
"@nestjs/common": "10.3.2",
"@nestjs/common": "10.3.3",
"@nestjs/config": "3.2.0",
"@nestjs/core": "10.3.2",
"@nestjs/core": "10.3.3",
"discord.js": "14.14.1",
"reflect-metadata": "0.1.14",
"reflect-metadata": "0.2.1",
"rimraf": "5.0.5",
"rxjs": "7.8.1"
},
"devDependencies": {
"@nestjs/cli": "10.3.2",
"@nestjs/schematics": "10.1.1",
"@types/node": "20.11.17",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
"@typescript-eslint/eslint-plugin": "7.0.1",
"@typescript-eslint/parser": "7.0.1",
"eslint": "8.56.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.1.3",
Expand Down
10 changes: 5 additions & 5 deletions packages/sample/interaction-collector/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,20 +21,20 @@
"dependencies": {
"@discord-nestjs/common": "*",
"@discord-nestjs/core": "*",
"@nestjs/common": "10.3.2",
"@nestjs/common": "10.3.3",
"@nestjs/config": "3.2.0",
"@nestjs/core": "10.3.2",
"@nestjs/core": "10.3.3",
"discord.js": "14.14.1",
"reflect-metadata": "0.1.14",
"reflect-metadata": "0.2.1",
"rimraf": "5.0.5",
"rxjs": "7.8.1"
},
"devDependencies": {
"@nestjs/cli": "10.3.2",
"@nestjs/schematics": "10.1.1",
"@types/node": "20.11.17",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
"@typescript-eslint/eslint-plugin": "7.0.1",
"@typescript-eslint/parser": "7.0.1",
"eslint": "8.56.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.1.3",
Expand Down
10 changes: 5 additions & 5 deletions packages/sample/message-collector/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,20 +21,20 @@
"dependencies": {
"@discord-nestjs/common": "*",
"@discord-nestjs/core": "*",
"@nestjs/common": "10.3.2",
"@nestjs/common": "10.3.3",
"@nestjs/config": "3.2.0",
"@nestjs/core": "10.3.2",
"@nestjs/core": "10.3.3",
"discord.js": "14.14.1",
"reflect-metadata": "0.1.14",
"reflect-metadata": "0.2.1",
"rimraf": "5.0.5",
"rxjs": "7.8.1"
},
"devDependencies": {
"@nestjs/cli": "10.3.2",
"@nestjs/schematics": "10.1.1",
"@types/node": "20.11.17",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
"@typescript-eslint/eslint-plugin": "7.0.1",
"@typescript-eslint/parser": "7.0.1",
"eslint": "8.56.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.1.3",
Expand Down
10 changes: 5 additions & 5 deletions packages/sample/modals/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,20 +21,20 @@
"dependencies": {
"@discord-nestjs/core": "*",
"@discordjs/builders": "1.7.0",
"@nestjs/common": "10.3.2",
"@nestjs/common": "10.3.3",
"@nestjs/config": "3.2.0",
"@nestjs/core": "10.3.2",
"@nestjs/core": "10.3.3",
"discord.js": "14.14.1",
"reflect-metadata": "0.1.14",
"reflect-metadata": "0.2.1",
"rimraf": "5.0.5",
"rxjs": "7.8.1"
},
"devDependencies": {
"@nestjs/cli": "10.3.2",
"@nestjs/schematics": "10.1.1",
"@types/node": "20.11.17",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
"@typescript-eslint/eslint-plugin": "7.0.1",
"@typescript-eslint/parser": "7.0.1",
"eslint": "8.56.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.1.3",
Expand Down
10 changes: 5 additions & 5 deletions packages/sample/prefix-command/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,20 +20,20 @@
},
"dependencies": {
"@discord-nestjs/core": "*",
"@nestjs/common": "10.3.2",
"@nestjs/common": "10.3.3",
"@nestjs/config": "3.2.0",
"@nestjs/core": "10.3.2",
"@nestjs/core": "10.3.3",
"discord.js": "14.14.1",
"reflect-metadata": "0.1.14",
"reflect-metadata": "0.2.1",
"rimraf": "5.0.5",
"rxjs": "7.8.1"
},
"devDependencies": {
"@nestjs/cli": "10.3.2",
"@nestjs/schematics": "10.1.1",
"@types/node": "20.11.17",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
"@typescript-eslint/eslint-plugin": "7.0.1",
"@typescript-eslint/parser": "7.0.1",
"eslint": "8.56.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.1.3",
Expand Down
10 changes: 5 additions & 5 deletions packages/sample/reaction-collector/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,20 +21,20 @@
"dependencies": {
"@discord-nestjs/common": "*",
"@discord-nestjs/core": "*",
"@nestjs/common": "10.3.2",
"@nestjs/common": "10.3.3",
"@nestjs/config": "3.2.0",
"@nestjs/core": "10.3.2",
"@nestjs/core": "10.3.3",
"discord.js": "14.14.1",
"reflect-metadata": "0.1.14",
"reflect-metadata": "0.2.1",
"rimraf": "5.0.5",
"rxjs": "7.8.1"
},
"devDependencies": {
"@nestjs/cli": "10.3.2",
"@nestjs/schematics": "10.1.1",
"@types/node": "20.11.17",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
"@typescript-eslint/eslint-plugin": "7.0.1",
"@typescript-eslint/parser": "7.0.1",
"eslint": "8.56.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.1.3",
Expand Down
10 changes: 5 additions & 5 deletions packages/sample/sub-command/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@
"dependencies": {
"@discord-nestjs/common": "*",
"@discord-nestjs/core": "*",
"@nestjs/common": "10.3.2",
"@nestjs/common": "10.3.3",
"@nestjs/config": "3.2.0",
"@nestjs/core": "10.3.2",
"@nestjs/core": "10.3.3",
"class-validator": "0.14.1",
"discord.js": "14.14.1",
"reflect-metadata": "0.1.14",
"reflect-metadata": "0.2.1",
"rimraf": "5.0.5",
"rxjs": "7.8.1"
},
Expand All @@ -35,8 +35,8 @@
"@nestjs/schematics": "10.1.1",
"@types/node": "20.11.17",
"@types/validator": "^13.11.9",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
"@typescript-eslint/eslint-plugin": "7.0.1",
"@typescript-eslint/parser": "7.0.1",
"eslint": "8.56.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.1.3",
Expand Down
10 changes: 5 additions & 5 deletions packages/sample/validation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@
"dependencies": {
"@discord-nestjs/common": "*",
"@discord-nestjs/core": "*",
"@nestjs/common": "10.3.2",
"@nestjs/common": "10.3.3",
"@nestjs/config": "3.2.0",
"@nestjs/core": "10.3.2",
"@nestjs/core": "10.3.3",
"class-validator": "0.14.1",
"discord.js": "14.14.1",
"reflect-metadata": "0.1.14",
"reflect-metadata": "0.2.1",
"rimraf": "5.0.5",
"rxjs": "7.8.1"
},
Expand All @@ -35,8 +35,8 @@
"@nestjs/schematics": "10.1.1",
"@types/node": "20.11.17",
"@types/validator": "^13.11.9",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
"@typescript-eslint/eslint-plugin": "7.0.1",
"@typescript-eslint/parser": "7.0.1",
"eslint": "8.56.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.1.3",
Expand Down
Loading

0 comments on commit 017a7c5

Please sign in to comment.