[FEAT] update NCU to only update vertion but not the major

This commit is contained in:
Edouard DUPIN 2025-01-11 14:29:32 +01:00
parent 1a3652472e
commit 8911eed0fb

View File

@ -12,7 +12,8 @@
"node": ">=20" "node": ">=20"
}, },
"scripts": { "scripts": {
"update_packages": "ncu --upgrade", "update_packages": "ncu --target minor",
"upgrade_packages": "ncu --upgrade --rejectVersion \"/^[~^<>]| - |\\.x$/\" ",
"install_dependency": "pnpm install", "install_dependency": "pnpm install",
"test": "vitest run", "test": "vitest run",
"test:watch": "vitest watch", "test:watch": "vitest watch",