Skip to content

Commit

Permalink
chore(deps-dev): bump @types/jest from 29.5.10 to 29.5.11
Browse files Browse the repository at this point in the history
Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 29.5.10 to 29.5.11.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and phantomjinx committed Dec 11, 2023
1 parent 643d918 commit c1e27cd
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion packages/kubernetes-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"typescript": "^5.3.3"
},
"devDependencies": {
"@types/jest": "^29.5.10",
"@types/jest": "^29.5.11",
"babel-jest": "^29.6.1",
"eslint-config-react-app": "^7.0.1",
"jest": "^29.6.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/management-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"typescript": "^5.3.3"
},
"devDependencies": {
"@types/jest": "^29.5.10",
"@types/jest": "^29.5.11",
"@types/jquery": "^3.5.29",
"@types/jsonpath": "^0.2.4",
"babel-jest": "^29.6.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/oauth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"whatwg-fetch": "^3.6.19"
},
"devDependencies": {
"@types/jest": "^29.5.10",
"@types/jest": "^29.5.11",
"@types/jquery": "^3.5.29",
"jest": "^29.6.1",
"jest-environment-jsdom": "^29.6.1",
Expand Down
14 changes: 7 additions & 7 deletions 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": ^0.9.2
"@types/jest": ^29.5.10
"@types/jest": ^29.5.11
"@types/jquery": ^3.5.29
"@types/jsonpath": ^0.2.4
"@types/node": ^18.19.3
Expand Down Expand Up @@ -2064,7 +2064,7 @@ __metadata:
dependencies:
"@hawtio/online-kubernetes-api": "workspace:*"
"@hawtio/react": ^0.9.2
"@types/jest": ^29.5.10
"@types/jest": ^29.5.11
"@types/jquery": ^3.5.29
"@types/jsonpath": ^0.2.4
babel-jest: ^29.6.1
Expand Down Expand Up @@ -2136,7 +2136,7 @@ __metadata:
resolution: "@hawtio/online-oauth@workspace:packages/oauth"
dependencies:
"@hawtio/react": ^0.9.2
"@types/jest": ^29.5.10
"@types/jest": ^29.5.11
"@types/jquery": ^3.5.29
babel-jest: ^29.6.1
fetch-intercept: ^2.4.0
Expand Down Expand Up @@ -3754,13 +3754,13 @@ __metadata:
languageName: node
linkType: hard

"@types/jest@npm:^29.5.10":
version: 29.5.10
resolution: "@types/jest@npm:29.5.10"
"@types/jest@npm:^29.5.11":
version: 29.5.11
resolution: "@types/jest@npm:29.5.11"
dependencies:
expect: ^29.0.0
pretty-format: ^29.0.0
checksum: ef385905787db528de9b6beb2688865c0bb276e64256ed60b9a1a6ffc0b75737456cb5e27e952a3241c5845b6a1da487470010dd30f3ca59c8581624c564a823
checksum: f892a06ec9f0afa9a61cd7fa316ec614e21d4df1ad301b5a837787e046fcb40dfdf7f264a55e813ac6b9b633cb9d366bd5b8d1cea725e84102477b366df23fdd
languageName: node
linkType: hard

Expand Down

0 comments on commit c1e27cd

Please sign in to comment.