|
2 | 2 | "name": "pkg-placeholder", |
3 | 3 | "type": "module", |
4 | 4 | "version": "0.0.0", |
5 | | - "packageManager": "pnpm@10.5.2", |
| 5 | + "packageManager": "pnpm@10.6.1", |
6 | 6 | "description": "_description_", |
7 | 7 | "author": "Anthony Fu <anthonyfu117@hotmail.com>", |
8 | 8 | "license": "MIT", |
|
27 | 27 | "scripts": { |
28 | 28 | "build": "unbuild", |
29 | 29 | "dev": "unbuild --stub", |
30 | | - "lint": "eslint .", |
| 30 | + "lint": "eslint", |
31 | 31 | "prepublishOnly": "nr build", |
32 | 32 | "release": "bumpp && pnpm publish", |
33 | 33 | "start": "tsx src/index.ts", |
|
36 | 36 | "prepare": "simple-git-hooks" |
37 | 37 | }, |
38 | 38 | "devDependencies": { |
39 | | - "@antfu/eslint-config": "^4.4.0", |
40 | | - "@antfu/ni": "^23.3.1", |
41 | | - "@antfu/utils": "^9.1.0", |
42 | | - "@types/js-yaml": "^4.0.9", |
43 | | - "@types/node": "^22.13.9", |
44 | | - "bumpp": "^10.0.3", |
45 | | - "eslint": "^9.21.0", |
46 | | - "js-yaml": "^4.1.0", |
47 | | - "lint-staged": "^15.4.3", |
48 | | - "simple-git-hooks": "^2.11.1", |
49 | | - "tinyexec": "^0.3.2", |
50 | | - "tsx": "^4.19.3", |
51 | | - "typescript": "^5.8.2", |
52 | | - "unbuild": "^3.5.0", |
53 | | - "vite": "^6.2.0", |
54 | | - "vitest": "^3.0.7", |
55 | | - "vitest-package-exports": "^0.1.0" |
| 39 | + "@antfu/eslint-config": "catalog:cli", |
| 40 | + "@antfu/ni": "catalog:cli", |
| 41 | + "@antfu/utils": "catalog:utils", |
| 42 | + "@types/js-yaml": "catalog:testing", |
| 43 | + "@types/node": "catalog:types", |
| 44 | + "bumpp": "catalog:cli", |
| 45 | + "eslint": "catalog:cli", |
| 46 | + "js-yaml": "catalog:testing", |
| 47 | + "lint-staged": "catalog:cli", |
| 48 | + "simple-git-hooks": "catalog:cli", |
| 49 | + "tinyexec": "catalog:utils", |
| 50 | + "tsx": "catalog:cli", |
| 51 | + "typescript": "catalog:cli", |
| 52 | + "unbuild": "catalog:cli", |
| 53 | + "vite": "catalog:cli", |
| 54 | + "vitest": "catalog:testing", |
| 55 | + "vitest-package-exports": "catalog:testing" |
56 | 56 | }, |
57 | 57 | "simple-git-hooks": { |
58 | 58 | "pre-commit": "pnpm lint-staged" |
|
0 commit comments