Skip to content

Commit ab00a18

Browse files
Bump jest and @types/jest
Bumps [jest](https://github.com/facebook/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 28.1.1 to 29.5.0 - [Release notes](https://github.com/facebook/jest/releases) - [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/jest/commits/v29.5.0/packages/jest) Updates `@types/jest` from 28.1.1 to 29.4.0 - [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] <[email protected]>
1 parent 78aecf5 commit ab00a18

File tree

2 files changed

+537
-491
lines changed

2 files changed

+537
-491
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@
2323
"@babel/preset-env": "^7.19.1",
2424
"@babel/preset-typescript": "^7.21.0",
2525
"@types/axios": "^0.14.0",
26-
"@types/jest": "^28.1.1",
26+
"@types/jest": "^29.4.1",
2727
"@types/node": "^18.15.3",
2828
"@types/torrent-search-api": "^2.0.0",
2929
"babel-jest": "^28.1.3",
30-
"jest": "^28.1.1",
30+
"jest": "^29.5.0",
3131
"prettier": "2.8.4"
3232
},
3333
"optionalDependencies": {

0 commit comments

Comments
 (0)