|
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": "[email protected]", |
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": { |
|
40 | 38 | ] |
41 | 39 | }, |
42 | 40 | "devDependencies": { |
43 | | - "@changesets/cli": "^2.29.7", |
| 41 | + "@changesets/cli": "^2.29.8", |
44 | 42 | "@playwright/test": "^1.53.1", |
45 | 43 | "@svitejs/changesets-changelog-github-compact": "^1.2.0", |
46 | | - "@tanstack/config": "^0.20.2", |
| 44 | + "@tanstack/eslint-config": "0.3.4", |
| 45 | + "@tanstack/vite-config": "0.3.0", |
47 | 46 | "@testing-library/jest-dom": "^6.6.3", |
48 | 47 | "@types/node": "^24.5.2", |
49 | 48 | "eslint": "^9.36.0", |
50 | 49 | "jsdom": "^27.0.0", |
51 | 50 | "knip": "^5.63.1", |
52 | 51 | "markdown-link-extractor": "^4.0.2", |
53 | | - "nx": "^21.5.3", |
| 52 | + "nx": "22.1.3", |
54 | 53 | "premove": "^4.0.0", |
55 | | - "prettier": "^3.6.2", |
| 54 | + "prettier": "^3.7.4", |
56 | 55 | "prettier-plugin-svelte": "^3.4.0", |
57 | | - "publint": "^0.3.13", |
58 | | - "sherif": "^1.6.1", |
| 56 | + "publint": "^0.3.15", |
| 57 | + "sherif": "^1.9.0", |
59 | 58 | "tinyglobby": "^0.2.15", |
60 | 59 | "typescript": "5.4.5", |
61 | 60 | "vite": "^5.4.19", |
|
0 commit comments