Skip to content

Commit

Permalink
chore(deps): update dependency @testing-library/jest-dom to v5.16.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Mar 25, 2022
1 parent cd8f7eb commit 6c500a2
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"@babel/preset-typescript": "7.16.7",
"@babel/runtime-corejs3": "7.16.7",
"@playwright/test": "1.20.1",
"@testing-library/jest-dom": "5.16.2",
"@testing-library/jest-dom": "5.16.3",
"@testing-library/react": "12.1.4",
"@testing-library/user-event": "13.5.0",
"@types/fs-extra": "9.0.13",
Expand Down
2 changes: 1 addition & 1 deletion packages/forms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@babel/cli": "7.16.7",
"@babel/core": "7.16.7",
"@testing-library/dom": "8.11.4",
"@testing-library/jest-dom": "5.16.2",
"@testing-library/jest-dom": "5.16.3",
"@testing-library/react": "12.1.4",
"@testing-library/user-event": "13.5.0",
"@types/pascalcase": "1.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/testing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@storybook/builder-webpack5": "6.4.19",
"@storybook/manager-webpack5": "6.4.19",
"@storybook/react": "6.4.19",
"@testing-library/jest-dom": "5.16.2",
"@testing-library/jest-dom": "5.16.3",
"@testing-library/react": "12.1.4",
"@testing-library/user-event": "13.5.0",
"@types/aws-lambda": "8.10.93",
Expand Down
2 changes: 1 addition & 1 deletion packages/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"devDependencies": {
"@babel/cli": "7.16.7",
"@babel/core": "7.16.7",
"@testing-library/jest-dom": "5.16.2",
"@testing-library/jest-dom": "5.16.3",
"@testing-library/react": "12.1.4",
"@types/react": "17.0.40",
"@types/react-dom": "17.0.14",
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6033,7 +6033,7 @@ __metadata:
"@babel/core": 7.16.7
"@babel/runtime-corejs3": 7.16.7
"@testing-library/dom": 8.11.4
"@testing-library/jest-dom": 5.16.2
"@testing-library/jest-dom": 5.16.3
"@testing-library/react": 12.1.4
"@testing-library/user-event": 13.5.0
"@types/pascalcase": 1.0.1
Expand Down Expand Up @@ -6273,7 +6273,7 @@ __metadata:
"@storybook/builder-webpack5": 6.4.19
"@storybook/manager-webpack5": 6.4.19
"@storybook/react": 6.4.19
"@testing-library/jest-dom": 5.16.2
"@testing-library/jest-dom": 5.16.3
"@testing-library/react": 12.1.4
"@testing-library/user-event": 13.5.0
"@types/aws-lambda": 8.10.93
Expand Down Expand Up @@ -6303,7 +6303,7 @@ __metadata:
"@babel/core": 7.16.7
"@babel/runtime-corejs3": 7.16.7
"@redwoodjs/auth": 0.50.0
"@testing-library/jest-dom": 5.16.2
"@testing-library/jest-dom": 5.16.3
"@testing-library/react": 12.1.4
"@types/react": 17.0.40
"@types/react-dom": 17.0.14
Expand Down Expand Up @@ -7368,9 +7368,9 @@ __metadata:
languageName: node
linkType: hard

"@testing-library/jest-dom@npm:5.16.2":
version: 5.16.2
resolution: "@testing-library/jest-dom@npm:5.16.2"
"@testing-library/jest-dom@npm:5.16.3":
version: 5.16.3
resolution: "@testing-library/jest-dom@npm:5.16.3"
dependencies:
"@babel/runtime": ^7.9.2
"@types/testing-library__jest-dom": ^5.9.1
Expand All @@ -7381,7 +7381,7 @@ __metadata:
dom-accessibility-api: ^0.5.6
lodash: ^4.17.15
redent: ^3.0.0
checksum: f57ee673318f97ace6d7aac94a466f39264060afa5857c41f2fa39c40c6a9dfd29373f624a329286912eb078d95e7afdd2c728f02dae8cf0e82ad628263200d8
checksum: 002816824afe2bfca1ec04d827d11812c142993309d2c84866aec7b3caf9e821dc76ec4531be9981dfd34b64ea7f364c6b0121e484877fdad3d485ca307bd600
languageName: node
linkType: hard

Expand Down Expand Up @@ -26210,7 +26210,7 @@ __metadata:
"@babel/preset-typescript": 7.16.7
"@babel/runtime-corejs3": 7.16.7
"@playwright/test": 1.20.1
"@testing-library/jest-dom": 5.16.2
"@testing-library/jest-dom": 5.16.3
"@testing-library/react": 12.1.4
"@testing-library/user-event": 13.5.0
"@types/fs-extra": 9.0.13
Expand Down

0 comments on commit 6c500a2

Please sign in to comment.