Skip to content

Commit

Permalink
chore(deps-dev): bump @testing-library/jest-dom from 6.4.2 to 6.4.5
Browse files Browse the repository at this point in the history
Bumps [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) from 6.4.2 to 6.4.5.
- [Release notes](https://github.com/testing-library/jest-dom/releases)
- [Changelog](https://github.com/testing-library/jest-dom/blob/main/CHANGELOG.md)
- [Commits](testing-library/jest-dom@v6.4.2...v6.4.5)

---
updated-dependencies:
- dependency-name: "@testing-library/jest-dom"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and phantomjinx committed May 8, 2024
1 parent 96464ab commit eb9da07
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/kubernetes-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"typescript": "^5.4.5"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/jest-dom": "^6.4.5",
"@types/jest": "^29.5.12",
"babel-jest": "^29.6.1",
"eslint-config-react-app": "^7.0.1",
Expand Down
35 changes: 34 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1993,7 +1993,7 @@ __metadata:
dependencies:
"@hawtio/online-oauth": "workspace:*"
"@hawtio/react": "npm:^1.2.3"
"@testing-library/jest-dom": "npm:^6.4.2"
"@testing-library/jest-dom": "npm:^6.4.5"
"@types/jest": "npm:^29.5.12"
"@types/jquery": "npm:^3.5.29"
"@types/jsonpath": "npm:^0.2.4"
Expand Down Expand Up @@ -3128,6 +3128,39 @@ __metadata:
languageName: node
linkType: hard

"@testing-library/jest-dom@npm:^6.4.5":
version: 6.4.5
resolution: "@testing-library/jest-dom@npm:6.4.5"
dependencies:
"@adobe/css-tools": "npm:^4.3.2"
"@babel/runtime": "npm:^7.9.2"
aria-query: "npm:^5.0.0"
chalk: "npm:^3.0.0"
css.escape: "npm:^1.5.1"
dom-accessibility-api: "npm:^0.6.3"
lodash: "npm:^4.17.21"
redent: "npm:^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: 10/6d9e6cc01ec9111ea631657d93596fa9505d294fdfc4172fbd750b8df6268f02d55900626423b195dac5b067a302557453894a5814bdf4e770dee37cdb1c0f2d
languageName: node
linkType: hard

"@testing-library/react@npm:^15.0.2":
version: 15.0.4
resolution: "@testing-library/react@npm:15.0.4"
Expand Down

0 comments on commit eb9da07

Please sign in to comment.