8000 chore: bump @types/jest from 26.0.24 to 27.0.1 (#3748) · mvximvs/typescript-eslint@a752638 · GitHub
[go: up one dir, main page]

Skip to content

Commit a752638

Browse files
chore: bump @types/jest from 26.0.24 to 27.0.1 (typescript-eslint#3748)
Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 26.0.24 to 27.0.1. - [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-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 47811e7 commit a752638

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
"@types/eslint-visitor-keys": "^1.0.0",
8787
"@types/glob": "^7.1.3",
8888
"@types/is-glob": "^4.0.1",
89-
"@types/jest": "^26.0.23",
89+
"@types/jest": "^27.0.1",
9090
"@types/jest-specific-snapshot": "^0.5.5",
9191
"@types/lodash": "^4.14.170",
9292
"@types/marked": "^2.0.3",

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2154,13 +2154,13 @@
21542154
dependencies:
21552155
"@types/jest" "*"
21562156

2157-
"@types/jest@*", "@types/jest@^26.0.23":
2158-
version "26.0.24"
2159-
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-26.0.24.tgz#943d11976b16739185913a1936e0de0c4a7d595a"
2160-
integrity sha512-E/X5Vib8BWqZNRlDxj9vYXhsDwPYbPINqKF9BsnSoon4RQ0D9moEuLD8txgyypFLH7J4+Lho9Nr/c8H0Fi+17w==
2157+
"@types/jest@*", "@types/jest@^27.0.1":
2158+
version "27.0.1"
2159+
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-27.0.1.tgz#fafcc997da0135865311bb1215ba16dba6bdf4ca"
2160+
integrity sha512-HTLpVXHrY69556ozYkcq47TtQJXpcWAWfkoqz+ZGz2JnmZhzlRjprCIyFnetSy8gpDWwTTGBcRVv1J1I1vBrHw==
21612161
dependencies:
2162-
jest-diff "^26.0.0"
2163-
pretty-format "^26.0.0"
2162+
jest-diff "^27.0.0"
2163+
pretty-format "^27.0.0"
21642164

21652165
"@types/json-schema@^7.0.7":
21662166
version "7.0.9"
@@ -5875,7 +5875,7 @@ jest-config@27.0.6, jest-config@^27.0.6:
58755875
micromatch "^4.0.4"
58765876
pretty-format "^27.0.6"
58775877

5878-
jest-diff@^26.0.0, jest-diff@^27.0.0, jest-diff@^27.0.2, jest-diff@^27.0.6:
5878+
jest-diff@^27.0.0, jest-diff@^27.0.2, jest-diff@^27.0.6:
58795879
version "27.0.6"
58805880
resolved "https://registry.yarnpkg.com/jest-diff/-/jest-diff-27.0.6.tgz#4a7a19ee6f04ad70e0e3388f35829394a44c7b5e"
58815881
integrity sha512-Z1mqgkTCSYaFgwTlP/NUiRzdqgxmmhzHY1Tq17zL94morOHfHu3K4bgSgl+CR4GLhpV8VxkuOYuIWnQ9LnFqmg==
@@ -7980,7 +7980,7 @@ prettier@2.3.2:
79807980
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.3.2.tgz#ef280a05ec253712e486233db5c6f23441e7342d"
79817981
integrity sha512-lnJzDfJ66zkMy58OL5/NY5zp70S7Nz6KqcKkXYzn2tMVrNxvbqaBpg7H3qHaLxCJ5lNMsGuM8+ohS7cZrthdLQ==
79827982

7983-
pretty-format@*, pretty-format@^26.0.0, pretty-format@^27.0.0, pretty-format@^27.0.2, pretty-format@^27.0.6:
7983+
pretty-format@*, pretty-format@^27.0.0, pretty-format@^27.0.2, pretty-format@^27.0.6:
79847984
version "27.0.6"
79857985
resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-27.0.6.tgz#ab770c47b2c6f893a21aefc57b75da63ef49a11f"
79867986
integrity sha512-8tGD7gBIENgzqA+UBzObyWqQ5B778VIFZA/S66cclyd5YkFLYs2Js7gxDKf0MXtTc9zcS7t1xhdfcElJ3YIvkQ==

0 commit comments

Comments
 (0)
0