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

Update dependency @testing-library/react from v15.0.4 to v15.0.5 #2410

Merged
merged 1 commit into from
Apr 26, 2024
Merged
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 apps/skde/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
},
"devDependencies": {
"@cypress/code-coverage": "3.12.37",
"@testing-library/react": "15.0.4",
"@testing-library/react": "15.0.5",
"@types/d3-array": "3.2.1",
"@types/d3-format": "3.0.4",
"@types/d3-geo": "3.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/qmongjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"devDependencies": {
"@testing-library/jest-dom": "6.4.2",
"@testing-library/react": "15.0.4",
"@testing-library/react": "15.0.5",
"@testing-library/user-event": "14.5.2",
"@types/d3": "7.4.3",
"@types/d3-format": "3.0.4",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4506,17 +4506,17 @@ __metadata:
languageName: node
linkType: hard

"@testing-library/react@npm:15.0.4":
version: 15.0.4
resolution: "@testing-library/react@npm:15.0.4"
"@testing-library/react@npm:15.0.5":
version: 15.0.5
resolution: "@testing-library/react@npm:15.0.5"
dependencies:
"@babel/runtime": "npm:^7.12.5"
"@testing-library/dom": "npm:^10.0.0"
"@types/react-dom": "npm:^18.0.0"
peerDependencies:
react: ^18.0.0
react-dom: ^18.0.0
checksum: 10/c4362b753408e43a4527a5bdeda447fcb0d37d1764591c2e8a2be12001081d6ccb618904a8f3e328c35a9a37b3561fed3e520e780cf318bd68031c51ad7873e4
checksum: 10/27b938ddcdd6b4a98d4564460899f36ae3f69ad749e25389424c1c1d0adf40adeb1387dd29303c0f83b33e2f7ce7133253e0491c4b22af8cb340f631901dbe62
languageName: node
linkType: hard

Expand Down Expand Up @@ -19353,7 +19353,7 @@ __metadata:
"@mui/x-tree-view": "npm:6.17.0"
"@tanstack/react-query": "npm:5.32.0"
"@testing-library/jest-dom": "npm:6.4.2"
"@testing-library/react": "npm:15.0.4"
"@testing-library/react": "npm:15.0.5"
"@testing-library/user-event": "npm:14.5.2"
"@types/d3": "npm:7.4.3"
"@types/d3-format": "npm:3.0.4"
Expand Down Expand Up @@ -21549,7 +21549,7 @@ __metadata:
"@sentry/react": "npm:7.112.2"
"@tanstack/react-query": "npm:5.32.0"
"@tanstack/react-query-devtools": "npm:5.32.0"
"@testing-library/react": "npm:15.0.4"
"@testing-library/react": "npm:15.0.5"
"@types/d3-array": "npm:3.2.1"
"@types/d3-format": "npm:3.0.4"
"@types/d3-geo": "npm:3.1.0"
Expand Down
Loading