Skip to content

Commit

Permalink
chore(deps): update dependency @testing-library/jest-dom to v6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 6, 2023
1 parent 6c72cb9 commit 5befd04
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 22 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"@swc/core": "^1.3.41",
"@swc/jest": "^0.2.24",
"@testing-library/cypress": "^8.0.7",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/jest-dom": "^6.1.3",
"@testing-library/react": "^14.0.0",
"@types/fs-extra": "^11.0.1",
"@types/jest": "^29.5.0",
Expand Down
46 changes: 25 additions & 21 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ __metadata:
version: 6
cacheKey: 8

"@adobe/css-tools@npm:^4.0.1":
version: 4.0.1
resolution: "@adobe/css-tools@npm:4.0.1"
checksum: 80226e2229024c21da9ffa6b5cd4a34b931f071e06f45aba4777ade071d7a6c94605cf73b13718b0c4b34e8b124c65c607b82eaa53a326d3eb73d9682a04a593
"@adobe/css-tools@npm:^4.3.0":
version: 4.3.1
resolution: "@adobe/css-tools@npm:4.3.1"
checksum: ad43456379ff391132aff687ece190cb23ea69395e23c9b96690eeabe2468da89a4aaf266e4f8b6eaab53db3d1064107ce0f63c3a974e864f4a04affc768da3f
languageName: node
linkType: hard

Expand Down Expand Up @@ -5737,20 +5737,33 @@ __metadata:
languageName: node
linkType: hard

"@testing-library/jest-dom@npm:^5.16.5":
version: 5.16.5
resolution: "@testing-library/jest-dom@npm:5.16.5"
"@testing-library/jest-dom@npm:^6.1.3":
version: 6.1.3
resolution: "@testing-library/jest-dom@npm:6.1.3"
dependencies:
"@adobe/css-tools": ^4.0.1
"@adobe/css-tools": ^4.3.0
"@babel/runtime": ^7.9.2
"@types/testing-library__jest-dom": ^5.9.1
aria-query: ^5.0.0
chalk: ^3.0.0
css.escape: ^1.5.1
dom-accessibility-api: ^0.5.6
lodash: ^4.17.15
redent: ^3.0.0
checksum: 94911f901a8031f3e489d04ac057cb5373621230f5d92bed80e514e24b069fb58a3166d1dd86963e55f078a1bd999da595e2ab96ed95f452d477e272937d792a
peerDependencies:
"@jest/globals": ">= 28"
"@types/jest": ">= 28"
jest: ">= 28"
vitest: ">= 0.32"
peerDependenciesMeta:
"@jest/globals":
optional: true
"@types/jest":
optional: true
jest:
optional: true
vitest:
optional: true
checksum: 5bd14ba31fd3d64cff8ca55cccd335bedadf1db1119643954ca8cd30af835defe6f3a21e7d7617d20205b07abba1b2e668be1b9d6743504800f17fdc4344db75
languageName: node
linkType: hard

Expand Down Expand Up @@ -6028,7 +6041,7 @@ __metadata:
languageName: node
linkType: hard

"@types/jest@npm:*, @types/jest@npm:^29.5.0":
"@types/jest@npm:^29.5.0":
version: 29.5.0
resolution: "@types/jest@npm:29.5.0"
dependencies:
Expand Down Expand Up @@ -6349,15 +6362,6 @@ __metadata:
languageName: node
linkType: hard

"@types/testing-library__jest-dom@npm:^5.9.1":
version: 5.14.2
resolution: "@types/testing-library__jest-dom@npm:5.14.2"
dependencies:
"@types/jest": "*"
checksum: e08715a565cc189112a6611485d779a0f1ceb546a9d4601b21aacff7596d7acf8b7c702e4c5f825677431ff601df3e635887dc8a5735da1a263cc857eb7c3833
languageName: node
linkType: hard

"@types/three@npm:^0.149.0":
version: 0.149.0
resolution: "@types/three@npm:0.149.0"
Expand Down Expand Up @@ -17694,7 +17698,7 @@ __metadata:
"@swc/core": ^1.3.41
"@swc/jest": ^0.2.24
"@testing-library/cypress": ^8.0.7
"@testing-library/jest-dom": ^5.16.5
"@testing-library/jest-dom": ^6.1.3
"@testing-library/react": ^14.0.0
"@types/fs-extra": ^11.0.1
"@types/jest": ^29.5.0
Expand Down

0 comments on commit 5befd04

Please sign in to comment.