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

Bump @types/react-color from 3.0.11 to 3.0.12 in /react-client #4518

Merged
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
- Bump `ip` from 2.0.0 to 2.0.1 ([#4498](https://github.com/UniversalMediaServer/UniversalMediaServer/pull/4498))
- Bump `org.codehaus.mojo:exec-maven-plugin` from 3.1.1 to 3.2.0 ([#4504](https://github.com/UniversalMediaServer/UniversalMediaServer/pull/4504))
- Bump `eslint` from 8.56.0 to 8.57.0 ([#4503](https://github.com/UniversalMediaServer/UniversalMediaServer/pull/4503))
- Bump `@types/react-color` from 3.0.11 to 3.0.12 ([#4518](https://github.com/UniversalMediaServer/UniversalMediaServer/pull/4518))

## [13.9.0](https://github.com/UniversalMediaServer/UniversalMediaServer/compare/13.8.1...v13.9.0) (2023-01-05)

Expand Down
2 changes: 1 addition & 1 deletion react-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"@types/lodash": "4.14.202",
"@types/node": "18.19.18",
"@types/react": "18.2.59",
"@types/react-color": "3.0.11",
"@types/react-color": "3.0.12",
"@types/react-dom": "18.2.19",
"@types/videojs-hls-quality-selector": "1.1.3",
"@typescript-eslint/eslint-plugin": "7.0.2",
Expand Down
10 changes: 5 additions & 5 deletions react-client/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3505,13 +3505,13 @@ __metadata:
languageName: node
linkType: hard

"@types/react-color@npm:3.0.11":
version: 3.0.11
resolution: "@types/react-color@npm:3.0.11"
"@types/react-color@npm:3.0.12":
version: 3.0.12
resolution: "@types/react-color@npm:3.0.12"
dependencies:
"@types/react": "*"
"@types/reactcss": "*"
checksum: 599d97d8e611f2993f856dda6832904a383c6266630483b513c0e9b3dcead94d2c4e573354ba4981d2297112983fe9a7d579eeab819bf7bd68ad6968856a7f6d
checksum: 2b3baffa6d293ee98a66ccb8c47d47700a7139c42589f8acc7713c7b5ae1dd61e7b4ceeebdb4f2d1b3c54466a1d3f351c3126929ebb9c6e1fe460b7400a857c2
languageName: node
linkType: hard

Expand Down Expand Up @@ -14244,7 +14244,7 @@ __metadata:
"@types/lodash": 4.14.202
"@types/node": 18.19.18
"@types/react": 18.2.59
"@types/react-color": 3.0.11
"@types/react-color": 3.0.12
"@types/react-dom": 18.2.19
"@types/videojs-hls-quality-selector": 1.1.3
"@typescript-eslint/eslint-plugin": 7.0.2
Expand Down