Skip to content
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

Update dependency @types/react to v18.3.7 #9510

Merged
merged 1 commit into from
Sep 17, 2024
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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"@types/luxon": "3.4.2",
"@types/mapbox-gl": "1.13.10",
"@types/minimist": "1.2.5",
"@types/react": "18.3.6",
"@types/react": "18.3.7",
"@types/react-click-outside-hook": "1.0.3",
"@types/react-color": "3.0.12",
"@types/react-google-recaptcha": "2.1.9",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7023,13 +7023,13 @@ __metadata:
languageName: node
linkType: hard

"@types/react@npm:*, @types/react@npm:18.3.6":
version: 18.3.6
resolution: "@types/react@npm:18.3.6"
"@types/react@npm:*, @types/react@npm:18.3.7":
version: 18.3.7
resolution: "@types/react@npm:18.3.7"
dependencies:
"@types/prop-types": "npm:*"
csstype: "npm:^3.0.2"
checksum: 10c0/e347787a496f2006fe61358316e040c22548a1669559277b72dad39e2f1f713080115be9fe6c30f9d1d28a54054b96cf6c06471be6967a3605e31f5b84a6cec7
checksum: 10c0/460f40eadf1fd035344b2ff9061d5c2314db9403f76d05fff7724c78543737c95829e1628567c63d27b542647867eca5b6f284dfd38f1d3b70754f32c4cbecb7
languageName: node
linkType: hard

Expand Down Expand Up @@ -20993,7 +20993,7 @@ __metadata:
"@types/node": "npm:20.16.5"
"@types/punycode": "npm:2.1.4"
"@types/rails__activestorage": "npm:7.1.1"
"@types/react": "npm:18.3.6"
"@types/react": "npm:18.3.7"
"@types/react-click-outside-hook": "npm:1.0.3"
"@types/react-color": "npm:3.0.12"
"@types/react-dom": "npm:18.3.0"
Expand Down
Loading