Skip to content

Commit

Permalink
chore(deps): update dependency @testing-library/jest-dom to v6.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 5, 2024
1 parent acce2f8 commit c4ec0d3
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 @@ -123,7 +123,7 @@
"@tailwindcss/forms": "0.5.7",
"@tailwindcss/typography": "0.5.10",
"@testing-library/dom": "9.3.4",
"@testing-library/jest-dom": "6.4.1",
"@testing-library/jest-dom": "6.4.2",
"@testing-library/react": "14.2.1",
"@testing-library/user-event": "14.5.2",
"@types/cors": "2.8.17",
Expand Down
2 changes: 1 addition & 1 deletion apps/remix-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@remix-run/eslint-config": "2.6.0",
"@tailwindcss/forms": "0.5.7",
"@testing-library/dom": "9.3.4",
"@testing-library/jest-dom": "6.4.1",
"@testing-library/jest-dom": "6.4.2",
"@testing-library/react": "14.2.1",
"@testing-library/user-event": "14.5.2",
"@types/node": "20.11.16",
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/jest-dom": "6.4.1",
"@testing-library/jest-dom": "6.4.2",
"@testing-library/react": "14.2.1",
"@types/node": "20.11.16",
"@types/react": "18.2.53",
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 @@ -46,7 +46,7 @@
"@storybook/testing-library": "0.2.2",
"@tailwindcss/forms": "0.5.7",
"@testing-library/dom": "9.3.4",
"@testing-library/jest-dom": "6.4.1",
"@testing-library/jest-dom": "6.4.2",
"@testing-library/react": "14.2.1",
"@testing-library/user-event": "14.5.2",
"@types/node": "20.11.16",
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7261,9 +7261,9 @@ __metadata:
languageName: node
linkType: hard

"@testing-library/jest-dom@npm:6.4.1":
version: 6.4.1
resolution: "@testing-library/jest-dom@npm:6.4.1"
"@testing-library/jest-dom@npm:6.4.2":
version: 6.4.2
resolution: "@testing-library/jest-dom@npm:6.4.2"
dependencies:
"@adobe/css-tools": "npm:^4.3.2"
"@babel/runtime": "npm:^7.9.2"
Expand All @@ -7290,7 +7290,7 @@ __metadata:
optional: true
vitest:
optional: true
checksum: 10c0/50104f19eb9e31c21521cc12c0323cb8939d8999eac5e869fb6480f7fc99ea3e131f464e71b9ebe6edc1936e8d9a1a540d9253f1c06ddb5e13387e00ea724ba0
checksum: 10c0/e7eba527b34ce30cde94424d2ec685bdfed51daaafb7df9b68b51aec6052e99a50c8bfe654612dacdf857a1eb81d68cf294fc89de558ee3a992bf7a6019fffcc
languageName: node
linkType: hard

Expand Down Expand Up @@ -8633,7 +8633,7 @@ __metadata:
"@graphql-eslint/eslint-plugin": "npm:3.20.1"
"@rushstack/eslint-patch": "npm:^1.7.2"
"@tanstack/eslint-plugin-query": "npm:^5.18.1"
"@testing-library/jest-dom": "npm:6.4.1"
"@testing-library/jest-dom": "npm:6.4.2"
"@testing-library/react": "npm:14.2.1"
"@types/node": "npm:20.11.16"
"@types/react": "npm:18.2.53"
Expand Down Expand Up @@ -8734,7 +8734,7 @@ __metadata:
"@storybook/testing-library": "npm:0.2.2"
"@tailwindcss/forms": "npm:0.5.7"
"@testing-library/dom": "npm:9.3.4"
"@testing-library/jest-dom": "npm:6.4.1"
"@testing-library/jest-dom": "npm:6.4.2"
"@testing-library/react": "npm:14.2.1"
"@testing-library/user-event": "npm:14.5.2"
"@types/node": "npm:20.11.16"
Expand Down Expand Up @@ -17813,7 +17813,7 @@ __metadata:
"@tailwindcss/typography": "npm:0.5.10"
"@tanstack/react-query": "npm:5.18.1"
"@testing-library/dom": "npm:9.3.4"
"@testing-library/jest-dom": "npm:6.4.1"
"@testing-library/jest-dom": "npm:6.4.2"
"@testing-library/react": "npm:14.2.1"
"@testing-library/user-event": "npm:14.5.2"
"@types/cors": "npm:2.8.17"
Expand Down Expand Up @@ -20466,7 +20466,7 @@ __metadata:
"@remix-run/serve": "npm:2.6.0"
"@tailwindcss/forms": "npm:0.5.7"
"@testing-library/dom": "npm:9.3.4"
"@testing-library/jest-dom": "npm:6.4.1"
"@testing-library/jest-dom": "npm:6.4.2"
"@testing-library/react": "npm:14.2.1"
"@testing-library/user-event": "npm:14.5.2"
"@types/node": "npm:20.11.16"
Expand Down

0 comments on commit c4ec0d3

Please sign in to comment.