Skip to content
Merged
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
20 changes: 10 additions & 10 deletions examples/angular/todos/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,25 +22,25 @@
},
"private": true,
"dependencies": {
"@angular/common": "^20.3.1",
"@angular/compiler": "^20.3.1",
"@angular/core": "^20.3.1",
"@angular/forms": "^20.3.1",
"@angular/platform-browser": "^20.3.1",
"@angular/router": "^20.3.1",
"@angular/common": "^20.3.2",
"@angular/compiler": "^20.3.2",
"@angular/core": "^20.3.2",
"@angular/forms": "^20.3.2",
"@angular/platform-browser": "^20.3.2",
"@angular/router": "^20.3.2",
"@tanstack/angular-db": "workspace:*",
"@tanstack/db": "workspace:*",
"rxjs": "~7.8.2",
"tslib": "^2.8.1",
"zone.js": "~0.15.1"
},
"devDependencies": {
"@angular/build": "^20.3.2",
"@angular/cli": "^20.3.2",
"@angular/compiler-cli": "^20.3.1",
"@angular/build": "^20.3.3",
"@angular/cli": "^20.3.3",
"@angular/compiler-cli": "^20.3.2",
"@types/jasmine": "~5.1.9",
"autoprefixer": "^10.4.21",
"jasmine-core": "~5.10.0",
"jasmine-core": "~5.11.0",
"karma": "~6.4.4",
"karma-chrome-launcher": "~3.2.0",
"karma-coverage": "~2.2.1",
Expand Down
18 changes: 9 additions & 9 deletions examples/react/todo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"@tanstack/query-core": "^5.90.2",
"@tanstack/query-db-collection": "workspace:*",
"@tanstack/react-db": "workspace:*",
"@tanstack/react-router": "^1.132.2",
"@tanstack/react-start": "^1.132.4",
"@tanstack/react-router": "^1.132.25",
"@tanstack/react-start": "^1.132.25",
"@tanstack/trailbase-db-collection": "workspace:^",
"cors": "^2.8.5",
"drizzle-orm": "^0.44.5",
Expand All @@ -18,7 +18,7 @@
"react": "^19.1.1",
"react-dom": "^19.1.1",
"tailwindcss": "^4.1.13",
"trailbase": "^0.7.3",
"trailbase": "^0.7.4",
"vite-tsconfig-paths": "^5.1.4",
"zod": "^4.1.11"
},
Expand All @@ -29,19 +29,19 @@
"@types/express": "^4.17.23",
"@types/node": "^24.5.2",
"@types/pg": "^8.15.5",
"@types/react": "^19.1.13",
"@types/react": "^19.1.15",
"@types/react-dom": "^19.1.9",
"@typescript-eslint/eslint-plugin": "^8.44.1",
"@typescript-eslint/parser": "^8.44.1",
"@typescript-eslint/eslint-plugin": "^8.45.0",
"@typescript-eslint/parser": "^8.45.0",
"@vitejs/plugin-react": "^5.0.3",
"concurrently": "^9.2.1",
"dotenv": "^17.2.2",
"drizzle-kit": "^0.31.4",
"drizzle-kit": "^0.31.5",
"eslint": "^9.36.0",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.21",
"eslint-plugin-react-refresh": "^0.4.22",
"pg": "^8.16.3",
"tsx": "^4.20.5",
"tsx": "^4.20.6",
"typescript": "^5.9.2",
"vite": "^7.1.7"
},
Expand Down
24 changes: 12 additions & 12 deletions examples/solid/todo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,21 @@
"private": true,
"version": "0.0.33",
"dependencies": {
"@tanstack/electric-db-collection": "^0.1.23",
"@tanstack/query-core": "^5.90.1",
"@tanstack/query-db-collection": "^0.2.20",
"@tanstack/solid-db": "^0.1.21",
"@tanstack/solid-router": "^1.131.50",
"@tanstack/solid-start": "^1.131.50",
"@tanstack/trailbase-db-collection": "^0.1.21",
"@tanstack/electric-db-collection": "^0.1.25",
"@tanstack/query-core": "^5.90.2",
"@tanstack/query-db-collection": "^0.2.22",
"@tanstack/solid-db": "^0.1.23",
"@tanstack/solid-router": "^1.132.25",
"@tanstack/solid-start": "^1.132.25",
"@tanstack/trailbase-db-collection": "^0.1.23",
"cors": "^2.8.5",
"drizzle-orm": "^0.44.5",
"drizzle-zod": "^0.8.3",
"express": "^4.21.2",
"postgres": "^3.4.7",
"solid-js": "^1.9.9",
"tailwindcss": "^4.1.13",
"trailbase": "^0.7.3",
"trailbase": "^0.7.4",
"vite-tsconfig-paths": "^5.1.4"
},
"devDependencies": {
Expand All @@ -27,15 +27,15 @@
"@types/express": "^4.17.23",
"@types/node": "^22.18.1",
"@types/pg": "^8.15.5",
"@typescript-eslint/eslint-plugin": "^8.44.0",
"@typescript-eslint/parser": "^8.44.0",
"@typescript-eslint/eslint-plugin": "^8.45.0",
"@typescript-eslint/parser": "^8.45.0",
"concurrently": "^9.2.1",
"dotenv": "^16.6.1",
"drizzle-kit": "^0.31.4",
"drizzle-kit": "^0.31.5",
"eslint": "^9.36.0",
"eslint-plugin-solid": "^0.14.5",
"pg": "^8.16.3",
"tsx": "^4.20.5",
"tsx": "^4.20.6",
"typescript": "^5.9.2",
"vite": "^6.3.6",
"vite-plugin-solid": "^2.11.8"
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"type": "git",
"url": "https://github.com/tanstack/db.git"
},
"packageManager": "pnpm@10.17.0",
"packageManager": "pnpm@10.17.1",
"type": "module",
"scripts": {
"build": "pnpm --filter \"./packages/**\" build",
Expand All @@ -25,22 +25,22 @@
"@eslint/js": "^9.36.0",
"@stylistic/eslint-plugin": "^4.4.1",
"@svitejs/changesets-changelog-github-compact": "^1.2.0",
"@tanstack/config": "^0.20.2",
"@tanstack/config": "^0.20.3",
"@testing-library/jest-dom": "^6.8.0",
"@types/node": "^22.18.1",
"@types/react": "^19.1.13",
"@types/react": "^19.1.15",
"@types/react-dom": "^19.1.9",
"@types/use-sync-external-store": "^1.5.0",
"@typescript-eslint/eslint-plugin": "^8.44.0",
"@typescript-eslint/parser": "^8.44.0",
"@typescript-eslint/eslint-plugin": "^8.45.0",
"@typescript-eslint/parser": "^8.45.0",
"@vitejs/plugin-react": "^4.7.0",
"eslint": "^9.36.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-prettier": "^5.5.4",
"eslint-plugin-react": "^7.37.5",
"husky": "^9.1.7",
"jsdom": "^27.0.0",
"knip": "^5.64.0",
"knip": "^5.64.1",
"lint-staged": "^15.5.2",
"markdown-link-extractor": "^4.0.2",
"mitt": "^3.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/angular-db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"angular",
"typescript"
],
"packageManager": "pnpm@10.17.0",
"packageManager": "pnpm@10.17.1",
"dependencies": {
"@tanstack/db": "workspace:*"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/db-ivm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
],
"main": "dist/cjs/index.cjs",
"module": "dist/esm/index.js",
"packageManager": "pnpm@10.17.0",
"packageManager": "pnpm@10.17.1",
"peerDependencies": {
"typescript": ">=4.7"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
],
"main": "dist/cjs/index.cjs",
"module": "dist/esm/index.js",
"packageManager": "pnpm@10.17.0",
"packageManager": "pnpm@10.17.1",
"peerDependencies": {
"typescript": ">=4.7"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/electric-db-collection/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
],
"main": "dist/cjs/index.cjs",
"module": "dist/esm/index.js",
"packageManager": "pnpm@10.17.0",
"packageManager": "pnpm@10.17.1",
"author": "Kyle Mathews",
"license": "MIT",
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions packages/query-db-collection/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"@tanstack/db": "workspace:*"
},
"devDependencies": {
"@tanstack/query-core": "^5.90.1",
"@tanstack/query-core": "^5.90.2",
"@vitest/coverage-istanbul": "^3.2.4"
},
"exports": {
Expand All @@ -29,7 +29,7 @@
],
"main": "dist/cjs/index.cjs",
"module": "dist/esm/index.js",
"packageManager": "pnpm@10.17.0",
"packageManager": "pnpm@10.17.1",
"peerDependencies": {
"@tanstack/query-core": "^5.0.0",
"typescript": ">=4.7"
Expand Down
4 changes: 2 additions & 2 deletions packages/react-db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@
"react",
"typescript"
],
"packageManager": "pnpm@10.17.0",
"packageManager": "pnpm@10.17.1",
"dependencies": {
"@tanstack/db": "workspace:*",
"use-sync-external-store": "^1.5.0"
},
"devDependencies": {
"@electric-sql/client": "1.0.10",
"@testing-library/react": "^16.3.0",
"@types/react": "^19.1.13",
"@types/react": "^19.1.15",
"@types/react-dom": "^19.1.9",
"@types/use-sync-external-store": "^1.5.0",
"@vitest/coverage-istanbul": "^3.2.4",
Expand Down
4 changes: 2 additions & 2 deletions packages/rxdb-db-collection/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "RxDB collection for TanStack DB",
"version": "0.1.12",
"dependencies": {
"rxdb": "16.19.0",
"rxdb": "16.19.1",
"@standard-schema/spec": "^1.0.0",
"@tanstack/db": "workspace:*",
"@tanstack/store": "^0.7.7",
Expand Down Expand Up @@ -32,7 +32,7 @@
],
"main": "dist/cjs/index.cjs",
"module": "dist/esm/index.js",
"packageManager": "pnpm@10.17.0",
"packageManager": "pnpm@10.17.1",
"peerDependencies": {
"rxdb": ">=16.17.2",
"typescript": ">=4.7"
Expand Down
2 changes: 1 addition & 1 deletion packages/solid-db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"solid",
"typescript"
],
"packageManager": "pnpm@10.17.0",
"packageManager": "pnpm@10.17.1",
"dependencies": {
"@solid-primitives/map": "^0.7.2",
"@tanstack/db": "workspace:*"
Expand Down
6 changes: 3 additions & 3 deletions packages/svelte-db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
"@tanstack/db": "workspace:*"
},
"devDependencies": {
"@sveltejs/package": "^2.5.3",
"@sveltejs/vite-plugin-svelte": "^6.2.0",
"@sveltejs/package": "^2.5.4",
"@sveltejs/vite-plugin-svelte": "^6.2.1",
"@vitest/coverage-istanbul": "^3.2.4",
"publint": "^0.3.13",
"svelte": "^5.39.4",
"svelte": "^5.39.6",
"svelte-check": "^4.3.2"
},
"exports": {
Expand Down
4 changes: 2 additions & 2 deletions packages/trailbase-db-collection/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"@tanstack/db": "workspace:*",
"@tanstack/store": "^0.7.7",
"debug": "^4.4.3",
"trailbase": "^0.7.3"
"trailbase": "^0.7.4"
},
"devDependencies": {
"@types/debug": "^4.1.12",
Expand All @@ -32,7 +32,7 @@
],
"main": "dist/cjs/index.cjs",
"module": "dist/esm/index.js",
"packageManager": "pnpm@10.17.0",
"packageManager": "pnpm@10.17.1",
"peerDependencies": {
"typescript": ">=4.7"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/vue-db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@
"vue",
"typescript"
],
"packageManager": "pnpm@10.17.0",
"packageManager": "pnpm@10.17.1",
"dependencies": {
"@tanstack/db": "workspace:*"
},
"devDependencies": {
"@electric-sql/client": "1.0.10",
"@vitejs/plugin-vue": "^5.2.4",
"@vitest/coverage-istanbul": "^3.2.4",
"vue": "^3.5.21"
"vue": "^3.5.22"
},
"exports": {
".": {
Expand Down
Loading
Loading