|
26 | 26 | "@discordjs/builders": "^1.6.3", |
27 | 27 | "@discordjs/collection": "^1.5.1", |
28 | 28 | "@discordjs/core": "^0.6.0", |
29 | | - "@prisma/client": "^5.12.1", |
30 | | - "@sapphire/async-queue": "^1.5.0", |
31 | | - "@sapphire/duration": "^1.1.0", |
32 | | - "@sapphire/result": "^2.6.4", |
33 | | - "@sapphire/utilities": "^3.13.0", |
34 | | - "@skyra/env-utilities": "^1.2.1", |
35 | | - "@skyra/http-framework": "^1.0.3", |
36 | | - "@skyra/http-framework-i18n": "^1.0.2", |
37 | | - "@skyra/logger": "^2.0.1", |
38 | | - "@skyra/shared-http-pieces": "^1.0.3", |
39 | | - "@skyra/start-banner": "^2.0.0", |
| 29 | + "@prisma/client": "^5.22.0", |
| 30 | + "@sapphire/async-queue": "^1.5.5", |
| 31 | + "@sapphire/duration": "^1.2.0", |
| 32 | + "@sapphire/result": "^2.7.2", |
| 33 | + "@sapphire/utilities": "^3.18.2", |
| 34 | + "@skyra/env-utilities": "^1.3.0", |
| 35 | + "@skyra/http-framework": "^1.2.2", |
| 36 | + "@skyra/http-framework-i18n": "^1.2.1", |
| 37 | + "@skyra/logger": "^2.0.4", |
| 38 | + "@skyra/shared-http-pieces": "^1.2.3", |
| 39 | + "@skyra/start-banner": "^2.0.2", |
40 | 40 | "discord-api-types": "^0.37.43", |
41 | | - "fastify": "^4.26.2", |
| 41 | + "fastify": "^4.29.1", |
42 | 42 | "gradient-string": "^2.0.2", |
43 | 43 | "limax": "^4.1.0", |
44 | | - "tslib": "^2.6.0" |
| 44 | + "tslib": "^2.8.1" |
45 | 45 | }, |
46 | 46 | "devDependencies": { |
47 | | - "@commitlint/cli": "^17.6.7", |
48 | | - "@commitlint/config-conventional": "^17.6.7", |
49 | | - "@sapphire/eslint-config": "^5.0.0", |
| 47 | + "@commitlint/cli": "^17.8.1", |
| 48 | + "@commitlint/config-conventional": "^17.8.1", |
| 49 | + "@sapphire/eslint-config": "^5.0.6", |
50 | 50 | "@sapphire/prettier-config": "^2.0.0", |
51 | 51 | "@sapphire/ts-config": "^4.0.1", |
52 | | - "@types/gradient-string": "^1.1.2", |
53 | | - "@types/node": "^18.17.0", |
| 52 | + "@types/gradient-string": "^1.1.6", |
| 53 | + "@types/node": "^18.19.127", |
54 | 54 | "@typescript-eslint/eslint-plugin": "^5.62.0", |
55 | 55 | "@typescript-eslint/parser": "^5.62.0", |
56 | 56 | "cz-conventional-changelog": "^3.3.0", |
57 | | - "eslint": "^8.45.0", |
58 | | - "eslint-config-prettier": "^8.8.0", |
59 | | - "eslint-plugin-prettier": "^4.2.1", |
| 57 | + "eslint": "^8.57.1", |
| 58 | + "eslint-config-prettier": "^8.10.2", |
| 59 | + "eslint-plugin-prettier": "^4.2.5", |
60 | 60 | "husky": "^8.0.3", |
61 | | - "lint-staged": "^13.2.3", |
| 61 | + "lint-staged": "^13.3.0", |
62 | 62 | "prettier": "^2.8.8", |
63 | | - "pretty-quick": "^3.1.3", |
64 | | - "prisma": "^5.12.1", |
| 63 | + "pretty-quick": "^3.3.1", |
| 64 | + "prisma": "^5.22.0", |
65 | 65 | "typescript": "^5.1.6" |
66 | 66 | }, |
67 | 67 | "resolutions": { |
|
92 | 92 | "@typescript-eslint/no-unsafe-call": "off" |
93 | 93 | } |
94 | 94 | }, |
95 | | - "packageManager": "yarn@3.6.1", |
| 95 | + "packageManager": "yarn@3.8.7", |
96 | 96 | "volta": { |
97 | | - "node": "18.17.0", |
98 | | - "yarn": "3.6.1" |
| 97 | + "node": "18.20.8", |
| 98 | + "yarn": "3.8.7" |
99 | 99 | } |
100 | 100 | } |
0 commit comments