PR-387478: Actualiza las dependencias de npm para solucionar problemas de compatibilidad

This commit is contained in:
2024-02-13 21:20:26 +00:00
parent 2824031b90
commit 8e189eab45
3 changed files with 5 additions and 5 deletions

View File

@ -13,7 +13,7 @@
"lint:fix": "eslint ./ --ext .js --ext .ts --ext .jsx --ext .tsx --fix",
"test": "jest",
"test:watch": "jest --watch",
"check-updates": "npx npm-check-updates -u && npm i",
"check-updates": "npx npm-check-updates -u && npm i --legacy-peer-deps",
"cy:open": "npx cypress open",
"cy:run": "cypress run",
"cy:run-component": "cypress run --headless --component"