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): bump @testing-library/jest-dom from 6.1.5 to 6.2.0 #736

Merged
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 packages/hawtio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@patternfly/react-code-editor": "^5.1.2",
"@patternfly/react-core": "^4.278.1",
"@patternfly/react-table": "^4.113.7",
"@testing-library/jest-dom": "^6.1.5",
"@testing-library/jest-dom": "^6.2.0",
"@testing-library/react": "^14.1.2",
"@testing-library/user-event": "^14.5.2",
"@types/dagre": "^0.7.52",
Expand Down
25 changes: 16 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ __metadata:
version: 8
cacheKey: 10

"@adobe/css-tools@npm:^4.3.1":
"@adobe/css-tools@npm:^4.3.2":
version: 4.3.2
resolution: "@adobe/css-tools@npm:4.3.2"
checksum: 973dcb7ba5141f57ec726ddec2e94e8947361bb0c5f0e8ebd1e8aa3a84b28e66db4ad843908825f99730d59784ff3c43868b014a7268676a65950cdb850c42cc
Expand Down Expand Up @@ -2195,7 +2195,7 @@ __metadata:
"@patternfly/react-core": "npm:^4.278.1"
"@patternfly/react-table": "npm:^4.113.7"
"@simbathesailor/use-what-changed": "npm:^2.0.0"
"@testing-library/jest-dom": "npm:^6.1.5"
"@testing-library/jest-dom": "npm:^6.2.0"
"@testing-library/react": "npm:^14.1.2"
"@testing-library/user-event": "npm:^14.5.2"
"@types/dagre": "npm:^0.7.52"
Expand Down Expand Up @@ -3615,16 +3615,16 @@ __metadata:
languageName: node
linkType: hard

"@testing-library/jest-dom@npm:^6.1.5":
version: 6.1.5
resolution: "@testing-library/jest-dom@npm:6.1.5"
"@testing-library/jest-dom@npm:^6.2.0":
version: 6.2.0
resolution: "@testing-library/jest-dom@npm:6.2.0"
dependencies:
"@adobe/css-tools": "npm:^4.3.1"
"@adobe/css-tools": "npm:^4.3.2"
"@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.5.6"
dom-accessibility-api: "npm:^0.6.3"
lodash: "npm:^4.17.15"
redent: "npm:^3.0.0"
peerDependencies:
Expand All @@ -3641,7 +3641,7 @@ __metadata:
optional: true
vitest:
optional: true
checksum: 3bc45dc9cb6dc49134e79ef636612b8639014bdd8c85c3741a78a92345147d03f9efeefc2f02ad306764a62f8c236b0e0ef3d5a68c16af1c51887be45d253f6b
checksum: 4af88d4b6208eda58fad47a520057893a381b972e7b043d7787c0111c887bdc82ed959bed07c21700f2816d4a1e315a519a0aabce120708ad7ba79577374f0fd
languageName: node
linkType: hard

Expand Down Expand Up @@ -8226,13 +8226,20 @@ __metadata:
languageName: node
linkType: hard

"dom-accessibility-api@npm:^0.5.6, dom-accessibility-api@npm:^0.5.9":
"dom-accessibility-api@npm:^0.5.9":
version: 0.5.14
resolution: "dom-accessibility-api@npm:0.5.14"
checksum: 19d7a7de931fcc7d9d67c270341220c6bda97124c3b1444b2bea6e8c6c3964ee09c339e3e69be5b830e3fcb60258d43e6377039974b69c5cec2f75db0114ac59
languageName: node
linkType: hard

"dom-accessibility-api@npm:^0.6.3":
version: 0.6.3
resolution: "dom-accessibility-api@npm:0.6.3"
checksum: 83d3371f8226487fbad36e160d44f1d9017fb26d46faba6a06fcad15f34633fc827b8c3e99d49f71d5f3253d866e2131826866fd0a3c86626f8eccfc361881ff
languageName: node
linkType: hard

"dom-converter@npm:^0.2.0":
version: 0.2.0
resolution: "dom-converter@npm:0.2.0"
Expand Down
Loading