Skip to content

chore(deps-dev): bump the jest group with 2 updates #1455

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 13, 2023
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
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@
"@swc/core": "^1.3.96",
"@swc/jest": "^0.2.29",
"@testing-library/jest-dom": "6.1.4",
"@testing-library/react": "14.0.0",
"@testing-library/react": "14.1.0",
"@testing-library/user-event": "^14.5.1",
"@tsconfig/node16": "^16.1.1",
"@types/jest": "^29.5.7",
"@types/jest": "^29.5.8",
"@types/react": "18.2.7",
"@types/react-dom": "18.2.7",
"@typescript-eslint/eslint-plugin": "^6.9.0",
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6443,17 +6443,17 @@ __metadata:
languageName: node
linkType: hard

"@testing-library/react@npm:14.0.0":
version: 14.0.0
resolution: "@testing-library/react@npm:14.0.0"
"@testing-library/react@npm:14.1.0":
version: 14.1.0
resolution: "@testing-library/react@npm:14.1.0"
dependencies:
"@babel/runtime": ^7.12.5
"@testing-library/dom": ^9.0.0
"@types/react-dom": ^18.0.0
peerDependencies:
react: ^18.0.0
react-dom: ^18.0.0
checksum: 4a54c8f56cc4a39b50803205f84f06280bb76521d6d5d4b3b36651d760c7c7752ef142d857d52aaf4fad4848ed7a8be49afc793a5dda105955d2f8bef24901ac
checksum: e76681911947f0981a1a72802ea01abeacdc4973c62deaf19c206cb9ff8d23eff5e3888c572303614686f029ee8a2a2dad6d0f0a9fb222944dbd9e0ea573b248
languageName: node
linkType: hard

Expand Down Expand Up @@ -6808,13 +6808,13 @@ __metadata:
languageName: node
linkType: hard

"@types/jest@npm:^29.5.7":
version: 29.5.7
resolution: "@types/jest@npm:29.5.7"
"@types/jest@npm:^29.5.8":
version: 29.5.8
resolution: "@types/jest@npm:29.5.8"
dependencies:
expect: ^29.0.0
pretty-format: ^29.0.0
checksum: e28624ccb0ef1255a03fbbb4b5bc3e5cbcdc450d39e0739985ff679b124198f808c38c8c3e67859c6efc0e848196deeb8cfed028e12a821c511dfc1112a2d6e9
checksum: ca8438a5b4c098c8c023e9d5b279ea306494a1d0b5291cfb498100fa780377145f068b2a021d545b0398bbe0328dcc37044dd3aaf3c6c0fe9b0bef7b46a63453
languageName: node
linkType: hard

Expand Down Expand Up @@ -9771,10 +9771,10 @@ __metadata:
"@swc/core": ^1.3.96
"@swc/jest": ^0.2.29
"@testing-library/jest-dom": 6.1.4
"@testing-library/react": 14.0.0
"@testing-library/react": 14.1.0
"@testing-library/user-event": ^14.5.1
"@tsconfig/node16": ^16.1.1
"@types/jest": ^29.5.7
"@types/jest": ^29.5.8
"@types/react": 18.2.7
"@types/react-dom": 18.2.7
"@typescript-eslint/eslint-plugin": ^6.9.0
Expand Down