Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

chore(deps): update all non-major dependencies #290

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
renovate wants to merge 1 commit into main
base: main
Choose a base branch
Loading
from renovate/all-minor-patch
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
View file Open in desktop
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.2",
"zod": "^4.3.5"
},
"devDependencies": {
"@preact/preset-vite": "^2.10.2",
"@tanstack/devtools-ui": "0.4.4",
"@tanstack/devtools-vite": "0.4.1",
"sonda": "0.9.0",
"vite": "^7.1.7",
"sonda": "0.10.1",
"vite": "^7.3.1",
"vite-plugin-inspect": "11.3.3"
},
"browserslist": {
Expand Down
4 changes: 2 additions & 2 deletions examples/preact/custom-devtools/package.json
View file Open in desktop
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.2"
},
"devDependencies": {
"@preact/preset-vite": "^2.10.2",
"vite": "^7.1.7"
"vite": "^7.3.1"
},
"browserslist": {
"production": [
Expand Down
28 changes: 14 additions & 14 deletions examples/react/basic/package.json
View file Open in desktop
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.2",
"@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.7",
"@tanstack/react-query": "^5.90.17",
"@tanstack/react-query-devtools": "^5.91.2",
"@tanstack/react-router": "^1.150.0",
"@tanstack/react-router-devtools": "^1.150.0",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"zod": "^4.3.5"
},
"devDependencies": {
"@tanstack/devtools-ui": "0.4.4",
"@tanstack/devtools-vite": "0.4.1",
"@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.11",
"@types/react": "^19.2.8",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^5.1.2",
"sonda": "0.10.1",
"vite": "^7.3.1",
"vite-plugin-inspect": "11.3.3"
},
"browserslist": {
Expand Down
12 changes: 6 additions & 6 deletions examples/react/custom-devtools/package.json
View file Open in desktop
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.2",
"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.8",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^5.1.2",
"vite": "^7.3.1"
},
"browserslist": {
"production": [
Expand Down
24 changes: 12 additions & 12 deletions examples/react/drizzle/package.json
View file Open in desktop
Original file line number Diff line number Diff line change
Expand Up @@ -9,22 +9,22 @@
},
"dependencies": {
"@tanstack/react-devtools": "^0.9.2",
"@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.150.0",
"@tanstack/react-router-devtools": "^1.150.0",
"@tanstack/react-start": "^1.150.0",
"react": "^19.2.3",
"react-dom": "^19.2.3"
},
"devDependencies": {
"@tanstack/devtools-vite": "0.4.1",
"@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",
"pg": "^8.16.3",
"typescript": "~5.9.2",
"vite": "^7.1.7",
"@types/react": "^19.2.8",
"@types/react-dom": "^19.2.3",
"drizzle-kit": "^0.31.8",
"drizzle-orm": "^0.45.1",
"pg": "^8.17.1",
"typescript": "~5.9.3",
"vite": "^7.3.1",
"vite-plugin-inspect": "11.3.3"
}
}
24 changes: 12 additions & 12 deletions examples/react/https/package.json
View file Open in desktop
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.2",
"@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.17",
"@tanstack/react-query-devtools": "^5.91.2",
"@tanstack/react-router": "^1.150.0",
"@tanstack/react-router-devtools": "^1.150.0",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"zod": "^4.3.5"
},
"devDependencies": {
"@tanstack/devtools-ui": "0.4.4",
"@tanstack/devtools-vite": "0.4.1",
"@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.8",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^5.1.2",
"vite": "^7.3.1",
"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
View file Open in desktop
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.2",
"@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.150.0",
"@tanstack/react-router-devtools": "^1.150.0",
"@tanstack/react-router-ssr-query": "^1.150.0",
"@tanstack/react-start": "^1.150.0",
"@tanstack/router-plugin": "^1.150.0",
"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.4"
},
"devDependencies": {
"@tanstack/devtools-vite": "0.4.1",
"@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.8",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^5.1.2",
"jsdom": "^27.4.0",
"typescript": "~5.9.3",
"vite": "^7.3.1",
"vitest": "^3.2.4",
"web-vitals": "^5.1.0"
}
Expand Down
24 changes: 12 additions & 12 deletions examples/react/time-travel/package.json
View file Open in desktop
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.2",
"@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.17",
"@tanstack/react-query-devtools": "^5.91.2",
"@tanstack/react-router": "^1.150.0",
"@tanstack/react-router-devtools": "^1.150.0",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"zod": "^4.3.5",
"zustand": "^5.0.10"
},
"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.8",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^5.1.2",
"vite": "^7.3.1"
},
"browserslist": {
"production": [
Expand Down
14 changes: 7 additions & 7 deletions examples/solid/basic/package.json
View file Open in desktop
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,17 @@
},
"dependencies": {
"@tanstack/solid-devtools": "^0.7.22",
"@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.20",
"@tanstack/solid-query-devtools": "^5.91.2",
"@tanstack/solid-router": "^1.150.0",
"@tanstack/solid-router-devtools": "^1.150.0",
"solid-js": "^1.9.10"
},
"devDependencies": {
"@tanstack/devtools-vite": "0.4.1",
"vite": "^7.1.7",
"vite": "^7.3.1",
"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
View file Open in desktop
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.22",
"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
View file Open in desktop
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
"dependencies": {
"@tanstack/devtools": "^0.10.3",
"@tanstack/vue-devtools": "^0.2.2",
"@tanstack/vue-query": "^5.90.5",
"@tanstack/vue-query-devtools": "^6.1.0",
"vue": "^3.5.22"
"@tanstack/vue-query": "^5.92.6",
"@tanstack/vue-query-devtools": "^6.1.3",
"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.1"
}
}
36 changes: 18 additions & 18 deletions package.json
View file Open in desktop
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.28.0",
"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.81.0",
"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.8.0",
"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.1",
"vitest": "^3.2.4"
},
"overrides": {
Expand Down
6 changes: 3 additions & 3 deletions packages/devtools-ui/package.json
View file Open in desktop
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
View file Open in desktop
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@
"build": "vite build && vite build --config vite.config.preact.ts && vite build --config vite.config.vue.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

AltStyle によって変換されたページ (->オリジナル) /