Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency @testing-library/react to v11.1.2 #61

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"@graphql-codegen/typescript-react-apollo": "3.3.7",
"@mui/x-data-grid-generator": "5.0.1",
"@testing-library/jest-dom": "5.11.4",
"@testing-library/react": "11.1.0",
"@testing-library/react": "11.1.2",
"@testing-library/user-event": "12.1.10",
"@types/graphql": "14.5.0",
"@types/jest": "26.0.15",
Expand Down
18 changes: 9 additions & 9 deletions frontend/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1553,7 +1553,7 @@ __metadata:
languageName: node
linkType: hard

"@babel/runtime@npm:^7.15.4, @babel/runtime@npm:^7.16.0, @babel/runtime@npm:^7.20.1, @babel/runtime@npm:^7.21.0, @babel/runtime@npm:^7.22.5":
"@babel/runtime@npm:^7.12.1, @babel/runtime@npm:^7.15.4, @babel/runtime@npm:^7.16.0, @babel/runtime@npm:^7.20.1, @babel/runtime@npm:^7.21.0, @babel/runtime@npm:^7.22.5":
version: 7.22.5
resolution: "@babel/runtime@npm:7.22.5"
dependencies:
Expand Down Expand Up @@ -3999,7 +3999,7 @@ __metadata:
languageName: node
linkType: hard

"@testing-library/dom@npm:^7.26.0":
"@testing-library/dom@npm:^7.26.6":
version: 7.31.2
resolution: "@testing-library/dom@npm:7.31.2"
dependencies:
Expand Down Expand Up @@ -4031,16 +4031,16 @@ __metadata:
languageName: node
linkType: hard

"@testing-library/react@npm:11.1.0":
version: 11.1.0
resolution: "@testing-library/react@npm:11.1.0"
"@testing-library/react@npm:11.1.2":
version: 11.1.2
resolution: "@testing-library/react@npm:11.1.2"
dependencies:
"@babel/runtime": ^7.11.2
"@testing-library/dom": ^7.26.0
"@babel/runtime": ^7.12.1
"@testing-library/dom": ^7.26.6
peerDependencies:
react: "*"
react-dom: "*"
checksum: d587e8d1e91733d3731ef48caa63d122bcb05a80729cbf2e1a5506300ad7aec589aeb4d7683a732bf7f14762d602d4bf4c31c6ee9f1f2160175e549bcaa1f028
checksum: 61df2bfc12e81b2d69696b8e2585c028c7213bb019e6bfa285ddbb2a99ee3c565feb714c06a344de11ee20ab1846a7654d4ec2bd710b009346ecaff71d51b36e
languageName: node
linkType: hard

Expand Down Expand Up @@ -15871,7 +15871,7 @@ __metadata:
"@ory/client": 1.1.39
"@ory/elements": 0.0.1-beta.6
"@testing-library/jest-dom": 5.11.4
"@testing-library/react": 11.1.0
"@testing-library/react": 11.1.2
"@testing-library/user-event": 12.1.10
"@types/graphql": 14.5.0
"@types/jest": 26.0.15
Expand Down