* fix(test): tolerate stale screencast frames in viewport e2e test Chrome's `Page.startScreencast` `maxWidth`/`maxHeight` are upper bounds, and early frames can arrive before the viewport resize fully takes effect. Instead of asserting exact JPEG dimensions on the first frame, skip frames with stale dimensions and wait for one that matches. * Prepare v0.25.5
39 lines
929 B
JSON
39 lines
929 B
JSON
{
|
|
"name": "dashboard",
|
|
"version": "0.25.5",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start"
|
|
},
|
|
"dependencies": {
|
|
"@ai-sdk/react": "^3.0.148",
|
|
"@radix-ui/react-popover": "^1.1.15",
|
|
"ai": "^6.0.146",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"cmdk": "^1.1.1",
|
|
"jotai": "^2.19.0",
|
|
"lucide-react": "^1.7.0",
|
|
"next": "16.1.1",
|
|
"next-themes": "^0.4.6",
|
|
"radix-ui": "^1.4.3",
|
|
"react": "^19.1.0",
|
|
"react-dom": "^19.1.0",
|
|
"react-resizable-panels": "^4.7.6",
|
|
"shadcn": "^4.1.0",
|
|
"streamdown": "^2.5.0",
|
|
"tailwind-merge": "^3.5.0",
|
|
"tw-animate-css": "^1.4.0"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/postcss": "^4.1.3",
|
|
"@types/node": "^22.14.0",
|
|
"@types/react": "^19.1.0",
|
|
"@types/react-dom": "^19.1.0",
|
|
"tailwindcss": "^4.1.3",
|
|
"typescript": "^5.8.3"
|
|
}
|
|
}
|