Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions examples/preact/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@
"@tanstack/devtools-client": "0.0.5",
"@tanstack/devtools-event-client": "0.4.0",
"@tanstack/preact-devtools": "workspace:*",
"preact": "^10.28.0",
"zod": "^4.1.11"
"preact": "^10.28.1",
"zod": "^4.2.1"
},
"devDependencies": {
"@preact/preset-vite": "^2.10.2",
"@tanstack/devtools-ui": "0.4.4",
"@tanstack/devtools-vite": "0.4.0",
"sonda": "0.9.0",
"vite": "^7.1.7",
"sonda": "0.10.1",
"vite": "^7.3.0",
"vite-plugin-inspect": "11.3.3"
},
"browserslist": {
Expand Down
4 changes: 2 additions & 2 deletions examples/preact/custom-devtools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
"dependencies": {
"@tanstack/devtools-event-client": "0.4.0",
"@tanstack/preact-devtools": "workspace:*",
"preact": "^10.28.0"
"preact": "^10.28.1"
},
"devDependencies": {
"@preact/preset-vite": "^2.10.2",
"vite": "^7.1.7"
"vite": "^7.3.0"
},
"browserslist": {
"production": [
Expand Down
28 changes: 14 additions & 14 deletions examples/react/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,24 +12,24 @@
"@tanstack/devtools-client": "0.0.5",
"@tanstack/devtools-event-client": "0.4.0",
"@tanstack/react-devtools": "^0.9.0",
"@tanstack/react-form": "^1.23.7",
"@tanstack/react-query": "^5.90.1",
"@tanstack/react-query-devtools": "^5.90.1",
"@tanstack/react-router": "^1.132.0",
"@tanstack/react-router-devtools": "^1.132.0",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"zod": "^4.1.11"
"@tanstack/react-form": "^1.27.6",
"@tanstack/react-query": "^5.90.12",
"@tanstack/react-query-devtools": "^5.91.1",
"@tanstack/react-router": "^1.143.11",
"@tanstack/react-router-devtools": "^1.143.11",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"zod": "^4.2.1"
},
"devDependencies": {
"@tanstack/devtools-ui": "0.4.4",
"@tanstack/devtools-vite": "0.4.0",
"@tanstack/react-form-devtools": "^0.1.7",
"@types/react": "^19.2.0",
"@types/react-dom": "^19.2.0",
"@vitejs/plugin-react": "^5.0.4",
"sonda": "0.9.0",
"vite": "^7.1.7",
"@tanstack/react-form-devtools": "^0.2.9",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^5.1.2",
"sonda": "0.10.1",
"vite": "^7.3.0",
"vite-plugin-inspect": "11.3.3"
},
"browserslist": {
Expand Down
12 changes: 6 additions & 6 deletions examples/react/custom-devtools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@
"dependencies": {
"@tanstack/devtools-event-client": "0.4.0",
"@tanstack/react-devtools": "^0.9.0",
"react": "^19.2.0",
"react-dom": "^19.2.0"
"react": "^19.2.3",
"react-dom": "^19.2.3"
},
"devDependencies": {
"@types/react": "^19.2.0",
"@types/react-dom": "^19.2.0",
"@vitejs/plugin-react": "^5.0.4",
"vite": "^7.1.7"
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^5.1.2",
"vite": "^7.3.0"
},
"browserslist": {
"production": [
Expand Down
22 changes: 11 additions & 11 deletions examples/react/drizzle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,22 +9,22 @@
},
"dependencies": {
"@tanstack/react-devtools": "^0.9.0",
"@tanstack/react-router": "^1.132.0",
"@tanstack/react-router-devtools": "^1.132.0",
"@tanstack/react-start": "^1.132.0",
"react": "^19.2.0",
"react-dom": "^19.2.0"
"@tanstack/react-router": "^1.143.11",
"@tanstack/react-router-devtools": "^1.143.11",
"@tanstack/react-start": "^1.143.12",
"react": "^19.2.3",
"react-dom": "^19.2.3"
},
"devDependencies": {
"@tanstack/devtools-vite": "0.4.0",
"@types/node": "^22.15.2",
"@types/react": "^19.2.0",
"@types/react-dom": "^19.2.0",
"drizzle-kit": "^0.31.4",
"drizzle-orm": "^0.44.5",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"drizzle-kit": "^0.31.8",
"drizzle-orm": "^0.45.1",
"pg": "^8.16.3",
"typescript": "~5.9.2",
"vite": "^7.1.7",
"typescript": "~5.9.3",
"vite": "^7.3.0",
"vite-plugin-inspect": "11.3.3"
}
}
24 changes: 12 additions & 12 deletions examples/react/https/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,23 +11,23 @@
"dependencies": {
"@tanstack/devtools-event-client": "0.4.0",
"@tanstack/react-devtools": "^0.9.0",
"@tanstack/react-query": "^5.90.1",
"@tanstack/react-query-devtools": "^5.90.1",
"@tanstack/react-router": "^1.132.0",
"@tanstack/react-router-devtools": "^1.132.0",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"zod": "^4.1.11"
"@tanstack/react-query": "^5.90.12",
"@tanstack/react-query-devtools": "^5.91.1",
"@tanstack/react-router": "^1.143.11",
"@tanstack/react-router-devtools": "^1.143.11",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"zod": "^4.2.1"
},
"devDependencies": {
"@tanstack/devtools-ui": "0.4.4",
"@tanstack/devtools-vite": "0.4.0",
"@types/react": "^19.2.0",
"@types/react-dom": "^19.2.0",
"@vitejs/plugin-react": "^5.0.4",
"vite": "^7.1.7",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^5.1.2",
"vite": "^7.3.0",
"vite-plugin-inspect": "11.3.3",
"vite-plugin-mkcert": "^1.17.8"
"vite-plugin-mkcert": "^1.17.9"
},
"browserslist": {
"production": [
Expand Down
38 changes: 19 additions & 19 deletions examples/react/start/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,32 +9,32 @@
"test": "vitest run"
},
"dependencies": {
"@tailwindcss/vite": "^4.0.6",
"@tailwindcss/vite": "^4.1.18",
"@tanstack/devtools-event-client": "workspace:*",
"@tanstack/react-devtools": "^0.9.0",
"@tanstack/react-router": "^1.132.0",
"@tanstack/react-router-devtools": "^1.132.0",
"@tanstack/react-router-ssr-query": "^1.131.7",
"@tanstack/react-start": "^1.132.0",
"@tanstack/router-plugin": "^1.132.0",
"lucide-react": "^0.561.0",
"@tanstack/react-router": "^1.143.11",
"@tanstack/react-router-devtools": "^1.143.11",
"@tanstack/react-router-ssr-query": "^1.143.11",
"@tanstack/react-start": "^1.143.12",
"@tanstack/router-plugin": "^1.143.11",
"lucide-react": "^0.562.0",
"nitro": "latest",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"tailwindcss": "^4.0.6",
"vite-tsconfig-paths": "^6.0.2"
"react": "^19.2.3",
"react-dom": "^19.2.3",
"tailwindcss": "^4.1.18",
"vite-tsconfig-paths": "^6.0.3"
},
"devDependencies": {
"@tanstack/devtools-vite": "0.4.0",
"@testing-library/dom": "^10.4.0",
"@testing-library/react": "^16.2.0",
"@testing-library/dom": "^10.4.1",
"@testing-library/react": "^16.3.1",
"@types/node": "^22.15.2",
"@types/react": "^19.2.0",
"@types/react-dom": "^19.2.0",
"@vitejs/plugin-react": "^5.0.4",
"jsdom": "^27.0.0",
"typescript": "~5.9.2",
"vite": "^7.1.7",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^5.1.2",
"jsdom": "^27.4.0",
"typescript": "~5.9.3",
"vite": "^7.3.0",
"vitest": "^3.2.4",
"web-vitals": "^5.1.0"
}
Expand Down
24 changes: 12 additions & 12 deletions examples/react/time-travel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,20 @@
"dependencies": {
"@tanstack/devtools-event-client": "workspace:^",
"@tanstack/react-devtools": "^0.9.0",
"@tanstack/react-query": "^5.90.1",
"@tanstack/react-query-devtools": "^5.90.1",
"@tanstack/react-router": "^1.132.0",
"@tanstack/react-router-devtools": "^1.132.0",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"zod": "^4.1.11",
"zustand": "^5.0.8"
"@tanstack/react-query": "^5.90.12",
"@tanstack/react-query-devtools": "^5.91.1",
"@tanstack/react-router": "^1.143.11",
"@tanstack/react-router-devtools": "^1.143.11",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"zod": "^4.2.1",
"zustand": "^5.0.9"
},
"devDependencies": {
"@types/react": "^19.2.0",
"@types/react-dom": "^19.2.0",
"@vitejs/plugin-react": "^5.0.4",
"vite": "^7.1.7"
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^5.1.2",
"vite": "^7.3.0"
},
"browserslist": {
"production": [
Expand Down
14 changes: 7 additions & 7 deletions examples/solid/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,17 @@
},
"dependencies": {
"@tanstack/solid-devtools": "^0.7.20",
"@tanstack/solid-query": "^5.90.1",
"@tanstack/solid-query-devtools": "^5.90.1",
"@tanstack/solid-router": "^1.131.50",
"@tanstack/solid-router-devtools": "^1.131.50",
"solid-js": "^1.9.9"
"@tanstack/solid-query": "^5.90.15",
"@tanstack/solid-query-devtools": "^5.91.1",
"@tanstack/solid-router": "^1.143.6",
"@tanstack/solid-router-devtools": "^1.143.6",
"solid-js": "^1.9.10"
},
"devDependencies": {
"@tanstack/devtools-vite": "0.4.0",
"vite": "^7.1.7",
"vite": "^7.3.0",
"vite-plugin-inspect": "11.3.3",
"vite-plugin-solid": "^2.11.8"
"vite-plugin-solid": "^2.11.10"
},
"browserslist": {
"production": [
Expand Down
6 changes: 3 additions & 3 deletions examples/solid/start/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
"start": "vinxi start"
},
"dependencies": {
"@solidjs/start": "^1.2.0",
"@solidjs/start": "^1.2.1",
"@tanstack/solid-devtools": "^0.7.20",
"solid-js": "^1.9.9",
"vinxi": "^0.5.8"
"solid-js": "^1.9.10",
"vinxi": "^0.5.10"
},
"engines": {
"node": ">=22"
Expand Down
12 changes: 6 additions & 6 deletions examples/vue/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
"dependencies": {
"@tanstack/devtools": "^0.10.1",
"@tanstack/vue-devtools": "^0.2.0",
"@tanstack/vue-query": "^5.90.5",
"@tanstack/vue-query-devtools": "^6.1.0",
"vue": "^3.5.22"
"@tanstack/vue-query": "^5.92.1",
"@tanstack/vue-query-devtools": "^6.1.2",
"vue": "^3.5.26"
},
"devDependencies": {
"@vitejs/plugin-vue": "^6.0.1",
"typescript": "~5.9.2",
"vite": "^7.1.7"
"@vitejs/plugin-vue": "^6.0.3",
"typescript": "~5.9.3",
"vite": "^7.3.0"
}
}
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"type": "git",
"url": "git+https://github.com/TanStack/devtools.git"
},
"packageManager": "pnpm@10.24.0",
"packageManager": "pnpm@10.26.2",
"type": "module",
"scripts": {
"build": "nx affected --targets=build --exclude=examples/** && size-limit",
Expand Down Expand Up @@ -58,30 +58,30 @@
}
],
"devDependencies": {
"@changesets/cli": "^2.29.7",
"@changesets/cli": "^2.29.8",
"@faker-js/faker": "^9.9.0",
"@size-limit/preset-small-lib": "^11.2.0",
"@svitejs/changesets-changelog-github-compact": "^1.2.0",
"@tanstack/eslint-config": "0.3.2",
"@tanstack/typedoc-config": "0.2.1",
"@tanstack/vite-config": "0.2.1",
"@testing-library/jest-dom": "^6.8.0",
"@tanstack/eslint-config": "0.3.4",
"@tanstack/typedoc-config": "0.3.3",
"@tanstack/vite-config": "0.4.3",
"@testing-library/jest-dom": "^6.9.1",
"@types/node": "^22.15.2",
"eslint": "^9.36.0",
"eslint-plugin-unused-imports": "^4.2.0",
"jsdom": "^27.0.0",
"knip": "^5.64.0",
"markdown-link-extractor": "^4.0.2",
"nx": "22.1.3",
"eslint": "^9.39.2",
"eslint-plugin-unused-imports": "^4.3.0",
"jsdom": "^27.4.0",
"knip": "^5.77.4",
"markdown-link-extractor": "^4.0.3",
"nx": "22.3.3",
"premove": "^4.0.0",
"prettier": "^3.6.2",
"prettier-plugin-svelte": "^3.4.0",
"publint": "^0.3.13",
"sherif": "^1.7.0",
"prettier": "^3.7.4",
"prettier-plugin-svelte": "^3.4.1",
"publint": "^0.3.16",
"sherif": "^1.9.0",
"size-limit": "^11.2.0",
"tinyglobby": "^0.2.15",
"typescript": "~5.9.2",
"vite": "^7.1.7",
"typescript": "~5.9.3",
"vite": "^7.3.0",
"vitest": "^3.2.4"
},
"overrides": {
Expand Down
6 changes: 3 additions & 3 deletions packages/devtools-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,13 @@
},
"dependencies": {
"clsx": "^2.1.1",
"goober": "^2.1.16",
"solid-js": "^1.9.9"
"goober": "^2.1.18",
"solid-js": "^1.9.10"
},
"peerDependencies": {
"solid-js": ">=1.9.7"
},
"devDependencies": {
"vite-plugin-solid": "^2.11.8"
"vite-plugin-solid": "^2.11.10"
}
}
4 changes: 2 additions & 2 deletions packages/devtools-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@
"build": "vite build && vite build --config vite.config.preact.ts && tsup "
},
"devDependencies": {
"tsup": "^8.5.0",
"tsup": "^8.5.1",
"tsup-preset-solid": "^2.2.0",
"vite-plugin-solid": "^2.11.8"
"vite-plugin-solid": "^2.11.10"
}
}
Loading
Loading