Skip to content

Commit

Permalink
build(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 29.5.0 to 29.6.1
- [Release notes](https://github.com/facebook/jest/releases)
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/jest/commits/v29.6.1/packages/jest)

Updates `@types/jest` from 29.5.2 to 29.5.3
- [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-minor
- dependency-name: "@types/jest"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 22, 2023
1 parent 59025d8 commit 492b554
Show file tree
Hide file tree
Showing 16 changed files with 6,070 additions and 2,615 deletions.
969 changes: 463 additions & 506 deletions packages/cli-utils/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/cli-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
},
"devDependencies": {
"@types/find-cache-dir": "^3.2.1",
"jest": "29.5.0",
"jest": "29.6.1",
"typescript": "5.1.6"
}
}
931 changes: 447 additions & 484 deletions packages/cli/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"@types/stream-json": "^1.7.3",
"@types/yargs": "^17.0.20",
"http-server": "14.1.1",
"jest": "29.5.0",
"jest": "29.6.1",
"typescript": "5.1.6"
}
}
1,619 changes: 998 additions & 621 deletions packages/html-templates/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/html-templates/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"dotenv": "16.3.1",
"html-webpack-plugin": "5.5.0",
"identity-obj-proxy": "3.0.0",
"jest": "29.5.0",
"jest": "29.6.1",
"jest-date-mock": "1.0.8",
"lodash": "4.17.21",
"mini-css-extract-plugin": "2.7.6",
Expand Down
Loading

0 comments on commit 492b554

Please sign in to comment.