Skip to content

Commit

Permalink
chore: upgrade jest libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielSinclair committed Jan 13, 2025
1 parent 67116b6 commit 57e828b
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 53 deletions.
4 changes: 2 additions & 2 deletions examples/with-create-react-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"private": true,
"dependencies": {
"@rainbow-me/rainbowkit": "workspace:*",
"@testing-library/jest-dom": "^6.2.0",
"@testing-library/react": "^16.0.1",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.1.0",
"@testing-library/user-event": "^14.5.2",
"@types/jest": "^29.5.12",
"@types/node": "^20.14.8",
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,9 @@
"@commitlint/config-conventional": "^19.4.1",
"@lavamoat/preinstall-always-fail": "^2.0.0",
"@tanstack/react-query": "^5.55.3",
"@testing-library/jest-dom": "^6.2.0",
"@testing-library/react": "^16.0.1",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/dom": "^10.4.0",
"@testing-library/react": "^16.1.0",
"@testing-library/user-event": "^14.5.2",
"@types/node": "^20.14.8",
"@types/react": "^19.0.6",
Expand Down
5 changes: 3 additions & 2 deletions packages/rainbowkit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,9 @@
"wagmi": "^2.9.0"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.2.0",
"@testing-library/react": "^16.0.1",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/dom": "^10.4.0",
"@testing-library/react": "^16.1.0",
"@testing-library/user-event": "^14.5.2",
"@types/qrcode": "^1.5.5",
"@types/ua-parser-js": "^0.7.39",
Expand Down
75 changes: 28 additions & 47 deletions pnpm-lock.yaml

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

0 comments on commit 57e828b

Please sign in to comment.