Skip to content

Commit

Permalink
build(deps-dev): bump @types/jest from 29.5.5 to 29.5.6 (#1041)
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.5 to 29.5.6.
- [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]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 18, 2023
1 parent 780a374 commit c6cd7e1
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 46 deletions.
2 changes: 1 addition & 1 deletion packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@testing-library/react": "^14.0.0",
"@types/chrome": "^0.0.247",
"@types/crypto-js": "^4.1.2",
"@types/jest": "^29.5.5",
"@types/jest": "^29.5.6",
"@types/lodash": "^4.14.199",
"@types/react": "^18.2.28",
"@types/react-dom": "^18.2.13",
Expand Down
2 changes: 1 addition & 1 deletion packages/manifest-bump/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
},
"devDependencies": {
"@cryptkeeperzk/eslint-config-base": "workspace:^",
"@types/jest": "^29.5.5",
"@types/jest": "^29.5.6",
"@types/node": "^20.8.6",
"eslint": "^8.51.0",
"jest": "^29.7.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/providers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
},
"devDependencies": {
"@cryptkeeperzk/eslint-config-base": "workspace:^",
"@types/jest": "^29.5.5",
"@types/jest": "^29.5.6",
"@types/lodash": "^4.14.199",
"eslint": "^8.51.0",
"isomorphic-fetch": "^3.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/zk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
},
"devDependencies": {
"@cryptkeeperzk/eslint-config-base": "workspace:^",
"@types/jest": "^29.5.5",
"@types/jest": "^29.5.6",
"@types/lodash": "^4.14.199",
"eslint": "^8.51.0",
"isomorphic-fetch": "^3.0.0",
Expand Down
65 changes: 23 additions & 42 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c6cd7e1

Please sign in to comment.