Skip to content

Commit

Permalink
chore(deps): update @testing-library/jest-dom
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelgerber committed Oct 2, 2023
1 parent 39ed251 commit 3d13b72
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 25 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -215,8 +215,8 @@
},
"devDependencies": {
"@stripe/stripe-js": "^1.54.0",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^12",
"@testing-library/jest-dom": "^6.1.3",
"@testing-library/react": "^12.1.5",
"@types/geojson": "^7946.0.10",
"@types/jest": "^29.0.3",
"@types/js-yaml": "^4.0.5",
Expand Down
50 changes: 27 additions & 23 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ __metadata:
languageName: node
linkType: hard

"@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 @@ -5260,24 +5260,37 @@ __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

"@testing-library/react@npm:^12":
"@testing-library/react@npm:^12.1.5":
version: 12.1.5
resolution: "@testing-library/react@npm:12.1.5"
dependencies:
Expand Down Expand Up @@ -5928,7 +5941,7 @@ __metadata:
languageName: node
linkType: hard

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

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

"@types/topojson-client@npm:^3.1.1":
version: 3.1.1
resolution: "@types/topojson-client@npm:3.1.1"
Expand Down Expand Up @@ -13842,8 +13846,8 @@ __metadata:
"@react-awesome-query-builder/antd": ^6.1.1
"@sinclair/typebox": ^0.28.5
"@stripe/stripe-js": ^1.54.0
"@testing-library/jest-dom": ^5.16.5
"@testing-library/react": ^12
"@testing-library/jest-dom": ^6.1.3
"@testing-library/react": ^12.1.5
"@tippyjs/react": ^4.2.6
"@types/bcrypt": ^5.0.0
"@types/chunk-text": ^1.0.0
Expand Down

0 comments on commit 3d13b72

Please sign in to comment.