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-dev): bump @testing-library/jest-dom from 6.4.8 to 6.5.0 in /ui #403

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 ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.9.0",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.4.8",
"@testing-library/jest-dom": "^6.5.0",
"@testing-library/react": "^16.0.0",
"@testing-library/user-event": "^14.5.2",
"@types/hat": "^0.0.4",
Expand Down
13 changes: 6 additions & 7 deletions ui/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1811,7 +1811,7 @@ __metadata:
languageName: node
linkType: hard

"@babel/runtime@npm:^7.12.5, @babel/runtime@npm:^7.14.0, @babel/runtime@npm:^7.8.4, @babel/runtime@npm:^7.9.2":
"@babel/runtime@npm:^7.12.5, @babel/runtime@npm:^7.14.0, @babel/runtime@npm:^7.8.4":
version: 7.20.13
resolution: "@babel/runtime@npm:7.20.13"
dependencies:
Expand Down Expand Up @@ -3730,19 +3730,18 @@ __metadata:
languageName: node
linkType: hard

"@testing-library/jest-dom@npm:^6.4.8":
version: 6.4.8
resolution: "@testing-library/jest-dom@npm:6.4.8"
"@testing-library/jest-dom@npm:^6.5.0":
version: 6.5.0
resolution: "@testing-library/jest-dom@npm:6.5.0"
dependencies:
"@adobe/css-tools": "npm:^4.4.0"
"@babel/runtime": "npm:^7.9.2"
aria-query: "npm:^5.0.0"
chalk: "npm:^3.0.0"
css.escape: "npm:^1.5.1"
dom-accessibility-api: "npm:^0.6.3"
lodash: "npm:^4.17.21"
redent: "npm:^3.0.0"
checksum: 10/011e5a309e2cfc0c5cee6454427030d9a5d690df212bedcc78c15ee8d23218c3e51be32617ca879f060445ba0ba38e1b8d224b5ab11444ee076c37ed8c1c123a
checksum: 10/3d2080888af5fd7306f57448beb5a23f55d965e265b5e53394fffc112dfb0678d616a5274ff0200c46c7618f293520f86fc8562eecd8bdbc0dbb3294d63ec431
languageName: node
linkType: hard

Expand Down Expand Up @@ -12310,7 +12309,7 @@ __metadata:
"@fortawesome/react-fontawesome": "npm:^0.2.2"
"@mapbox/mapbox-gl-draw": "npm:~1.4.3"
"@testing-library/dom": "npm:^10.4.0"
"@testing-library/jest-dom": "npm:^6.4.8"
"@testing-library/jest-dom": "npm:^6.5.0"
"@testing-library/react": "npm:^16.0.0"
"@testing-library/user-event": "npm:^14.5.2"
"@turf/bearing": "npm:^7.1.0"
Expand Down
Loading