|
63 | 63 | }, |
64 | 64 | "prettier": "@webdeveric/prettier-config", |
65 | 65 | "devDependencies": { |
66 | | - "@commitlint/config-conventional": "^20.2.0", |
67 | | - "@commitlint/types": "^20.2.0", |
68 | | - "@types/node": "^22.19.3", |
69 | | - "@vitest/coverage-v8": "^4.0.16", |
| 66 | + "@commitlint/config-conventional": "^20.3.1", |
| 67 | + "@commitlint/types": "^20.3.1", |
| 68 | + "@types/node": "^22.19.7", |
| 69 | + "@vitest/coverage-v8": "^4.0.18", |
70 | 70 | "@webdeveric/eslint-config-ts": "^0.11.0", |
71 | 71 | "@webdeveric/prettier-config": "^0.3.0", |
72 | | - "commitlint": "^20.2.0", |
| 72 | + "commitlint": "^20.3.1", |
73 | 73 | "commitlint-plugin-cspell": "^0.4.0", |
74 | 74 | "conventional-changelog-conventionalcommits": "^9.1.0", |
75 | | - "cspell": "^9.4.0", |
| 75 | + "cspell": "^9.6.0", |
76 | 76 | "eslint": "^8.57.1", |
77 | 77 | "eslint-config-prettier": "^10.1.8", |
78 | 78 | "eslint-import-resolver-typescript": "^4.4.4", |
79 | 79 | "eslint-plugin-import": "^2.32.0", |
80 | 80 | "husky": "^9.1.7", |
81 | | - "jsdom": "^27.3.0", |
| 81 | + "jsdom": "^27.4.0", |
82 | 82 | "lint-staged": "^16.2.7", |
83 | | - "prettier": "^3.7.4", |
| 83 | + "prettier": "^3.8.1", |
84 | 84 | "rimraf": "^6.1.2", |
85 | 85 | "semantic-release": "^25.0.2", |
86 | 86 | "typescript": "^5.9.3", |
87 | | - "validate-package-exports": "^0.14.0", |
88 | | - "vitest": "^4.0.16" |
| 87 | + "validate-package-exports": "^0.15.0", |
| 88 | + "vitest": "^4.0.18" |
89 | 89 | }, |
90 | 90 | "pnpm": { |
91 | 91 | "onlyBuiltDependencies": [ |
92 | 92 | "esbuild", |
93 | 93 | "unrs-resolver" |
94 | | - ] |
| 94 | + ], |
| 95 | + "overrides": { |
| 96 | + "undici@<6.23.0": ">=6.23.0" |
| 97 | + } |
95 | 98 | } |
96 | 99 | } |
0 commit comments