Skip to content

Commit

Permalink
chore(deps): update dependency @testing-library/cypress to v10
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 12, 2023
1 parent 1960b54 commit 720d789
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"@babel/preset-typescript": "7.22.15",
"@cypress/code-coverage": "^3.10.0",
"@semantic-release/github": "^9.0.0",
"@testing-library/cypress": "^9.0.0",
"@testing-library/cypress": "^10.0.0",
"@types/node": "^18.0.0",
"@types/react": "^18.0.6",
"@types/react-dom": "^18.0.0",
Expand Down
36 changes: 18 additions & 18 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5547,31 +5547,31 @@ __metadata:
languageName: node
linkType: hard

"@testing-library/cypress@npm:^9.0.0":
version: 9.0.0
resolution: "@testing-library/cypress@npm:9.0.0"
"@testing-library/cypress@npm:^10.0.0":
version: 10.0.0
resolution: "@testing-library/cypress@npm:10.0.0"
dependencies:
"@babel/runtime": ^7.14.6
"@testing-library/dom": ^8.1.0
"@testing-library/dom": ^9.0.0
peerDependencies:
cypress: ^12.0.0
checksum: fbd24e8f0b8a60279b336de5f6bc0e7ad6fb31316eacab5128dacc7fccde1eb40935b90f2c3bddc7d814115fe3965c6dbf011785448cd15b5a5b0bc40ef5bb4c
cypress: ^12.0.0 || ^13.0.0
checksum: cb0fad24c74b7022678e8431d24af9be16de0cd96597a90c1a916c97eb3c414405f28eab3be127f22bd54646182b467aa563cff9c813529d3a8e0bdb52ab2dc3
languageName: node
linkType: hard

"@testing-library/dom@npm:^8.1.0":
version: 8.20.0
resolution: "@testing-library/dom@npm:8.20.0"
"@testing-library/dom@npm:^9.0.0":
version: 9.3.1
resolution: "@testing-library/dom@npm:9.3.1"
dependencies:
"@babel/code-frame": ^7.10.4
"@babel/runtime": ^7.12.5
"@types/aria-query": ^5.0.1
aria-query: ^5.0.0
aria-query: 5.1.3
chalk: ^4.1.0
dom-accessibility-api: ^0.5.9
lz-string: ^1.4.4
lz-string: ^1.5.0
pretty-format: ^27.0.2
checksum: 1e599129a2fe91959ce80900a0a4897232b89e2a8e22c1f5950c36d39c97629ea86b4986b60b173b5525a05de33fde1e35836ea597b03de78cc51b122835c6f0
checksum: 8ee3136451644e39990edea93709c38cf1e8ce5306f3c66273ca00935963faa51ca74e8d92b02eb442ccb842cfa28ca62833e393e075eb269cf9bef6f5600663
languageName: node
linkType: hard

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

"aria-query@npm:^5.0.0":
"aria-query@npm:5.1.3, aria-query@npm:^5.0.0":
version: 5.1.3
resolution: "aria-query@npm:5.1.3"
dependencies:
Expand Down Expand Up @@ -15617,12 +15617,12 @@ __metadata:
languageName: node
linkType: hard

"lz-string@npm:^1.4.4":
version: 1.4.4
resolution: "lz-string@npm:1.4.4"
"lz-string@npm:^1.5.0":
version: 1.5.0
resolution: "lz-string@npm:1.5.0"
bin:
lz-string: bin/bin.js
checksum: 54e31238a61a84d8f664d9860a9fba7310c5b97a52c444f80543069bc084815eff40b8d4474ae1d93992fdf6c252dca37cf27f6adbeb4dbc3df2f3ac773d0e61
checksum: 1ee98b4580246fd90dd54da6e346fb1caefcf05f677c686d9af237a157fdea3fd7c83a4bc58f858cd5b10a34d27afe0fdcbd0505a47e0590726a873dc8b8f65d
languageName: node
linkType: hard

Expand Down Expand Up @@ -21905,7 +21905,7 @@ __metadata:
"@storybook/react": 7.4.0
"@storybook/react-vite": 7.4.0
"@storybook/theming": 7.4.0
"@testing-library/cypress": ^9.0.0
"@testing-library/cypress": ^10.0.0
"@types/node": ^18.0.0
"@types/react": ^18.0.6
"@types/react-dom": ^18.0.0
Expand Down

0 comments on commit 720d789

Please sign in to comment.