Skip to content
This repository has been archived by the owner on Oct 29, 2024. It is now read-only.

Commit

Permalink
Bump jest and @types/jest in /e2e/electron
Browse files Browse the repository at this point in the history
Bumps [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest) and [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest). These dependencies needed to be updated together.

Updates `jest` from 27.5.1 to 29.7.0
- [Release notes](https://github.com/jestjs/jest/releases)
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jestjs/jest/commits/v29.7.0/packages/jest)

Updates `@types/jest` from 27.5.2 to 29.5.12
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 23, 2024
1 parent f13c02f commit 0461436
Show file tree
Hide file tree
Showing 2 changed files with 565 additions and 1,075 deletions.
4 changes: 2 additions & 2 deletions e2e/electron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@jest/test-sequencer": "^29.7.0",
"@tsconfig/node16": "^16.1.3",
"@types/dockerode": "^3.3.30",
"@types/jest": "^27.0.2",
"@types/jest": "^29.5.12",
"@types/mkdirp": "^2.0.0",
"axios": "^1.7.2",
"babel-eslint": "^10.1.0",
Expand All @@ -22,7 +22,7 @@
"eslint": "^9.7.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"jest": "^27.0.5",
"jest": "^29.7.0",
"prettier": "^3.3.3",
"ts-jest": "^27.0.5",
"typescript": "^4.5.5"
Expand Down
Loading

0 comments on commit 0461436

Please sign in to comment.