|
25 | 25 | "update": "yarn upgrade-interactive" |
26 | 26 | }, |
27 | 27 | "dependencies": { |
28 | | - "@discordjs/builders": "^1.7.0", |
29 | | - "@discordjs/collection": "^2.0.0", |
30 | | - "@prisma/client": "^5.12.1", |
| 28 | + "@discordjs/builders": "^1.8.2", |
| 29 | + "@discordjs/collection": "^2.1.0", |
| 30 | + "@prisma/client": "^5.19.0", |
31 | 31 | "@sapphire/result": "^2.6.6", |
32 | | - "@sapphire/utilities": "^3.15.3", |
| 32 | + "@sapphire/utilities": "^3.17.0", |
33 | 33 | "@skyra/env-utilities": "^1.3.0", |
34 | 34 | "@skyra/http-framework": "^2.1.0", |
35 | 35 | "@skyra/http-framework-i18n": "^1.2.0", |
36 | 36 | "@skyra/logger": "^2.0.3", |
37 | 37 | "@skyra/shared-http-pieces": "^1.2.2", |
38 | 38 | "@skyra/start-banner": "^2.0.1", |
39 | | - "discord-api-types": "^0.37.79", |
40 | | - "fastify": "^4.26.2", |
| 39 | + "discord-api-types": "^0.37.98", |
| 40 | + "fastify": "^4.28.1", |
41 | 41 | "gradient-string": "^2.0.2", |
42 | | - "tslib": "^2.6.2" |
| 42 | + "tslib": "^2.7.0" |
43 | 43 | }, |
44 | 44 | "devDependencies": { |
45 | | - "@commitlint/cli": "^19.2.1", |
46 | | - "@commitlint/config-conventional": "^19.1.0", |
47 | | - "@sapphire/eslint-config": "^5.0.4", |
| 45 | + "@commitlint/cli": "^19.4.1", |
| 46 | + "@commitlint/config-conventional": "^19.4.1", |
| 47 | + "@sapphire/eslint-config": "^5.0.5", |
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": "^20.12.5", |
| 51 | + "@types/node": "^20.16.2", |
52 | 52 | "@typescript-eslint/eslint-plugin": "^7.5.0", |
53 | 53 | "@typescript-eslint/parser": "^7.5.0", |
54 | 54 | "cz-conventional-changelog": "^3.3.0", |
55 | 55 | "eslint": "^8.57.0", |
56 | 56 | "eslint-config-prettier": "^9.1.0", |
57 | | - "eslint-plugin-prettier": "^5.1.3", |
58 | | - "lint-staged": "^15.2.2", |
59 | | - "prettier": "^3.2.5", |
60 | | - "prisma": "^5.12.1", |
| 57 | + "eslint-plugin-prettier": "^5.2.1", |
| 58 | + "lint-staged": "^15.2.9", |
| 59 | + "prettier": "^3.3.3", |
| 60 | + "prisma": "^5.19.0", |
61 | 61 | "typescript": "^5.4.4" |
62 | 62 | }, |
63 | 63 | "resolutions": { |
64 | 64 | "ansi-regex": "^5.0.1", |
65 | | - "discord-api-types": "^0.37.79", |
| 65 | + "discord-api-types": "^0.37.98", |
66 | 66 | "minimist": "^1.2.8" |
67 | 67 | }, |
68 | 68 | "engines": { |
|
89 | 89 | "@typescript-eslint/no-base-to-string": "off" |
90 | 90 | } |
91 | 91 | }, |
92 | | - "packageManager": "yarn@4.1.1", |
| 92 | + "packageManager": "yarn@4.4.1", |
93 | 93 | "volta": { |
94 | | - "node": "20.12.1" |
| 94 | + "node": "20.17.0" |
95 | 95 | } |
96 | 96 | } |
0 commit comments