|
24 | 24 | "type": "module", |
25 | 25 | "main": "./dist/mjs/plugin.js", |
26 | 26 | "types": "./dist/types/plugin.d.ts", |
27 | | - "packageManager": "pnpm@10.33.0+sha512.10568bb4a6afb58c9eb3630da90cc9516417abebd3fabbe6739f0ae795728da1491e9db5a544c76ad8eb7570f5c4bb3d6c637b2cb41bfdcdb47fa823c8649319", |
| 27 | + "packageManager": "pnpm@11.1.2+sha512.415a1cc25974731e75455c1468371be74c5aa5fb7621b50d4056d222451609f11412f23fd602e6169f1e060466641f798597e1be961a10688836a67b16569499", |
28 | 28 | "engines": { |
29 | 29 | "node": ">=20.0.0" |
30 | 30 | }, |
|
68 | 68 | "esbuild-plugin-define": "^0.6.0" |
69 | 69 | }, |
70 | 70 | "devDependencies": { |
71 | | - "@commitlint/config-conventional": "^20.5.0", |
72 | | - "@commitlint/types": "^20.5.0", |
73 | | - "@types/node": "^22.19.15", |
74 | | - "@vitest/coverage-v8": "^4.1.2", |
| 71 | + "@commitlint/config-conventional": "21.0.1", |
| 72 | + "@commitlint/types": "21.0.1", |
| 73 | + "@types/node": "^22.19.19", |
| 74 | + "@vitest/coverage-v8": "^4.1.6", |
75 | 75 | "@webdeveric/eslint-config-ts": "^0.12.0", |
76 | 76 | "@webdeveric/prettier-config": "^0.4.0", |
77 | | - "commitlint": "^20.5.0", |
78 | | - "commitlint-plugin-cspell": "^0.7.0", |
79 | | - "cspell": "^9.7.0", |
80 | | - "esbuild": "^0.27.4", |
| 77 | + "commitlint": "21.0.1", |
| 78 | + "commitlint-plugin-cspell": "^0.9.1", |
| 79 | + "cspell": "^10.0.0", |
| 80 | + "esbuild": "^0.28.0", |
81 | 81 | "eslint": "^8.57.1", |
82 | 82 | "eslint-config-prettier": "^10.1.8", |
83 | 83 | "eslint-import-resolver-typescript": "^3.10.1", |
84 | 84 | "eslint-plugin-import": "^2.32.0", |
85 | 85 | "husky": "^9.1.7", |
86 | | - "lint-staged": "^16.4.0", |
87 | | - "prettier": "^3.8.1", |
| 86 | + "lint-staged": "^17.0.4", |
| 87 | + "prettier": "^3.8.3", |
88 | 88 | "rimraf": "^6.1.3", |
89 | 89 | "semantic-release": "^25.0.3", |
90 | | - "typescript": "^6.0.2", |
91 | | - "validate-package-exports": "^0.23.0", |
92 | | - "vitest": "^4.1.2" |
| 90 | + "typescript": "^6.0.3", |
| 91 | + "validate-package-exports": "^0.25.0", |
| 92 | + "vitest": "^4.1.6" |
93 | 93 | } |
94 | 94 | } |
0 commit comments