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 @testing-library/jest-dom from 6.2.0 to 6.2.1 in /react-client #4417

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 @@ -12,6 +12,7 @@
- Bump `org.mockito:mockito-junit-jupiter` from 5.8.0 to 5.9.0 ([#4388](https://github.com/UniversalMediaServer/UniversalMediaServer/pull/4388))
- Bump `actions/cache` from 3 to 4 ([#4400](https://github.com/UniversalMediaServer/UniversalMediaServer/pull/4400))
- Bump `@types/react` from 18.2.47 to 18.2.48 ([#4392](https://github.com/UniversalMediaServer/UniversalMediaServer/pull/4392))
- Bump `@testing-library/jest-dom` from 6.2.0 to 6.2.1 ([#4417](https://github.com/UniversalMediaServer/UniversalMediaServer/pull/4417))

## [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 @@ -65,7 +65,7 @@
"packageManager": "yarn@3.7.0",
"devDependencies": {
"@playwright/test": "^1.41.0",
"@testing-library/jest-dom": "6.2.0",
"@testing-library/jest-dom": "6.2.1",
"@testing-library/react": "14.1.2",
"@testing-library/user-event": "14.5.2",
"@types/jest": "29.5.11",
Expand Down
13 changes: 8 additions & 5 deletions react-client/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3095,9 +3095,9 @@ __metadata:
languageName: node
linkType: hard

"@testing-library/jest-dom@npm:6.2.0":
version: 6.2.0
resolution: "@testing-library/jest-dom@npm:6.2.0"
"@testing-library/jest-dom@npm:6.2.1":
version: 6.2.1
resolution: "@testing-library/jest-dom@npm:6.2.1"
dependencies:
"@adobe/css-tools": ^4.3.2
"@babel/runtime": ^7.9.2
Expand All @@ -3109,19 +3109,22 @@ __metadata:
redent: ^3.0.0
peerDependencies:
"@jest/globals": ">= 28"
"@types/bun": "*"
"@types/jest": ">= 28"
jest: ">= 28"
vitest: ">= 0.32"
peerDependenciesMeta:
"@jest/globals":
optional: true
"@types/bun":
optional: true
"@types/jest":
optional: true
jest:
optional: true
vitest:
optional: true
checksum: 3d46e36b1b7c2cb3c92f64d55d458aab44ae135ac77299df14d14dcf567a286590de58b2f140011b8f7a343f0703ff88f144f27c6ae4921fd612741771d8ee2c
checksum: 36bb8c23fd102a572bb22e37933c5134c6b4737c9d1ca575d2abde64bd5ffbb5f571caa76c1d8ab0b384670fcc680353f1ef563a2d9a6d46d00c47b4eb38969b
languageName: node
linkType: hard

Expand Down Expand Up @@ -14198,7 +14201,7 @@ __metadata:
"@microsoft/fetch-event-source": 2.0.1
"@mycujoo/videojs-hls-quality-selector": 1.1.5-rc.4
"@playwright/test": ^1.41.0
"@testing-library/jest-dom": 6.2.0
"@testing-library/jest-dom": 6.2.1
"@testing-library/react": 14.1.2
"@testing-library/user-event": 14.5.2
"@types/jest": 29.5.11
Expand Down