diff --git a/front/package.json b/front/package.json index 286ad39..7302369 100644 --- a/front/package.json +++ b/front/package.json @@ -12,7 +12,8 @@ "node": ">=20" }, "scripts": { - "update_packages": "ncu --upgrade", + "update_packages": "ncu --target minor", + "upgrade_packages": "ncu --upgrade --rejectVersion \"/^[~^<>]| - |\\.x$/\" ", "install_dependency": "pnpm install", "test": "vitest run", "test:watch": "vitest watch",