|
5 | 5 | "type": "git", |
6 | 6 | "url": "https://github.com/tanstack/store.git" |
7 | 7 | }, |
8 | | - "packageManager": "pnpm@10.24.0", |
| 8 | + "packageManager": "pnpm@10.33.0", |
9 | 9 | "type": "module", |
10 | 10 | "scripts": { |
11 | 11 | "clean": "pnpm --filter \"./packages/**\" run clean", |
|
39 | 39 | ] |
40 | 40 | }, |
41 | 41 | "devDependencies": { |
42 | | - "@changesets/cli": "^2.29.8", |
43 | | - "@eslint-react/eslint-plugin": "^1.53.1", |
| 42 | + "@changesets/cli": "^2.30.0", |
| 43 | + "@eslint-react/eslint-plugin": "^4.2.3", |
44 | 44 | "@svitejs/changesets-changelog-github-compact": "^1.2.0", |
45 | | - "@tanstack/eslint-config": "0.3.4", |
46 | | - "@tanstack/typedoc-config": "0.3.1", |
47 | | - "@tanstack/vite-config": "0.4.1", |
| 45 | + "@tanstack/eslint-config": "0.4.0", |
| 46 | + "@tanstack/typedoc-config": "0.3.3", |
48 | 47 | "@testing-library/jest-dom": "^6.9.1", |
49 | 48 | "@testing-library/user-event": "^14.6.1", |
50 | | - "@types/node": "^25.2.1", |
51 | | - "@vitest/coverage-istanbul": "^4.0.18", |
52 | | - "eslint": "^9.37.0", |
53 | | - "eslint-plugin-react-hooks": "^5.2.0", |
54 | | - "jsdom": "^25.0.1", |
55 | | - "knip": "^5.70.1", |
56 | | - "markdown-link-extractor": "^4.0.2", |
57 | | - "nx": "22.1.0", |
| 49 | + "@types/node": "^25.5.2", |
| 50 | + "@vitest/coverage-istanbul": "^4.1.4", |
| 51 | + "eslint": "^10.2.0", |
| 52 | + "eslint-plugin-react-hooks": "^7.0.1", |
| 53 | + "jsdom": "^29.0.2", |
| 54 | + "knip": "^6.3.1", |
| 55 | + "markdown-link-extractor": "^4.0.3", |
| 56 | + "nx": "22.6.4", |
58 | 57 | "premove": "^4.0.0", |
59 | | - "prettier": "^3.6.2", |
60 | | - "prettier-plugin-svelte": "^3.4.0", |
61 | | - "publint": "^0.3.15", |
62 | | - "sherif": "^1.9.0", |
63 | | - "tinyglobby": "^0.2.15", |
64 | | - "typescript": "5.9.3", |
| 58 | + "prettier": "^3.8.1", |
| 59 | + "prettier-plugin-svelte": "^3.5.1", |
| 60 | + "publint": "^0.3.18", |
| 61 | + "sherif": "^1.11.1", |
| 62 | + "tinyglobby": "^0.2.16", |
| 63 | + "tsdown": "^0.21.7", |
| 64 | + "typescript": "6.0.2", |
65 | 65 | "typescript56": "npm:typescript@5.6", |
66 | 66 | "typescript57": "npm:typescript@5.7", |
67 | 67 | "typescript58": "npm:typescript@5.8", |
68 | | - "vite": "^7.3.1", |
69 | | - "vitest": "^4.0.18", |
70 | | - "vue": "^3.5.22" |
| 68 | + "vite": "^8.0.8", |
| 69 | + "vitest": "^4.1.4" |
71 | 70 | }, |
72 | 71 | "overrides": { |
73 | 72 | "@tanstack/angular-store": "workspace:*", |
|
79 | 78 | "@tanstack/vue-store": "workspace:*" |
80 | 79 | }, |
81 | 80 | "pnpm": { |
82 | | - "overrides": { |
83 | | - "@types/node": "25.2.1" |
84 | | - }, |
85 | 81 | "packageExtensions": { |
86 | 82 | "@vue/composition-api": { |
87 | 83 | "peerDependencies": { |
|
0 commit comments