Skip to content

Commit

Permalink
chore(deps): update dependency @testing-library/react to v16.0.1 (#5854)
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 Aug 29, 2024
1 parent 7fb9b81 commit 4a9aef6
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 @@ -124,7 +124,7 @@
"@tailwindcss/typography": "0.5.15",
"@testing-library/dom": "10.4.0",
"@testing-library/jest-dom": "6.5.0",
"@testing-library/react": "16.0.0",
"@testing-library/react": "16.0.1",
"@testing-library/user-event": "14.5.2",
"@types/cors": "2.8.17",
"@types/is-ci": "3.0.4",
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 @@ -52,7 +52,7 @@
},
"devDependencies": {
"@testing-library/dom": "10.4.0",
"@testing-library/react": "16.0.0",
"@testing-library/react": "16.0.1",
"@testing-library/user-event": "14.5.2",
"@types/node": "22.5.1",
"@types/react": "18.3.4",
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 @@ -127,7 +127,7 @@
"devDependencies": {
"@graphql-eslint/eslint-plugin": "3.20.1",
"@testing-library/dom": "10.4.0",
"@testing-library/react": "16.0.0",
"@testing-library/react": "16.0.1",
"@types/node": "22.5.1",
"@types/react": "18.3.4",
"@types/react-dom": "18.3.0",
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 @@ -52,7 +52,7 @@
"@tailwindcss/forms": "0.5.8",
"@testing-library/dom": "10.4.0",
"@testing-library/jest-dom": "6.5.0",
"@testing-library/react": "16.0.0",
"@testing-library/react": "16.0.1",
"@testing-library/user-event": "14.5.2",
"@types/node": "22.5.1",
"@types/react": "18.3.4",
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6505,9 +6505,9 @@ __metadata:
languageName: node
linkType: hard

"@testing-library/react@npm:16.0.0":
version: 16.0.0
resolution: "@testing-library/react@npm:16.0.0"
"@testing-library/react@npm:16.0.1":
version: 16.0.1
resolution: "@testing-library/react@npm:16.0.1"
dependencies:
"@babel/runtime": "npm:^7.12.5"
peerDependencies:
Expand All @@ -6521,7 +6521,7 @@ __metadata:
optional: true
"@types/react-dom":
optional: true
checksum: 10c0/297f97bf4722dad05f11d9cafd47d387dbdb096fea4b79b876c7466460f0f2e345b55b81b3e37fc81ed8185c528cb53dd8455ca1b6b019b229edf6c796f11c9f
checksum: 10c0/67d05dec5ad5a2e6f92b6a3234af785435c7bb62bdbf12f3bfc89c9bca0c871a189e88c4ba023ed4cea504704c87c6ac7e86e24a3962df6c521ae89b62f48ff7
languageName: node
linkType: hard

Expand Down Expand Up @@ -7773,7 +7773,7 @@ __metadata:
resolution: "@your-org/core-lib@workspace:packages/core-lib"
dependencies:
"@testing-library/dom": "npm:10.4.0"
"@testing-library/react": "npm:16.0.0"
"@testing-library/react": "npm:16.0.1"
"@testing-library/user-event": "npm:14.5.2"
"@types/node": "npm:22.5.1"
"@types/react": "npm:18.3.4"
Expand Down Expand Up @@ -7850,7 +7850,7 @@ __metadata:
"@rushstack/eslint-patch": "npm:^1.10.4"
"@tanstack/eslint-plugin-query": "npm:^5.52.0"
"@testing-library/dom": "npm:10.4.0"
"@testing-library/react": "npm:16.0.0"
"@testing-library/react": "npm:16.0.1"
"@types/node": "npm:22.5.1"
"@types/react": "npm:18.3.4"
"@types/react-dom": "npm:18.3.0"
Expand Down Expand Up @@ -7952,7 +7952,7 @@ __metadata:
"@tailwindcss/forms": "npm:0.5.8"
"@testing-library/dom": "npm:10.4.0"
"@testing-library/jest-dom": "npm:6.5.0"
"@testing-library/react": "npm:16.0.0"
"@testing-library/react": "npm:16.0.1"
"@testing-library/user-event": "npm:14.5.2"
"@types/node": "npm:22.5.1"
"@types/react": "npm:18.3.4"
Expand Down Expand Up @@ -15325,7 +15325,7 @@ __metadata:
"@tanstack/react-query": "npm:5.52.2"
"@testing-library/dom": "npm:10.4.0"
"@testing-library/jest-dom": "npm:6.5.0"
"@testing-library/react": "npm:16.0.0"
"@testing-library/react": "npm:16.0.1"
"@testing-library/user-event": "npm:14.5.2"
"@types/cors": "npm:2.8.17"
"@types/is-ci": "npm:3.0.4"
Expand Down

0 comments on commit 4a9aef6

Please sign in to comment.