Skip to content

Commit

Permalink
chore: deps
Browse files Browse the repository at this point in the history
  • Loading branch information
NedcloarBR committed Sep 1, 2024
1 parent 5034a13 commit f6f6685
Show file tree
Hide file tree
Showing 3 changed files with 869 additions and 912 deletions.
51 changes: 25 additions & 26 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,52 +34,51 @@
},
"dependencies": {
"@necord/localization": "^3.1.2",
"@necord/pagination": "^1.2.2",
"@nestjs/common": "^10.3.3",
"@nestjs/config": "^3.2.0",
"@nestjs/core": "^10.3.3",
"@necord/pagination": "^1.3.0",
"@nestjs/common": "^10.4.1",
"@nestjs/config": "^3.2.3",
"@nestjs/core": "^10.4.1",
"@nestjs/event-emitter": "^2.0.4",
"@nestjs/platform-express": "^10.3.8",
"@nestjs/schedule": "^4.0.2",
"@prisma/client": "5.16.2",
"@nestjs/platform-express": "^10.4.1",
"@nestjs/schedule": "^4.1.0",
"@prisma/client": "5.19.0",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.1",
"discord-api-types": "^0.37.73",
"discord.js": "^14.14.1",
"discord-api-types": "^0.37.98",
"discord.js": "^14.15.3",
"ioredis": "^5.4.1",
"lavalink-client": "^2.1.7",
"moment": "^2.30.1",
"necord": "^6.8.3",
"nestjs-prisma": "^0.23.0",
"parse-ms": "=2.1.0",
"prisma": "^5.16.2",
"reflect-metadata": "^0.2.1",
"prisma": "^5.19.0",
"reflect-metadata": "^0.2.2",
"rxjs": "^7.8.1",
"topgg-autoposter": "^2.0.2"
},
"devDependencies": {
"@biomejs/biome": "^1.8.3",
"@commitlint/cli": "^19.1.0",
"@commitlint/config-angular": "^19.1.0",
"@commitlint/config-conventional": "^19.1.0",
"@commitlint/cli": "^19.4.1",
"@commitlint/config-angular": "^19.4.1",
"@commitlint/config-conventional": "^19.4.1",
"@nedcloarbr/biome-config": "^1.4.0",
"@nestjs/cli": "^10.3.2",
"@nestjs/schematics": "^10.1.1",
"@nestjs/testing": "^10.3.3",
"@types/node": "^20.11.27",
"@vitest/coverage-istanbul": "^1.4.0",
"@vitest/ui": "^1.4.0",
"@nestjs/cli": "^10.4.5",
"@nestjs/schematics": "^10.1.4",
"@nestjs/testing": "^10.4.1",
"@types/node": "^20.16.3",
"@vitest/coverage-istanbul": "^2.0.5",
"@vitest/ui": "^2.0.5",
"commitizen": "^4.3.0",
"cross-env": "^7.0.3",
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
"husky": "^9.1.5",
"lint-staged": "^15.2.10",
"source-map-support": "^0.5.21",
"ts-loader": "^9.5.1",
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.4.2",
"vite-tsconfig-paths": "^4.3.2",
"vitest": "^1.4.0"
"typescript": "^5.5.4",
"vite-tsconfig-paths": "^5.0.1",
"vitest": "^2.0.5"
},
"prisma": {
"schema": "Database/prisma/schema.prisma"
Expand Down
1 change: 1 addition & 0 deletions src/modules/core/NDB.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ import { NDBServiceProvider } from "./provider/NDBService.provider";
NecordPaginationModule.forRoot({
allowSkip: false,
allowTraversal: false,
buttonsPosition: "end",
}),
NecordLocalizationModule.forRootAsync({
inject: [ConfigService],
Expand Down
Loading

0 comments on commit f6f6685

Please sign in to comment.