Skip to content

chore(deps-dev): bump the react group with 2 updates #1475

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 27, 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
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@
"@testing-library/user-event": "^14.5.1",
"@tsconfig/node16": "^16.1.1",
"@types/jest": "^29.5.10",
"@types/react": "18.2.7",
"@types/react-dom": "18.2.7",
"@types/react": "18.2.38",
"@types/react-dom": "18.2.17",
"@typescript-eslint/eslint-plugin": "^6.12.0",
"@typescript-eslint/parser": "^6.12.0",
"@vitejs/plugin-react": "^4.2.0",
Expand Down Expand Up @@ -86,6 +86,6 @@
},
"resolutions": {
"@testing-library/dom": "^9.0.0",
"@types/react": "18.2.7"
"@types/react": "18.2.38"
}
}
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7176,12 +7176,12 @@ __metadata:
languageName: node
linkType: hard

"@types/react-dom@npm:18.2.7":
version: 18.2.7
resolution: "@types/react-dom@npm:18.2.7"
"@types/react-dom@npm:18.2.17":
version: 18.2.17
resolution: "@types/react-dom@npm:18.2.17"
dependencies:
"@types/react": "*"
checksum: e02ea908289a7ad26053308248d2b87f6aeafd73d0e2de2a3d435947bcea0422599016ffd1c3e38ff36c42f5e1c87c7417f05b0a157e48649e4a02f21727d54f
checksum: 7a4e704ed4be6e0c3ccd8a22ff69386fe548304bf4db090513f42e059ff4c65f7a427790320051524d6578a2e4c9667bb7a80a4c989b72361c019fbe851d9385
languageName: node
linkType: hard

Expand Down Expand Up @@ -7215,14 +7215,14 @@ __metadata:
languageName: node
linkType: hard

"@types/react@npm:18.2.7":
version: 18.2.7
resolution: "@types/react@npm:18.2.7"
"@types/react@npm:18.2.38":
version: 18.2.38
resolution: "@types/react@npm:18.2.38"
dependencies:
"@types/prop-types": "*"
"@types/scheduler": "*"
csstype: ^3.0.2
checksum: caa5da4cf929766738ec789301dc6fb6624bd48dd317d851c4c9b84b1f47cd8ebe17fe01398cadaa0bc938cd4d502d67f4b9de9ff771dc132096bdc86228efba
checksum: 71f8c167173d32252be8b2d3c1c76b3570b94d2fbbd139da86d146be453626f5777e12c2781559119637520dbef9f91cffe968f67b5901618f29226d49fad326
languageName: node
linkType: hard

Expand Down Expand Up @@ -10004,8 +10004,8 @@ __metadata:
"@testing-library/user-event": ^14.5.1
"@tsconfig/node16": ^16.1.1
"@types/jest": ^29.5.10
"@types/react": 18.2.7
"@types/react-dom": 18.2.7
"@types/react": 18.2.38
"@types/react-dom": 18.2.17
"@typescript-eslint/eslint-plugin": ^6.12.0
"@typescript-eslint/parser": ^6.12.0
"@vitejs/plugin-react": ^4.2.0
Expand Down