|
16 | 16 | "check-update": "turbo run check-update"
|
17 | 17 | },
|
18 | 18 | "devDependencies": {
|
19 |
| - "@commitlint/cli": "^19.7.1", |
20 |
| - "@commitlint/config-conventional": "^19.7.1", |
| 19 | + "@commitlint/cli": "^19.8.0", |
| 20 | + "@commitlint/config-conventional": "^19.8.0", |
21 | 21 | "@favware/cliff-jumper": "^6.0.0",
|
22 | 22 | "@favware/npm-deprecate": "^2.0.0",
|
23 | 23 | "@favware/rollup-type-bundler": "^4.0.0",
|
|
28 | 28 | "@sapphire/stopwatch": "^1.5.4",
|
29 | 29 | "@sapphire/ts-config": "^5.0.1",
|
30 | 30 | "@sapphire/utilities": "^3.18.2",
|
31 |
| - "@types/node": "^22.13.8", |
32 |
| - "@types/ws": "^8.5.14", |
| 31 | + "@types/node": "^22.13.10", |
| 32 | + "@types/ws": "^8.18.0", |
33 | 33 | "@typescript-eslint/eslint-plugin": "^7.18.0",
|
34 | 34 | "@typescript-eslint/parser": "^7.18.0",
|
35 |
| - "@vitest/coverage-v8": "^3.0.7", |
| 35 | + "@vitest/coverage-v8": "^3.0.8", |
36 | 36 | "concurrently": "^9.1.2",
|
37 | 37 | "cz-conventional-changelog": "^3.3.0",
|
38 | 38 | "discord-api-types": "^0.37.114",
|
39 | 39 | "discord.js": "^14.18.0",
|
40 | 40 | "esbuild-plugin-file-path-extensions": "^2.1.4",
|
41 | 41 | "esbuild-plugin-version-injector": "^1.2.1",
|
42 | 42 | "eslint": "^8.57.1",
|
43 |
| - "eslint-config-prettier": "^10.0.2", |
| 43 | + "eslint-config-prettier": "^10.1.1", |
44 | 44 | "eslint-plugin-prettier": "^5.2.3",
|
45 | 45 | "lint-staged": "^15.4.3",
|
46 |
| - "prettier": "^3.5.2", |
| 46 | + "prettier": "^3.5.3", |
47 | 47 | "rimraf": "^6.0.1",
|
48 | 48 | "tsup": "^8.4.0",
|
49 | 49 | "tsx": "^4.19.3",
|
50 | 50 | "turbo": "^2.4.4",
|
51 | 51 | "typescript": "~5.4.5",
|
52 |
| - "vite": "^6.2.0", |
53 |
| - "vitest": "^3.0.7" |
| 52 | + "vite": "^6.2.1", |
| 53 | + "vitest": "^3.0.8" |
54 | 54 | },
|
55 | 55 | "repository": {
|
56 | 56 | "type": "git",
|
|
74 | 74 | }
|
75 | 75 | },
|
76 | 76 | "resolutions": {
|
77 |
| - "acorn": "^8.14.0", |
| 77 | + "acorn": "^8.14.1", |
78 | 78 | "ansi-regex": "^5.0.1",
|
79 | 79 | "minimist": "^1.2.8"
|
80 | 80 | },
|
|
0 commit comments