|
25 | 25 | "update": "yarn upgrade-interactive" |
26 | 26 | }, |
27 | 27 | "dependencies": { |
28 | | - "@discordjs/builders": "^1.10.1", |
| 28 | + "@discordjs/builders": "^1.11.3", |
29 | 29 | "@discordjs/collection": "^2.1.1", |
30 | | - "@prisma/client": "^6.8.2", |
| 30 | + "@prisma/client": "^6.15.0", |
31 | 31 | "@sapphire/result": "^2.7.2", |
32 | 32 | "@sapphire/utilities": "^3.18.2", |
33 | 33 | "@skyra/env-utilities": "^2.0.1", |
34 | | - "@skyra/http-framework": "^2.2.0", |
35 | | - "@skyra/http-framework-i18n": "^1.2.0", |
36 | | - "@skyra/logger": "^2.0.3", |
37 | | - "@skyra/shared-http-pieces": "^1.2.2", |
38 | | - "@skyra/start-banner": "^2.0.1", |
| 34 | + "@skyra/http-framework": "^2.2.1", |
| 35 | + "@skyra/http-framework-i18n": "^1.2.1", |
| 36 | + "@skyra/logger": "^2.0.4", |
| 37 | + "@skyra/shared-http-pieces": "^1.2.3", |
| 38 | + "@skyra/start-banner": "^2.0.2", |
39 | 39 | "discord-api-types": "^0.37.100", |
40 | | - "fastify": "^5.3.0", |
| 40 | + "fastify": "^5.5.0", |
41 | 41 | "gradient-string": "^3.0.0", |
42 | 42 | "tslib": "^2.8.1" |
43 | 43 | }, |
44 | 44 | "devDependencies": { |
45 | | - "@commitlint/cli": "^19.8.0", |
46 | | - "@commitlint/config-conventional": "^19.8.0", |
47 | | - "@sapphire/eslint-config": "^5.0.5", |
| 45 | + "@commitlint/cli": "^19.8.1", |
| 46 | + "@commitlint/config-conventional": "^19.8.1", |
| 47 | + "@sapphire/eslint-config": "^5.0.6", |
48 | 48 | "@sapphire/prettier-config": "^2.0.0", |
49 | 49 | "@sapphire/ts-config": "^5.0.1", |
50 | 50 | "@types/gradient-string": "^1.1.6", |
51 | | - "@types/node": "^22.14.1", |
| 51 | + "@types/node": "^22.18.0", |
52 | 52 | "@typescript-eslint/eslint-plugin": "^7.13.0", |
53 | 53 | "@typescript-eslint/parser": "^7.13.0", |
54 | 54 | "cz-conventional-changelog": "^3.3.0", |
55 | 55 | "eslint": "^8.57.1", |
56 | | - "eslint-config-prettier": "^10.1.5", |
57 | | - "eslint-plugin-prettier": "^5.2.6", |
58 | | - "lint-staged": "^16.1.0", |
59 | | - "prettier": "^3.5.3", |
60 | | - "prisma": "^6.8.2", |
| 56 | + "eslint-config-prettier": "^10.1.8", |
| 57 | + "eslint-plugin-prettier": "^5.5.4", |
| 58 | + "lint-staged": "^16.1.5", |
| 59 | + "prettier": "^3.6.2", |
| 60 | + "prisma": "^6.15.0", |
61 | 61 | "typescript": "~5.4.5" |
62 | 62 | }, |
63 | 63 | "resolutions": { |
|
89 | 89 | "@typescript-eslint/no-base-to-string": "off" |
90 | 90 | } |
91 | 91 | }, |
92 | | - "packageManager": "yarn@4.9.0", |
| 92 | + "packageManager": "yarn@4.9.4", |
93 | 93 | "volta": { |
94 | | - "node": "22.14.0" |
| 94 | + "node": "22.19.0" |
95 | 95 | } |
96 | 96 | } |
0 commit comments