Skip to content

Commit 41956b9

Browse files
chore(deps): update all non-major dependencies
1 parent 85b4e75 commit 41956b9

File tree

10 files changed

+353
-345
lines changed

10 files changed

+353
-345
lines changed

.github/workflows/e2e-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Setup pnpm
1919
uses: pnpm/action-setup@v4
2020
with:
21-
version: 10.24.0
21+
version: 10.25.0
2222

2323
- name: Setup Node.js
2424
uses: actions/setup-node@v4

examples/react/offline-transactions/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@
2626
"@types/node": "^24.6.2",
2727
"@types/react": "^19.2.7",
2828
"@types/react-dom": "^19.2.3",
29-
"@vitejs/plugin-react": "^5.1.1",
29+
"@vitejs/plugin-react": "^5.1.2",
3030
"chokidar": "^4.0.3",
3131
"tailwindcss": "^4.1.17",
3232
"typescript": "^5.9.2",
33-
"vite": "^7.2.6",
33+
"vite": "^7.2.7",
3434
"vite-tsconfig-paths": "^5.1.4"
3535
}
3636
}

examples/react/paced-mutations-demo/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
"devDependencies": {
1919
"@types/react": "^19.2.7",
2020
"@types/react-dom": "^19.2.3",
21-
"@vitejs/plugin-react": "^5.1.1",
21+
"@vitejs/plugin-react": "^5.1.2",
2222
"typescript": "^5.9.2",
23-
"vite": "^7.2.6"
23+
"vite": "^7.2.7"
2424
}
2525
}

examples/react/projects/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@
4646
"@types/pg": "^8.15.6",
4747
"@types/react": "^19.2.7",
4848
"@types/react-dom": "^19.2.3",
49-
"@typescript-eslint/eslint-plugin": "^8.48.1",
50-
"@typescript-eslint/parser": "^8.48.1",
49+
"@typescript-eslint/eslint-plugin": "^8.49.0",
50+
"@typescript-eslint/parser": "^8.49.0",
5151
"@vitejs/plugin-react": "^5.1.1",
5252
"concurrently": "^9.2.1",
5353
"drizzle-kit": "^0.31.8",
@@ -60,7 +60,7 @@
6060
"prettier": "^3.7.4",
6161
"tsx": "^4.21.0",
6262
"typescript": "^5.9.2",
63-
"vite": "^7.2.6",
63+
"vite": "^7.2.7",
6464
"vitest": "^3.2.4",
6565
"web-vitals": "^5.1.0"
6666
}

examples/react/todo/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
"@types/pg": "^8.15.6",
3232
"@types/react": "^19.2.7",
3333
"@types/react-dom": "^19.2.3",
34-
"@typescript-eslint/eslint-plugin": "^8.48.1",
35-
"@typescript-eslint/parser": "^8.48.1",
34+
"@typescript-eslint/eslint-plugin": "^8.49.0",
35+
"@typescript-eslint/parser": "^8.49.0",
3636
"@vitejs/plugin-react": "^5.1.1",
3737
"concurrently": "^9.2.1",
3838
"dotenv": "^17.2.3",

examples/solid/todo/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
"@types/express": "^4.17.25",
2828
"@types/node": "^24.6.2",
2929
"@types/pg": "^8.15.6",
30-
"@typescript-eslint/eslint-plugin": "^8.48.1",
31-
"@typescript-eslint/parser": "^8.48.1",
30+
"@typescript-eslint/eslint-plugin": "^8.49.0",
31+
"@typescript-eslint/parser": "^8.49.0",
3232
"concurrently": "^9.2.1",
3333
"dotenv": "^17.2.3",
3434
"drizzle-kit": "^0.31.8",

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"type": "git",
66
"url": "git+https://github.com/TanStack/db.git"
77
},
8-
"packageManager": "pnpm@10.24.0",
8+
"packageManager": "pnpm@10.25.0",
99
"type": "module",
1010
"scripts": {
1111
"build": "pnpm --filter \"./packages/**\" build",
@@ -34,15 +34,15 @@
3434
"@types/react": "^19.2.7",
3535
"@types/react-dom": "^19.2.3",
3636
"@types/use-sync-external-store": "^1.5.0",
37-
"@typescript-eslint/eslint-plugin": "^8.48.1",
38-
"@typescript-eslint/parser": "^8.48.1",
39-
"@vitejs/plugin-react": "^5.1.1",
37+
"@typescript-eslint/eslint-plugin": "^8.49.0",
38+
"@typescript-eslint/parser": "^8.49.0",
39+
"@vitejs/plugin-react": "^5.1.2",
4040
"eslint": "^9.39.1",
4141
"eslint-import-resolver-typescript": "^4.4.4",
4242
"eslint-plugin-react": "^7.37.5",
4343
"husky": "^9.1.7",
44-
"jsdom": "^27.2.0",
45-
"knip": "^5.71.0",
44+
"jsdom": "^27.3.0",
45+
"knip": "^5.72.0",
4646
"lint-staged": "^15.5.2",
4747
"markdown-link-extractor": "^4.0.3",
4848
"prettier": "^3.7.4",
@@ -52,7 +52,7 @@
5252
"tinyglobby": "^0.2.15",
5353
"tsx": "^4.21.0",
5454
"typescript": "^5.9.2",
55-
"vite": "^7.2.6",
55+
"vite": "^7.2.7",
5656
"vitest": "^3.2.4",
5757
"zod": "^3.25.76"
5858
},

packages/db-collection-e2e/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@types/pg": "^8.15.6",
2020
"@vitest/ui": "^3.2.4",
2121
"typescript": "^5.9.2",
22-
"vite": "^7.2.6",
22+
"vite": "^7.2.7",
2323
"vitest": "^3.2.4"
2424
}
2525
}

packages/solid-db/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"@electric-sql/client": "1.2.0",
5151
"@solidjs/testing-library": "^0.8.10",
5252
"@vitest/coverage-istanbul": "^3.2.4",
53-
"jsdom": "^27.2.0",
53+
"jsdom": "^27.3.0",
5454
"solid-js": "^1.9.10",
5555
"vite-plugin-solid": "^2.11.10",
5656
"vitest": "^3.2.4"

pnpm-lock.yaml

Lines changed: 332 additions & 324 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)