|
26 | 26 | "dev": "tsdown --watch --onSuccess \"yarn start\"" |
27 | 27 | }, |
28 | 28 | "dependencies": { |
29 | | - "@prisma/adapter-pg": "^7.0.1", |
30 | | - "@prisma/client": "^7.0.1", |
| 29 | + "@prisma/adapter-pg": "^7.4.2", |
| 30 | + "@prisma/client": "^7.4.2", |
31 | 31 | "@sapphire/decorators": "^6.2.0", |
32 | | - "@sapphire/framework": "^5.4.0", |
| 32 | + "@sapphire/framework": "^5.5.0", |
33 | 33 | "@sapphire/plugin-logger": "^4.1.0", |
34 | 34 | "@sapphire/utilities": "^3.18.2", |
35 | 35 | "@skyra/env-utilities": "^2.0.1", |
36 | 36 | "@skyra/start-banner": "^2.0.2", |
37 | | - "bufferutil": "^4.0.9", |
| 37 | + "bufferutil": "^4.1.0", |
38 | 38 | "colorette": "^2.0.20", |
39 | 39 | "discord.js": "^14.25.1", |
40 | | - "figlet": "^1.9.4", |
| 40 | + "figlet": "^1.10.0", |
41 | 41 | "gradient-string": "^3.0.0", |
42 | | - "utf-8-validate": "^6.0.5", |
43 | | - "ws": "^8.18.3" |
| 42 | + "utf-8-validate": "^6.0.6", |
| 43 | + "ws": "^8.19.0" |
44 | 44 | }, |
45 | 45 | "devDependencies": { |
46 | | - "@commitlint/cli": "^20.1.0", |
47 | | - "@commitlint/config-conventional": "^20.0.0", |
| 46 | + "@commitlint/cli": "^20.4.3", |
| 47 | + "@commitlint/config-conventional": "^20.4.3", |
48 | 48 | "@sapphire/eslint-config": "^5.0.6", |
49 | 49 | "@sapphire/prettier-config": "^2.0.0", |
50 | 50 | "@sapphire/ts-config": "^5.0.3", |
51 | 51 | "@types/figlet": "^1.7.0", |
52 | 52 | "@types/gradient-string": "^1.1.6", |
53 | | - "@types/node": "^24.10.1", |
54 | | - "@types/pg": "^8.15.6", |
| 53 | + "@types/node": "^24.11.0", |
| 54 | + "@types/pg": "^8.18.0", |
55 | 55 | "@types/ws": "^8.18.1", |
56 | 56 | "@typescript-eslint/eslint-plugin": "^7.18.0", |
57 | 57 | "@typescript-eslint/parser": "^7.18.0", |
58 | 58 | "cz-conventional-changelog": "^3.3.0", |
59 | 59 | "eslint": "^8.57.1", |
60 | 60 | "eslint-config-prettier": "^10.1.8", |
61 | | - "eslint-plugin-prettier": "^5.5.4", |
62 | | - "lint-staged": "^16.2.7", |
63 | | - "prettier": "^3.7.3", |
| 61 | + "eslint-plugin-prettier": "^5.5.5", |
| 62 | + "lint-staged": "^16.3.2", |
| 63 | + "prettier": "^3.8.1", |
64 | 64 | "prettier-plugin-prisma": "^5.0.0", |
65 | | - "prisma": "^7.0.1", |
66 | | - "rimraf": "^6.1.2", |
67 | | - "tsdown": "^0.16.8", |
| 65 | + "prisma": "^7.4.2", |
| 66 | + "rimraf": "^6.1.3", |
| 67 | + "tsdown": "^0.20.3", |
68 | 68 | "typescript": "~5.9.3" |
69 | 69 | }, |
70 | 70 | "commitlint": { |
|
0 commit comments