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
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@
"@storybook/react-webpack5": "10.1.10",
"@testing-library/dom": "10.4.1",
"@testing-library/jest-dom": "6.9.1",
"@testing-library/react": "16.3.0",
"@testing-library/react": "16.3.1",
"@testing-library/react-hooks": "8.0.1",
"@testing-library/user-event": "14.6.1",
"@types/jest": "30.0.0",
Expand Down
2 changes: 1 addition & 1 deletion ws-nextjs-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@jest/types": "30.2.0",
"@swc/core": "1.15.2",
"@testing-library/jest-dom": "6.9.1",
"@testing-library/react": "16.3.0",
"@testing-library/react": "16.3.1",
"cypress": "15.4.0",
"cypress-axe": "1.7.0",
"cypress-multi-reporters": "2.0.5",
Expand Down
26 changes: 23 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5125,7 +5125,7 @@ __metadata:
languageName: node
linkType: hard

"@testing-library/react@npm:*, @testing-library/react@npm:16.3.0":
"@testing-library/react@npm:*":
version: 16.3.0
resolution: "@testing-library/react@npm:16.3.0"
dependencies:
Expand All @@ -5145,6 +5145,26 @@ __metadata:
languageName: node
linkType: hard

"@testing-library/react@npm:16.3.1":
version: 16.3.1
resolution: "@testing-library/react@npm:16.3.1"
dependencies:
"@babel/runtime": "npm:^7.12.5"
peerDependencies:
"@testing-library/dom": ^10.0.0
"@types/react": ^18.0.0 || ^19.0.0
"@types/react-dom": ^18.0.0 || ^19.0.0
react: ^18.0.0 || ^19.0.0
react-dom: ^18.0.0 || ^19.0.0
peerDependenciesMeta:
"@types/react":
optional: true
"@types/react-dom":
optional: true
checksum: 10/2d1221861c41711f2767c57c5b5158593baf6f7ca4bf15fad9e79bc9aeaadb56c2e327943b8733d2788f1826499fe01daef7289a7a0149b48dd7f51b33b12e58
languageName: node
linkType: hard

"@testing-library/user-event@npm:14.6.1, @testing-library/user-event@npm:^14.6.1":
version: 14.6.1
resolution: "@testing-library/user-event@npm:14.6.1"
Expand Down Expand Up @@ -16660,7 +16680,7 @@ __metadata:
"@jest/types": "npm:30.2.0"
"@swc/core": "npm:1.15.2"
"@testing-library/jest-dom": "npm:6.9.1"
"@testing-library/react": "npm:16.3.0"
"@testing-library/react": "npm:16.3.1"
cypress: "npm:15.4.0"
cypress-axe: "npm:1.7.0"
cypress-multi-reporters: "npm:2.0.5"
Expand Down Expand Up @@ -16723,7 +16743,7 @@ __metadata:
"@storybook/react-webpack5": "npm:10.1.10"
"@testing-library/dom": "npm:10.4.1"
"@testing-library/jest-dom": "npm:6.9.1"
"@testing-library/react": "npm:16.3.0"
"@testing-library/react": "npm:16.3.1"
"@testing-library/react-hooks": "npm:8.0.1"
"@testing-library/user-event": "npm:14.6.1"
"@types/jest": "npm:30.0.0"
Expand Down
Loading