Skip to content

Commit 847cf91

Browse files
Bump @testing-library/dom from 10.4.0 to 10.4.1 in /web
Bumps [@testing-library/dom](https://github.com/testing-library/dom-testing-library) from 10.4.0 to 10.4.1. - [Release notes](https://github.com/testing-library/dom-testing-library/releases) - [Changelog](https://github.com/testing-library/dom-testing-library/blob/main/CHANGELOG.md) - [Commits](testing-library/dom-testing-library@v10.4.0...v10.4.1) --- updated-dependencies: - dependency-name: "@testing-library/dom" dependency-version: 10.4.1 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 980e3d5 commit 847cf91

File tree

2 files changed

+20
-4
lines changed

2 files changed

+20
-4
lines changed

web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
"@graphql-codegen/fragment-matcher": "^5.1.0",
8282
"@graphql-codegen/typescript-operations": "^4.6.1",
8383
"@graphql-codegen/typescript-react-apollo": "^4.0.0",
84-
"@testing-library/dom": "^10.4.0",
84+
"@testing-library/dom": "^10.4.1",
8585
"@testing-library/jest-dom": "^6.6.3",
8686
"@testing-library/react": "^16.3.0",
8787
"@testing-library/user-event": "^14.6.1",

web/yarn.lock

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5173,7 +5173,7 @@ __metadata:
51735173
languageName: node
51745174
linkType: hard
51755175

5176-
"@testing-library/dom@npm:>=7, @testing-library/dom@npm:^10.4.0":
5176+
"@testing-library/dom@npm:>=7":
51775177
version: 10.4.0
51785178
resolution: "@testing-library/dom@npm:10.4.0"
51795179
dependencies:
@@ -5189,6 +5189,22 @@ __metadata:
51895189
languageName: node
51905190
linkType: hard
51915191

5192+
"@testing-library/dom@npm:^10.4.1":
5193+
version: 10.4.1
5194+
resolution: "@testing-library/dom@npm:10.4.1"
5195+
dependencies:
5196+
"@babel/code-frame": "npm:^7.10.4"
5197+
"@babel/runtime": "npm:^7.12.5"
5198+
"@types/aria-query": "npm:^5.0.1"
5199+
aria-query: "npm:5.3.0"
5200+
dom-accessibility-api: "npm:^0.5.9"
5201+
lz-string: "npm:^1.5.0"
5202+
picocolors: "npm:1.1.1"
5203+
pretty-format: "npm:^27.0.2"
5204+
checksum: 10c0/19ce048012d395ad0468b0dbcc4d0911f6f9e39464d7a8464a587b29707eed5482000dad728f5acc4ed314d2f4d54f34982999a114d2404f36d048278db815b1
5205+
languageName: node
5206+
linkType: hard
5207+
51925208
"@testing-library/jest-dom@npm:^6.6.3":
51935209
version: 6.6.3
51945210
resolution: "@testing-library/jest-dom@npm:6.6.3"
@@ -9554,7 +9570,7 @@ __metadata:
95549570
"@graphql-codegen/typescript-operations": "npm:^4.6.1"
95559571
"@graphql-codegen/typescript-react-apollo": "npm:^4.0.0"
95569572
"@react-icons/all-files": "npm:^4.1.0"
9557-
"@testing-library/dom": "npm:^10.4.0"
9573+
"@testing-library/dom": "npm:^10.4.1"
95589574
"@testing-library/jest-dom": "npm:^6.6.3"
95599575
"@testing-library/react": "npm:^16.3.0"
95609576
"@testing-library/user-event": "npm:^14.6.1"
@@ -16077,7 +16093,7 @@ __metadata:
1607716093
languageName: node
1607816094
linkType: hard
1607916095

16080-
"picocolors@npm:^1.0.0, picocolors@npm:^1.1.0, picocolors@npm:^1.1.1":
16096+
"picocolors@npm:1.1.1, picocolors@npm:^1.0.0, picocolors@npm:^1.1.0, picocolors@npm:^1.1.1":
1608116097
version: 1.1.1
1608216098
resolution: "picocolors@npm:1.1.1"
1608316099
checksum: 10c0/e2e3e8170ab9d7c7421969adaa7e1b31434f789afb9b3f115f6b96d91945041ac3ceb02e9ec6fe6510ff036bcc0bf91e69a1772edc0b707e12b19c0f2d6bcf58

0 commit comments

Comments
 (0)