|
13 | 13 | "test:pr": "nx affected --targets=test:sherif,test:knip,test:docs,test:eslint,test:lib,test:types,test:build,build", |
14 | 14 | "test:ci": "nx run-many --targets=test:sherif,test:knip,test:docs,test:eslint,test:lib,test:types,test:build,build", |
15 | 15 | "test:eslint": "nx affected --target=test:eslint", |
16 | | - "test:format": "pnpm run prettier --check", |
17 | 16 | "test:sherif": "sherif", |
18 | 17 | "test:lib": "nx affected --target=test:lib --exclude=examples/**", |
19 | 18 | "test:lib:dev": "pnpm run test:lib && nx watch --all -- pnpm run test:lib", |
|
25 | 24 | "build:all": "nx run-many --target=build --exclude=examples/**", |
26 | 25 | "watch": "pnpm run build:all && nx watch --all -- pnpm run build:all", |
27 | 26 | "dev": "pnpm run watch", |
28 | | - "prettier": "prettier --experimental-cli --ignore-unknown '**/*'", |
29 | | - "prettier:write": "pnpm run prettier --write", |
| 27 | + "format": "prettier --experimental-cli --ignore-unknown '**/*' --write", |
30 | 28 | "generate-docs": "node scripts/generate-docs.ts", |
31 | 29 | "changeset": "changeset", |
32 | 30 | "changeset:publish": "changeset publish", |
33 | | - "changeset:version": "changeset version && pnpm install --no-frozen-lockfile && pnpm prettier:write" |
| 31 | + "changeset:version": "changeset version && pnpm install --no-frozen-lockfile && pnpm format" |
34 | 32 | }, |
35 | 33 | "nx": { |
36 | 34 | "includedScripts": [ |
|
55 | 53 | "@vitest/coverage-istanbul": "^3.2.4", |
56 | 54 | "eslint": "9.36.0", |
57 | 55 | "eslint-plugin-react-hooks": "^5.2.0", |
58 | | - "jsdom": "^27.0.0", |
59 | | - "knip": "^5.63.1", |
| 56 | + "jsdom": "^27.2.0", |
| 57 | + "knip": "^5.71.0", |
60 | 58 | "markdown-link-extractor": "^4.0.2", |
61 | 59 | "nx": "22.1.3", |
62 | 60 | "premove": "^4.0.0", |
63 | | - "prettier": "^3.6.2", |
64 | | - "publint": "^0.3.13", |
65 | | - "sherif": "^1.6.1", |
| 61 | + "prettier": "^3.7.4", |
| 62 | + "publint": "^0.3.15", |
| 63 | + "sherif": "^1.9.0", |
66 | 64 | "tinyglobby": "^0.2.15", |
67 | 65 | "typescript": "5.8.2", |
68 | 66 | "typescript54": "npm:[email protected]", |
|
0 commit comments