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.2.60 #1974

Merged
merged 1 commit into from
Feb 27, 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 @@ -25,7 +25,7 @@
"@neinteractiveliterature/litform": "0.28.0",
"@popperjs/core": "2.11.8",
"@rails/ujs": "7.1.3",
"@types/react": "18.2.59",
"@types/react": "18.2.60",
"assert": "2.1.0",
"bootstrap": "5.3.3",
"bootstrap-icons": "1.11.3",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4796,14 +4796,14 @@ __metadata:
languageName: node
linkType: hard

"@types/react@npm:*, @types/react@npm:18.2.59":
version: 18.2.59
resolution: "@types/react@npm:18.2.59"
"@types/react@npm:*, @types/react@npm:18.2.60":
version: 18.2.60
resolution: "@types/react@npm:18.2.60"
dependencies:
"@types/prop-types": "npm:*"
"@types/scheduler": "npm:*"
csstype: "npm:^3.0.2"
checksum: 10/d065b998bc99ac61ff30011072a55e52eaa51ad20a84bc5893fae5e5de80d2e0a61217772a3ab79eb19d2f8d8ae3bd8451db5e0a77044f279618a1fc3446def6
checksum: 10/5f2f6091623f13375a5bbc7e5c222cd212b5d6366ead737b76c853f6f52b314db24af5ae3f688d2d49814c668c216858a75433f145311839d8989d46bb3cbecf
languageName: node
linkType: hard

Expand Down Expand Up @@ -12350,7 +12350,7 @@ __metadata:
"@rails/ujs": "npm:7.1.3"
"@types/codemirror": "npm:5.60.15"
"@types/lodash": "npm:4.14.202"
"@types/react": "npm:18.2.59"
"@types/react": "npm:18.2.60"
"@types/react-color": "npm:3.0.12"
"@types/react-dom": "npm:18.2.19"
"@types/tinycolor2": "npm:1.4.6"
Expand Down
Loading