|
3 | 3 | "version": "3.4.0", |
4 | 4 | "description": "Prettier Pug Plugin", |
5 | 5 | "scripts": { |
6 | | - "clean": "rimraf coverage .eslintcache dist junit.xml docs/.vitepress/dist pnpm-lock.yaml node_modules", |
7 | | - "build:clean": "rimraf dist", |
| 6 | + "clean": "git clean -fdx", |
| 7 | + "build:clean": "git clean -fdx dist", |
8 | 8 | "build:code": "tsup-node", |
9 | 9 | "build": "run-s build:clean build:code", |
10 | 10 | "docs:build": "vitepress build docs", |
|
68 | 68 | "@eslint/compat": "1.2.9", |
69 | 69 | "@eslint/js": "9.25.1", |
70 | 70 | "@stylistic/eslint-plugin": "5.2.3", |
71 | | - "@types/node": "22.15.3", |
| 71 | + "@types/node": "22.17.1", |
72 | 72 | "@vitest/coverage-v8": "3.2.4", |
73 | 73 | "@vitest/eslint-plugin": "1.3.4", |
74 | 74 | "benchmark": "2.1.4", |
|
80 | 80 | "eslint-plugin-prettier": "5.2.6", |
81 | 81 | "eslint-plugin-spellcheck": "0.0.20", |
82 | 82 | "eslint-plugin-unicorn": "59.0.0", |
83 | | - "jiti": "2.4.2", |
| 83 | + "jiti": "2.5.1", |
84 | 84 | "npm-run-all2": "8.0.4", |
85 | 85 | "prettier": "3.6.2", |
86 | | - "prettier-plugin-organize-imports": "4.1.0", |
87 | | - "prettier-plugin-packagejson": "2.5.10", |
88 | | - "rimraf": "6.0.1", |
| 86 | + "prettier-plugin-organize-imports": "4.2.0", |
| 87 | + "prettier-plugin-pkg": "0.21.2", |
89 | 88 | "tsup": "8.4.0", |
90 | 89 | "typescript": "5.9.2", |
91 | 90 | "typescript-eslint": "8.31.1", |
|
0 commit comments