diff options
Diffstat (limited to '')
| -rw-r--r-- | packages/shared-react/package.json | 2 | ||||
| -rw-r--r-- | packages/shared/package.json | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/packages/shared-react/package.json b/packages/shared-react/package.json index df948215..5659301c 100644 --- a/packages/shared-react/package.json +++ b/packages/shared-react/package.json @@ -6,7 +6,7 @@ "dependencies": { "@karakeep/shared": "workspace:^0.1.0", "@karakeep/trpc": "workspace:^0.1.0", - "@tanstack/react-query": "^5.69.0", + "@tanstack/react-query": "^5.80.3", "@trpc/client": "^11.4.3", "superjson": "^2.2.1" }, diff --git a/packages/shared/package.json b/packages/shared/package.json index 547a014f..0df0b371 100644 --- a/packages/shared/package.json +++ b/packages/shared/package.json @@ -24,7 +24,7 @@ "@karakeep/tsconfig": "workspace:^0.1.0", "@types/html-to-text": "^9.0.4", "@types/nodemailer": "^6.4.17", - "vitest": "^1.6.1" + "vitest": "^3.2.4" }, "scripts": { "typecheck": "tsc --noEmit", |
