chore: add missing @testing-library/react dependency to client package

This commit is contained in:
Danny Avila 2025-07-16 09:36:03 -04:00 committed by Marco Beretta
parent 86deb4d19a
commit 0b5155d277
No known key found for this signature in database
GPG key ID: D918033D8E74CC11
2 changed files with 100 additions and 0 deletions

View file

@ -70,6 +70,7 @@
"@rollup/plugin-node-resolve": "^15.0.0",
"@rollup/plugin-replace": "^5.0.5",
"@rollup/plugin-terser": "^0.4.4",
"@testing-library/react": "^16.3.0",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"react-hook-form": "^7.60.0",