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

chore(deps-dev): bump @types/jest from 29.5.6 to 29.5.8 #193

Merged
merged 1 commit into from
Nov 13, 2023
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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.2.2"
},
"devDependencies": {
"@types/jest": "^29.5.3",
"@types/jest": "^29.5.8",
"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.2.2"
},
"devDependencies": {
"@types/jest": "^29.5.3",
"@types/jest": "^29.5.8",
"@types/jquery": "^3.5.25",
"@types/jsonpath": "^0.2.0",
"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 @@ -38,7 +38,7 @@
"typescript": "^5.2.2"
},
"devDependencies": {
"@types/jest": "^29.5.3",
"@types/jest": "^29.5.8",
"@types/jquery": "^3.5.25",
"jest": "^29.6.1",
"jest-environment-jsdom": "^29.6.1",
Expand Down
18 changes: 14 additions & 4 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.6.1
"@types/jest": ^29.5.3
"@types/jest": ^29.5.8
"@types/jquery": ^3.5.25
"@types/jsonpath": ^0.2.0
"@types/node": ^18.17.18
Expand Down Expand Up @@ -2064,7 +2064,7 @@ __metadata:
dependencies:
"@hawtio/online-kubernetes-api": "workspace:*"
"@hawtio/react": ^0.6.1
"@types/jest": ^29.5.3
"@types/jest": ^29.5.8
"@types/jquery": ^3.5.25
"@types/jsonpath": ^0.2.0
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.6.1
"@types/jest": ^29.5.3
"@types/jest": ^29.5.8
"@types/jquery": ^3.5.25
babel-jest: ^29.6.1
jest: ^29.6.1
Expand Down Expand Up @@ -3609,7 +3609,7 @@ __metadata:
languageName: node
linkType: hard

"@types/jest@npm:^29.5.3, @types/jest@npm:^29.5.5":
"@types/jest@npm:^29.5.5":
version: 29.5.6
resolution: "@types/jest@npm:29.5.6"
dependencies:
Expand All @@ -3619,6 +3619,16 @@ __metadata:
languageName: node
linkType: hard

"@types/jest@npm:^29.5.8":
version: 29.5.8
resolution: "@types/jest@npm:29.5.8"
dependencies:
expect: ^29.0.0
pretty-format: ^29.0.0
checksum: ca8438a5b4c098c8c023e9d5b279ea306494a1d0b5291cfb498100fa780377145f068b2a021d545b0398bbe0328dcc37044dd3aaf3c6c0fe9b0bef7b46a63453
languageName: node
linkType: hard

"@types/jquery@npm:^3.5.22":
version: 3.5.23
resolution: "@types/jquery@npm:3.5.23"
Expand Down