Skip to content

Commit

Permalink
Merge pull request #922 from InseeFr/feat/bump-react-testing-library
Browse files Browse the repository at this point in the history
feat: update react-testing and jest dependencies
  • Loading branch information
PierreVasseur authored Sep 3, 2024
2 parents 93981f6 + bc95185 commit cf1a02f
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 cf1a02f

Please sign in to comment.