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-color to v3.0.9 #1746

Merged
merged 1 commit into from
Oct 19, 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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"@prettier/plugin-ruby": "4.0.2",
"@types/codemirror": "5.60.12",
"@types/lodash": "4.14.200",
"@types/react-color": "3.0.8",
"@types/react-color": "3.0.9",
"@types/react-dom": "18.2.13",
"@types/tinycolor2": "1.4.4",
"@types/uuid": "9.0.5",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4624,13 +4624,13 @@ __metadata:
languageName: node
linkType: hard

"@types/react-color@npm:3.0.8":
version: 3.0.8
resolution: "@types/react-color@npm:3.0.8"
"@types/react-color@npm:3.0.9":
version: 3.0.9
resolution: "@types/react-color@npm:3.0.9"
dependencies:
"@types/react": "*"
"@types/reactcss": "*"
checksum: 2af608e0f74c9aed5ba41ee6e58a556dafa8f49f0818b3469d0106d57ae8602497eedfa2785218d4dbcff691fdcf65740b10dde0eada7cf424291e8dd515fdf8
checksum: af4fc80c177f4b1161d99031c458b31d76565e555b125f5aa794909d7e76488d957ac74d8d65837a15d31d7be8ffaa86bc71a00c8202a657ff0c0904526d493b
languageName: node
linkType: hard

Expand Down Expand Up @@ -11992,7 +11992,7 @@ __metadata:
"@types/codemirror": 5.60.12
"@types/lodash": 4.14.200
"@types/react": 18.2.29
"@types/react-color": 3.0.8
"@types/react-color": 3.0.9
"@types/react-dom": 18.2.13
"@types/tinycolor2": 1.4.4
"@types/uuid": 9.0.5
Expand Down
Loading