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-dom from 18.2.18 to 18.2.19 in /react-client #4469

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 @@ -25,6 +25,7 @@
- Bump `@types/node` from 18.19.4 to 18.19.15 ([#4462](https://github.com/UniversalMediaServer/UniversalMediaServer/pull/4462))
- Bump `@types/jest` from 29.5.11 to 29.5.12 ([#4482](https://github.com/UniversalMediaServer/UniversalMediaServer/pull/4482))
- Bump `logback-version` from 1.4.14 to 1.5.0 ([#4484](https://github.com/UniversalMediaServer/UniversalMediaServer/pull/4484))
- Bump `@types/react-dom` from 18.2.18 to 18.2.19 ([#4469](https://github.com/UniversalMediaServer/UniversalMediaServer/pull/4469))

## [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 @@ -73,7 +73,7 @@
"@types/node": "18.19.15",
"@types/react": "18.2.55",
"@types/react-color": "3.0.11",
"@types/react-dom": "18.2.18",
"@types/react-dom": "18.2.19",
"@types/videojs-hls-quality-selector": "1.1.3",
"@typescript-eslint/eslint-plugin": "7.0.1",
"@typescript-eslint/parser": "7.0.1",
Expand Down
13 changes: 11 additions & 2 deletions react-client/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3490,7 +3490,16 @@ __metadata:
languageName: node
linkType: hard

"@types/react-dom@npm:18.2.18, @types/react-dom@npm:^18.0.0":
"@types/react-dom@npm:18.2.19":
version: 18.2.19
resolution: "@types/react-dom@npm:18.2.19"
dependencies:
"@types/react": "*"
checksum: 087a19d8e4c1c0900ec4ac5ddb749a811a38274b25683d233c11755d2895cc6e475e8bf9bea3dee36519769298e078d4c2feab9ab4bd13b26bc2a6170716437e
languageName: node
linkType: hard

"@types/react-dom@npm:^18.0.0":
version: 18.2.18
resolution: "@types/react-dom@npm:18.2.18"
dependencies:
Expand Down Expand Up @@ -14163,7 +14172,7 @@ __metadata:
"@types/node": 18.19.15
"@types/react": 18.2.55
"@types/react-color": 3.0.11
"@types/react-dom": 18.2.18
"@types/react-dom": 18.2.19
"@types/videojs-hls-quality-selector": 1.1.3
"@typescript-eslint/eslint-plugin": 7.0.1
"@typescript-eslint/parser": 7.0.1
Expand Down