diff --git a/apps/web/package.json b/apps/web/package.json index f6ef0a3f..d3d7f806 100644 --- a/apps/web/package.json +++ b/apps/web/package.json @@ -5,8 +5,7 @@ "type": "module", "scripts": { "dev": "vite --port 3001", - "build": "vite build", - "build:check": "tsc -b && vite build", + "build": "tsc -b && vite build", "lint": "eslint .", "preview": "vite preview", "postinstall": "npx patch-package" @@ -33,7 +32,7 @@ "@radix-ui/react-use-controllable-state": "^1.2.2", "@tailwindcss/vite": "^4.1.17", "@tanstack/react-router": "^1.140.0", - "ai": "5.0.108", + "ai": "5.0.121", "canvas-confetti": "^1.9.4", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1",