Skip to content

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

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

Closed
wants to merge 1 commit into from
Closed
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.2",
"@tsconfig/node16": "^16.1.1",
"@types/jest": "^29.5.11",
"@types/react": "18.2.41",
"@types/react-dom": "18.2.17",
"@types/react": "18.2.47",
"@types/react-dom": "18.2.18",
"@typescript-eslint/eslint-plugin": "^6.18.0",
"@typescript-eslint/parser": "^6.18.0",
"@vitejs/plugin-react": "^4.2.1",
Expand Down Expand Up @@ -85,6 +85,6 @@
},
"resolutions": {
"@testing-library/dom": "^9.0.0",
"@types/react": "18.2.41"
"@types/react": "18.2.47"
}
}
23 changes: 16 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6126,7 +6126,16 @@ __metadata:
languageName: node
linkType: hard

"@types/react-dom@npm:18.2.17, @types/react-dom@npm:^18.0.0":
"@types/react-dom@npm:18.2.18":
version: 18.2.18
resolution: "@types/react-dom@npm:18.2.18"
dependencies:
"@types/react": "*"
checksum: 8e3da404c980e2b2a76da3852f812ea6d8b9d0e7f5923fbaf3bfbbbfa1d59116ff91c129de8f68e9b7668a67ae34484fe9df74d5a7518cf8591ec07a0c4dad57
languageName: node
linkType: hard

"@types/react-dom@npm:^18.0.0":
version: 18.2.17
resolution: "@types/react-dom@npm:18.2.17"
dependencies:
Expand Down Expand Up @@ -6156,14 +6165,14 @@ __metadata:
languageName: node
linkType: hard

"@types/react@npm:18.2.41":
version: 18.2.41
resolution: "@types/react@npm:18.2.41"
"@types/react@npm:18.2.47":
version: 18.2.47
resolution: "@types/react@npm:18.2.47"
dependencies:
"@types/prop-types": "*"
"@types/scheduler": "*"
csstype: ^3.0.2
checksum: fcf4c598e5adc1be1dafaa5977ff7698b5b69c6b1473ce524a28d57fa04af3f1a1aa1193cf284542451d98ae5338d26270f8c6e1f7afda5bbbe6c3a4ba40b1d8
checksum: 49608f07f73374e535b21f99fee28e6cfd5801d887c6ed88c41b4dc701dbcee9f0c4d289d9af7b2b23114f76dbf203ffe2c9191bfb4958cf18dae5a25daedbd0
languageName: node
linkType: hard

Expand Down Expand Up @@ -8824,8 +8833,8 @@ __metadata:
"@testing-library/user-event": ^14.5.2
"@tsconfig/node16": ^16.1.1
"@types/jest": ^29.5.11
"@types/react": 18.2.41
"@types/react-dom": 18.2.17
"@types/react": 18.2.47
"@types/react-dom": 18.2.18
"@typescript-eslint/eslint-plugin": ^6.18.0
"@typescript-eslint/parser": ^6.18.0
"@vitejs/plugin-react": ^4.2.1
Expand Down