diff --git a/package.json b/package.json index 28542f1f..ad23d695 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "bun-types": "^1.3.14", "playwright": "^1.61.1", "typescript": "7.0.2", - "vite-plus": "^0.2.4" + "vite-plus": "^0.3.0" }, "description": "Lightweight ActivityPub server & client with Misskey API compatibility", "engines": { diff --git a/packages/backend/package.json b/packages/backend/package.json index f6ef540b..897ef9dd 100644 --- a/packages/backend/package.json +++ b/packages/backend/package.json @@ -21,9 +21,9 @@ }, "dependencies": { "@aws-sdk/client-s3": "^3.1083.0", - "@hono/zod-validator": "^0.8.0", + "@hono/zod-validator": "^0.9.0", "@sentry/bun": "^10.64.0", - "@sentry/core": "10.64.0", + "@sentry/core": "10.71.0", "@simplewebauthn/server": "^13.3.2", "@simplewebauthn/types": "^12.0.0", "blurhash": "^2.0.5", diff --git a/packages/frontend/package.json b/packages/frontend/package.json index d4087d4a..b4fc951d 100644 --- a/packages/frontend/package.json +++ b/packages/frontend/package.json @@ -28,7 +28,7 @@ "class-variance-authority": "^0.7.1", "date-fns": "^4.4.0", "jotai": "^2.20.1", - "katex": "^0.17.0", + "katex": "^0.18.4", "lucide-react": "^1.23.0", "mfm-js": "^0.26.0", "qrcode.react": "^4.2.0", @@ -50,8 +50,8 @@ "@storybook/react-vite": "^10.4.6", "@tailwindcss/vite": "^4.3.2", "@types/katex": "^0.16.8", - "@types/react": "19.2.17", - "@types/react-dom": "19.2.3", + "@types/react": "19.2.18", + "@types/react-dom": "19.2.5", "@vitejs/plugin-react": "^6.0.3", "babel-plugin-react-compiler": "1.0.0", "rollup-plugin-visualizer": "^7.0.1", diff --git a/packages/shared/package.json b/packages/shared/package.json index a0d712b5..c2518662 100644 --- a/packages/shared/package.json +++ b/packages/shared/package.json @@ -11,7 +11,7 @@ "typecheck": "tsc --noEmit" }, "dependencies": { - "vite-plus": "^0.2.4" + "vite-plus": "^0.3.0" }, "devDependencies": { "bun-types": "^1.3.14",