Skip to content

Commit

Permalink
chore(deps-dev): bump jest and @types/jest
Browse files Browse the repository at this point in the history
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 27.5.1 to 28.1.1
- [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/v28.1.1/packages/jest)

Updates `@types/jest` from 27.5.0 to 28.1.1
- [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]>
  • Loading branch information
dependabot[bot] authored Jun 7, 2022
1 parent e305465 commit 232f139
Show file tree
Hide file tree
Showing 2 changed files with 680 additions and 1,015 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
"@semantic-release/changelog": "^5.0.1",
"@semantic-release/git": "^9.0.1",
"@types/inquirer": "^8.1.1",
"@types/jest": "^27.0.0",
"@types/jest": "^28.1.1",
"@types/sequelize": "^4.28.9",
"@types/yargs": "^17.0.0",
"@typescript-eslint/eslint-plugin": "^4.17.0",
Expand All @@ -111,7 +111,7 @@
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.23.4",
"jest": "^27.0.3",
"jest": "^28.1.1",
"prettier-eslint": "^13.0.0",
"semantic-release": "^17.4.2",
"semantic-release-cli": "^5.4.4",
Expand Down
Loading

0 comments on commit 232f139

Please sign in to comment.