Skip to content

Commit 748b2b2

Browse files
authored
update vite deps and node types to fix types issues (#636)
1 parent 5f43d5f commit 748b2b2

File tree

3 files changed

+1246
-1159
lines changed

3 files changed

+1246
-1159
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@
2727
"@svitejs/changesets-changelog-github-compact": "^1.2.0",
2828
"@tanstack/config": "^0.20.3",
2929
"@testing-library/jest-dom": "^6.8.0",
30-
"@types/node": "^22.18.1",
30+
"@types/node": "^24.6.2",
3131
"@types/react": "^19.1.15",
3232
"@types/react-dom": "^19.1.9",
3333
"@types/use-sync-external-store": "^1.5.0",
3434
"@typescript-eslint/eslint-plugin": "^8.45.0",
3535
"@typescript-eslint/parser": "^8.45.0",
36-
"@vitejs/plugin-react": "^4.7.0",
36+
"@vitejs/plugin-react": "^5.0.4",
3737
"eslint": "^9.36.0",
3838
"eslint-config-prettier": "^10.1.8",
3939
"eslint-import-resolver-typescript": "^4.4.4",
@@ -51,7 +51,7 @@
5151
"shx": "^0.4.0",
5252
"tinyglobby": "^0.2.15",
5353
"typescript": "^5.9.2",
54-
"vite": "^6.3.6",
54+
"vite": "^7.1.7",
5555
"vitest": "^3.2.4",
5656
"zod": "^3.25.76"
5757
},

packages/vue-db/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
},
2222
"devDependencies": {
2323
"@electric-sql/client": "1.0.10",
24-
"@vitejs/plugin-vue": "^5.2.4",
24+
"@vitejs/plugin-vue": "^6.0.1",
2525
"@vitest/coverage-istanbul": "^3.2.4",
2626
"vue": "^3.5.22"
2727
},

0 commit comments

Comments
 (0)