Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion samples/react/login-pkce/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"devDependencies": {
"@testing-library/dom": "10.4.1",
"@testing-library/jest-dom": "6.9.1",
"@testing-library/jest-dom": "7.0.0",
"@testing-library/react": "16.3.2",
"@types/react": "19.2.17",
"@types/react-dom": "19.2.3",
Expand Down
12 changes: 7 additions & 5 deletions samples/react/login-pkce/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ __metadata:
resolution: "@ciam-quickstart/react-login-pkce@workspace:."
dependencies:
"@testing-library/dom": "npm:10.4.1"
"@testing-library/jest-dom": "npm:6.9.1"
"@testing-library/jest-dom": "npm:7.0.0"
"@testing-library/react": "npm:16.3.2"
"@types/react": "npm:19.2.17"
"@types/react-dom": "npm:19.2.3"
Expand Down Expand Up @@ -454,17 +454,19 @@ __metadata:
languageName: node
linkType: hard

"@testing-library/jest-dom@npm:6.9.1":
version: 6.9.1
resolution: "@testing-library/jest-dom@npm:6.9.1"
"@testing-library/jest-dom@npm:7.0.0":
version: 7.0.0
resolution: "@testing-library/jest-dom@npm:7.0.0"
dependencies:
"@adobe/css-tools": "npm:^4.4.0"
aria-query: "npm:^5.0.0"
css.escape: "npm:^1.5.1"
dom-accessibility-api: "npm:^0.6.3"
picocolors: "npm:^1.1.1"
redent: "npm:^3.0.0"
checksum: 10c0/4291ebd2f0f38d14cefac142c56c337941775a5807e2a3d6f1a14c2fbd6be76a18e498ed189e95bedc97d9e8cf1738049bc76c85b5bc5e23fae7c9e10f7b3a12
peerDependencies:
"@testing-library/dom": ">=10 <11"
checksum: 10c0/f5ecf821ed098438a5e9ce993d431505f0a1af43edb05e423c6ab7becf9d7dbe46385fc93e0e460a4c7996f4513cad72b8967dd8e98c75bc7ea6733ff7efcf4e
languageName: node
linkType: hard

Expand Down