|
3 | 3 | "private": true, |
4 | 4 | "repository": { |
5 | 5 | "type": "git", |
6 | | - "url": "https://github.com/TanStack/query.git" |
| 6 | + "url": "git+https://github.com/TanStack/query.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: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 -i typescript -p \"./integrations/*\" -p \"./examples/*\"", |
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/** --exclude=integrations/**", |
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 | | - "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": { |
36 | 34 | "includedScripts": [ |
37 | | - "test:sherif", |
38 | | - "test:knip" |
| 35 | + "test:docs", |
| 36 | + "test:knip", |
| 37 | + "test:sherif" |
39 | 38 | ] |
40 | 39 | }, |
41 | 40 | "devDependencies": { |
|
46 | 45 | "@svitejs/changesets-changelog-github-compact": "^1.2.0", |
47 | 46 | "@tanstack/eslint-config": "0.3.2", |
48 | 47 | "@tanstack/typedoc-config": "0.3.1", |
49 | | - "@tanstack/vite-config": "0.4.1", |
| 48 | + "@tanstack/vite-config": "0.4.3", |
50 | 49 | "@testing-library/jest-dom": "^6.8.0", |
51 | 50 | "@types/node": "^22.15.3", |
52 | 51 | "@types/react": "^19.2.7", |
|
59 | 58 | "jsdom": "^27.0.0", |
60 | 59 | "knip": "^5.63.1", |
61 | 60 | "markdown-link-extractor": "^4.0.2", |
62 | | - "nx": "21.5.3", |
| 61 | + "nx": "22.1.3", |
63 | 62 | "premove": "^4.0.0", |
64 | | - "prettier": "^3.6.2", |
| 63 | + "prettier": "^3.7.4", |
65 | 64 | "prettier-plugin-svelte": "^3.4.0", |
66 | 65 | "publint": "^0.3.13", |
67 | 66 | "react": "^19.2.1", |
|
83 | 82 | }, |
84 | 83 | "pnpm": { |
85 | 84 | "overrides": { |
86 | | - "@tanstack/angular-query-experimental": "workspace:*", |
87 | | - "@tanstack/eslint-plugin-query": "workspace:*", |
88 | | - "@tanstack/query-async-storage-persister": "workspace:*", |
89 | | - "@tanstack/query-broadcast-client-experimental": "workspace:*", |
90 | | - "@tanstack/query-codemods": "workspace:*", |
91 | | - "@tanstack/query-core": "workspace:*", |
92 | | - "@tanstack/query-devtools": "workspace:*", |
93 | | - "@tanstack/query-persist-client-core": "workspace:*", |
94 | | - "@tanstack/query-sync-storage-persister": "workspace:*", |
95 | | - "@tanstack/query-test-utils": "workspace:*", |
96 | | - "@tanstack/react-query": "workspace:*", |
97 | | - "@tanstack/react-query-devtools": "workspace:*", |
98 | | - "@tanstack/react-query-next-experimental": "workspace:*", |
99 | | - "@tanstack/react-query-persist-client": "workspace:*", |
100 | | - "@tanstack/solid-query": "workspace:*", |
101 | | - "@tanstack/solid-query-devtools": "workspace:*", |
102 | | - "@tanstack/solid-query-persist-client": "workspace:*", |
103 | | - "@tanstack/svelte-query": "workspace:*", |
104 | | - "@tanstack/svelte-query-devtools": "workspace:*", |
105 | | - "@tanstack/svelte-query-persist-client": "workspace:*", |
106 | | - "@tanstack/vue-query": "workspace:*", |
107 | | - "@tanstack/vue-query-devtools": "workspace:*", |
108 | 85 | "@types/react": "^19.0.1", |
109 | 86 | "@types/react-dom": "^19.0.2" |
110 | 87 | } |
|
0 commit comments