|
29 | 29 | "bump": "cliff-jumper",
|
30 | 30 | "check-update": "cliff-jumper --dry-run",
|
31 | 31 | "prepack": "yarn build && concurrently \"yarn:prepack:*\"",
|
| 32 | + "prepack:clean-types": "tsx scripts/cleanup-dts-files.mts", |
32 | 33 | "prepack:cjs": "rollup-type-bundler -d dist/cjs -ot .cts",
|
33 | 34 | "prepack:esm": "rollup-type-bundler -d dist/esm -t .mts"
|
34 | 35 | },
|
|
44 | 45 | "@sapphire/utilities": "^3.15.3"
|
45 | 46 | },
|
46 | 47 | "devDependencies": {
|
47 |
| - "@commitlint/cli": "^19.2.0", |
| 48 | + "@commitlint/cli": "^19.2.1", |
48 | 49 | "@commitlint/config-conventional": "^19.1.0",
|
49 | 50 | "@favware/cliff-jumper": "^3.0.1",
|
50 | 51 | "@favware/npm-deprecate": "^1.0.7",
|
51 | 52 | "@favware/rollup-type-bundler": "^3.3.0",
|
52 | 53 | "@sapphire/eslint-config": "^5.0.4",
|
| 54 | + "@sapphire/node-utilities": "^1.0.2", |
53 | 55 | "@sapphire/prettier-config": "^2.0.0",
|
54 | 56 | "@sapphire/ts-config": "^5.0.1",
|
55 |
| - "@types/node": "^20.11.28", |
| 57 | + "@types/node": "^20.11.30", |
56 | 58 | "@types/ws": "^8.5.10",
|
57 |
| - "@typescript-eslint/eslint-plugin": "^7.2.0", |
58 |
| - "@typescript-eslint/parser": "^7.2.0", |
| 59 | + "@typescript-eslint/eslint-plugin": "^7.3.1", |
| 60 | + "@typescript-eslint/parser": "^7.3.1", |
59 | 61 | "@vitest/coverage-v8": "^1.4.0",
|
60 | 62 | "concurrently": "^8.2.2",
|
61 | 63 | "cz-conventional-changelog": "^3.3.0",
|
|
69 | 71 | "gen-esm-wrapper": "^1.1.3",
|
70 | 72 | "lint-staged": "^15.2.2",
|
71 | 73 | "prettier": "^3.2.5",
|
72 |
| - "tsup": "^8.0.1", |
| 74 | + "tsup": "^8.0.2", |
| 75 | + "tsx": "^4.7.1", |
73 | 76 | "typedoc": "^0.25.12",
|
74 | 77 | "typedoc-json-parser": "^9.0.1",
|
75 |
| - "typescript": "^5.4.2", |
76 |
| - "vite": "^5.1.6", |
| 78 | + "typescript": "^5.4.3", |
| 79 | + "vite": "^5.2.4", |
77 | 80 | "vitest": "^1.4.0"
|
78 | 81 | },
|
79 | 82 | "repository": {
|
|
0 commit comments