Skip to content

Commit

Permalink
build(deps-dev): bump @types/jest from 29.5.10 to 29.5.11
Browse files Browse the repository at this point in the history
Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 29.5.10 to 29.5.11.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest)

---
updated-dependencies:
- 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] committed Dec 6, 2023
1 parent a28d89b commit ddb9b8e
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
16 changes: 8 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/plugin-webpack-filter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
},
"homepage": "https://github.com/relative-ci/bundle-stats/blob/master/packages/plugin-webpack-filter#readme",
"devDependencies": {
"@types/jest": "29.5.10",
"@types/jest": "29.5.11",
"@types/webpack": "5.28.5",
"core-js": "3.33.3",
"jest": "29.7.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-webpack-validate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
},
"homepage": "https://github.com/relative-ci/bundle-stats/blob/master/packages/plugin-webpack-filter#readme",
"devDependencies": {
"@types/jest": "29.5.10",
"@types/jest": "29.5.11",
"jest": "29.7.0",
"jest-cli": "29.7.0",
"jest-date-mock": "1.0.8",
Expand Down
2 changes: 1 addition & 1 deletion packages/rollup-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
},
"devDependencies": {
"@tsconfig/node16": "16.1.1",
"@types/jest": "29.5.10",
"@types/jest": "29.5.11",
"core-js": "3.33.3",
"jest": "29.7.0",
"jest-cli": "29.7.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"serialize-query-params": "2.0.2"
},
"devDependencies": {
"@types/jest": "29.5.10",
"@types/jest": "29.5.11",
"@types/lodash": "4.14.202",
"core-js": "3.33.3",
"jest": "29.7.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/webpack-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"@babel/cli": "7.23.4",
"@babel/core": "7.23.5",
"@babel/preset-env": "7.23.5",
"@types/jest": "29.5.10",
"@types/jest": "29.5.11",
"jest": "29.7.0",
"jest-date-mock": "1.0.8",
"memory-fs": "0.5.0",
Expand Down

0 comments on commit ddb9b8e

Please sign in to comment.