|
3 | 3 | "private": true, |
4 | 4 | "repository": { |
5 | 5 | "type": "git", |
6 | | - "url": "https://github.com/TanStack/virtual.git" |
| 6 | + "url": "git+https://github.com/TanStack/virtual.git" |
7 | 7 | }, |
8 | 8 | "packageManager": "pnpm@10.24.0", |
9 | 9 | "type": "module", |
|
13 | 13 | "test:pr": "nx affected --targets=test:sherif,test:knip,test:docs,test:eslint,test:lib,test:e2e,test:types,test:build,build", |
14 | 14 | "test:ci": "nx run-many --targets=test:sherif,test:knip,test:docs,test:eslint,test:lib,test:e2e,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", |
|
26 | 25 | "build:all": "nx run-many --target=build --exclude=examples/**", |
27 | 26 | "watch": "pnpm run build:all && nx watch --all -- pnpm run build:all", |
28 | 27 | "dev": "pnpm run watch", |
29 | | - "prettier": "prettier --ignore-unknown '**/*'", |
30 | | - "prettier:write": "pnpm run prettier --write", |
| 28 | + "format": "prettier --experimental-cli --ignore-unknown '**/*' --write", |
31 | 29 | "changeset": "changeset", |
32 | | - "changeset:version": "changeset version && pnpm install --no-frozen-lockfile && pnpm prettier:write", |
| 30 | + "changeset:version": "changeset version && pnpm install --no-frozen-lockfile && pnpm format", |
33 | 31 | "changeset:publish": "changeset publish" |
34 | 32 | }, |
35 | 33 | "nx": { |
|
50 | 48 | "jsdom": "^27.0.0", |
51 | 49 | "knip": "^5.63.1", |
52 | 50 | "markdown-link-extractor": "^4.0.2", |
53 | | - "nx": "^21.5.3", |
| 51 | + "nx": "22.1.3", |
54 | 52 | "premove": "^4.0.0", |
55 | | - "prettier": "^3.6.2", |
| 53 | + "prettier": "^3.7.4", |
56 | 54 | "prettier-plugin-svelte": "^3.4.0", |
57 | 55 | "publint": "^0.3.13", |
58 | 56 | "sherif": "^1.6.1", |
|
0 commit comments