Skip to content

Commit

Permalink
feat: update react-testing and jest dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
EmmanuelDemey committed Sep 3, 2024
1 parent 93981f6 commit bc95185
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 13 deletions.
21 changes: 11 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@
"typescript": "5.5.3"
},
"devDependencies": {
"@testing-library/dom": "^10.3.2",
"@testing-library/jest-dom": "^6.4.6",
"@testing-library/react": "^16.0.0",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.5.0",
"@testing-library/react": "^16.0.1",
"@testing-library/user-event": "^14.5.2",
"@types/dompurify": "^3.0.5",
"@types/file-saver": "^2.0.7",
Expand Down

0 comments on commit bc95185

Please sign in to comment.