Skip to content

Commit

Permalink
chore(deps): update dependency @testing-library/dom to v10.2.0 (#5619)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jun 24, 2024
1 parent 3124daa commit a77a923
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion apps/nextjs-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
"@svgr/webpack": "8.1.0",
"@tailwindcss/forms": "0.5.7",
"@tailwindcss/typography": "0.5.13",
"@testing-library/dom": "10.1.0",
"@testing-library/dom": "10.2.0",
"@testing-library/jest-dom": "6.4.6",
"@testing-library/react": "16.0.0",
"@testing-library/user-event": "14.5.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/core-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"dequal": "^2.0.3"
},
"devDependencies": {
"@testing-library/dom": "10.1.0",
"@testing-library/dom": "10.2.0",
"@testing-library/react": "16.0.0",
"@testing-library/user-event": "14.5.2",
"@types/node": "20.14.8",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-bases/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
},
"devDependencies": {
"@graphql-eslint/eslint-plugin": "3.20.1",
"@testing-library/dom": "10.1.0",
"@testing-library/dom": "10.2.0",
"@testing-library/react": "16.0.0",
"@types/node": "20.14.8",
"@types/react": "18.3.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@storybook/react-vite": "8.1.10",
"@storybook/test": "8.1.10",
"@tailwindcss/forms": "0.5.7",
"@testing-library/dom": "10.1.0",
"@testing-library/dom": "10.2.0",
"@testing-library/jest-dom": "6.4.6",
"@testing-library/react": "16.0.0",
"@testing-library/user-event": "14.5.2",
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7088,9 +7088,9 @@ __metadata:
languageName: node
linkType: hard

"@testing-library/dom@npm:10.1.0":
version: 10.1.0
resolution: "@testing-library/dom@npm:10.1.0"
"@testing-library/dom@npm:10.2.0":
version: 10.2.0
resolution: "@testing-library/dom@npm:10.2.0"
dependencies:
"@babel/code-frame": "npm:^7.10.4"
"@babel/runtime": "npm:^7.12.5"
Expand All @@ -7100,7 +7100,7 @@ __metadata:
dom-accessibility-api: "npm:^0.5.9"
lz-string: "npm:^1.5.0"
pretty-format: "npm:^27.0.2"
checksum: 10c0/81f0e0a510d24e458c3af17777960ed678fb4fe464903ef8ec9ed816c9794fc69a673ea94f87b9e054b181383c51814605451dbf4fd9df93d0d8f24b4859990d
checksum: 10c0/de582dfbeb632436547a0ca5851b5a714a4a17f8e96ab3dc4fb4e454eef52c912b648b7cb6e9fdf477f3eeef97e698f3250f0ce50846f39d04677a44169209f2
languageName: node
linkType: hard

Expand Down Expand Up @@ -8489,7 +8489,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@your-org/core-lib@workspace:packages/core-lib"
dependencies:
"@testing-library/dom": "npm:10.1.0"
"@testing-library/dom": "npm:10.2.0"
"@testing-library/react": "npm:16.0.0"
"@testing-library/user-event": "npm:14.5.2"
"@types/node": "npm:20.14.8"
Expand Down Expand Up @@ -8566,7 +8566,7 @@ __metadata:
"@graphql-eslint/eslint-plugin": "npm:3.20.1"
"@rushstack/eslint-patch": "npm:^1.10.3"
"@tanstack/eslint-plugin-query": "npm:^5.43.1"
"@testing-library/dom": "npm:10.1.0"
"@testing-library/dom": "npm:10.2.0"
"@testing-library/react": "npm:16.0.0"
"@types/node": "npm:20.14.8"
"@types/react": "npm:18.3.3"
Expand Down Expand Up @@ -8666,7 +8666,7 @@ __metadata:
"@storybook/react-vite": "npm:8.1.10"
"@storybook/test": "npm:8.1.10"
"@tailwindcss/forms": "npm:0.5.7"
"@testing-library/dom": "npm:10.1.0"
"@testing-library/dom": "npm:10.2.0"
"@testing-library/jest-dom": "npm:6.4.6"
"@testing-library/react": "npm:16.0.0"
"@testing-library/user-event": "npm:14.5.2"
Expand Down Expand Up @@ -16372,7 +16372,7 @@ __metadata:
"@tailwindcss/forms": "npm:0.5.7"
"@tailwindcss/typography": "npm:0.5.13"
"@tanstack/react-query": "npm:5.45.1"
"@testing-library/dom": "npm:10.1.0"
"@testing-library/dom": "npm:10.2.0"
"@testing-library/jest-dom": "npm:6.4.6"
"@testing-library/react": "npm:16.0.0"
"@testing-library/user-event": "npm:14.5.2"
Expand Down

0 comments on commit a77a923

Please sign in to comment.