|
5 | 5 | "type": "git", |
6 | 6 | "url": "git+https://github.com/TanStack/query.git" |
7 | 7 | }, |
8 | | - "packageManager": "pnpm@10.24.0", |
| 8 | + "packageManager": "pnpm@11.1.0", |
9 | 9 | "type": "module", |
10 | 10 | "scripts": { |
11 | 11 | "clean": "pnpm --filter \"./packages/**\" run clean", |
|
82 | 82 | "typescript60": "npm:typescript@6.0.1-rc", |
83 | 83 | "vite": "^6.4.1", |
84 | 84 | "vitest": "^4.0.18" |
85 | | - }, |
86 | | - "pnpm": { |
87 | | - "overrides": { |
88 | | - "@types/react": "^19.2.7", |
89 | | - "@types/react-dom": "^19.2.3", |
90 | | - "@types/node": "^22.15.3", |
91 | | - "@typescript-eslint/eslint-plugin": "8.58.1", |
92 | | - "@typescript-eslint/parser": "8.58.1", |
93 | | - "@typescript-eslint/project-service": "8.58.1", |
94 | | - "@typescript-eslint/rule-tester": "8.58.1", |
95 | | - "@typescript-eslint/scope-manager": "8.58.1", |
96 | | - "@typescript-eslint/tsconfig-utils": "8.58.1", |
97 | | - "@typescript-eslint/type-utils": "8.58.1", |
98 | | - "@typescript-eslint/types": "8.58.1", |
99 | | - "@typescript-eslint/typescript-estree": "8.58.1", |
100 | | - "@typescript-eslint/utils": "8.58.1", |
101 | | - "@typescript-eslint/visitor-keys": "8.58.1", |
102 | | - "typescript-eslint": "8.58.1", |
103 | | - "vite": "^6.4.1", |
104 | | - "esbuild": "^0.27.2" |
105 | | - } |
106 | 85 | } |
107 | 86 | } |
0 commit comments