📌(frontend) stay with Vercel SDK <5

While the frontend and the backend are not ready we
need to stay in the v4.x version
This commit is contained in:
Quentin BEY
2025-09-24 23:16:39 +02:00
parent 689f2ce672
commit 5c4b1ff388
+6
View File
@@ -32,6 +32,12 @@
"node-fetch",
"workbox-webpack-plugin"
]
},
{
"groupName": "ignore Vercel SDK >= 5.0.0",
"matchManagers": ["npm"],
"matchPackageNames": ["@ai-sdk/react", "@ai-sdk/ui-utils"],
"allowedVersions": "^1.2.0"
}
]
}