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

Commit ccca766

Browse files
Bump jest and @types/jest in /e2e
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 29.6.1 to 29.6.4 - [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.6.4/packages/jest) Updates `@types/jest` from 29.5.2 to 29.5.4 - [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-patch - dependency-name: "@types/jest" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f268ce1 commit ccca766

File tree

2 files changed

+388
-366
lines changed

2 files changed

+388
-366
lines changed

e2e/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@
1616
"userop": "^0.3.0"
1717
},
1818
"devDependencies": {
19-
"@types/jest": "^29.5.2",
19+
"@types/jest": "^29.5.4",
2020
"@types/node": "^18.11.9",
2121
"@types/prettier": "^2.7.1",
2222
"@typescript-eslint/eslint-plugin": "^5.44.0",
2323
"@typescript-eslint/parser": "^5.44.0",
2424
"eslint": "^8.28.0",
2525
"eslint-config-prettier": "^8.5.0",
2626
"eslint-plugin-unused-imports": "^2.0.0",
27-
"jest": "^29.6.1",
27+
"jest": "^29.6.4",
2828
"prettier": "^2.8.0",
2929
"ts-jest": "^29.1.1",
3030
"ts-node": "^10.9.1",

0 commit comments

Comments
 (0)