|
6 | 6 | "license": "MIT", |
7 | 7 | "author": "beequeue <adam@haglund.dev>", |
8 | 8 | "repository": "https://github.com/beeequeue/tinywhich", |
9 | | - "packageManager": "pnpm@10.12.1", |
| 9 | + "packageManager": "pnpm@10.23.0", |
10 | 10 | "engines": { |
11 | 11 | "node": ">=16" |
12 | 12 | }, |
|
21 | 21 | "require": "./dist/index.cjs", |
22 | 22 | "default": "./dist/index.mjs" |
23 | 23 | }, |
24 | | - "nano-staged": { |
| 24 | + "lint-staged": { |
25 | 25 | "*.{js,jsx,ts,tsx,json,json5,yaml,yml,css,scss,md}": [ |
26 | | - "prettier --write" |
| 26 | + "prettier --experimental-cli --write" |
27 | 27 | ] |
28 | 28 | }, |
29 | 29 | "simple-git-hooks": { |
30 | | - "pre-commit": "./node_modules/.bin/nano-staged" |
| 30 | + "pre-commit": "./node_modules/.bin/lint-staged" |
31 | 31 | }, |
32 | 32 | "scripts": { |
33 | 33 | "build": "tsdown", |
|
39 | 39 | "prepack": "node scripts/clean-before-pack.mjs" |
40 | 40 | }, |
41 | 41 | "devDependencies": { |
42 | | - "@antfu/eslint-config": "4.14.1", |
43 | | - "@changesets/changelog-github": "1.0.0-next.0", |
44 | | - "@changesets/cli": "3.0.0-next.0", |
45 | | - "@tsconfig/node22": "22.0.2", |
46 | | - "@tsconfig/strictest": "2.0.5", |
47 | | - "@types/node": "22.15.32", |
48 | | - "eslint": "9.29.0", |
49 | | - "nano-staged": "0.8.0", |
50 | | - "prettier": "3.5.3", |
51 | | - "publint": "0.3.12", |
52 | | - "simple-git-hooks": "2.13.0", |
53 | | - "tsdown": "0.12.8", |
54 | | - "typescript": "5.8.3" |
| 42 | + "@antfu/eslint-config": "6.2.0", |
| 43 | + "@changesets/changelog-github": "1.0.0-next.1", |
| 44 | + "@changesets/cli": "3.0.0-next.1", |
| 45 | + "@tsconfig/node22": "22.0.5", |
| 46 | + "@tsconfig/strictest": "2.0.8", |
| 47 | + "@types/node": "24.10.1", |
| 48 | + "eslint": "9.39.1", |
| 49 | + "lint-staged": "16.2.7", |
| 50 | + "prettier": "3.6.2", |
| 51 | + "publint": "0.3.15", |
| 52 | + "simple-git-hooks": "2.13.1", |
| 53 | + "tsdown": "0.16.6", |
| 54 | + "typescript": "5.9.3" |
55 | 55 | } |
56 | 56 | } |
0 commit comments