Skip to content

Commit 36fe4fc

Browse files
committed
fix(deps): upgrade @types/jest to 26
1 parent a411fed commit 36fe4fc

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"@rollup/plugin-json": "^4.0.2",
5858
"@rollup/plugin-node-resolve": "^7.1.1",
5959
"@rollup/plugin-replace": "^2.3.1",
60-
"@types/jest": "^25.1.3",
60+
"@types/jest": "^26.0.4",
6161
"@typescript-eslint/eslint-plugin": "^2.25.0",
6262
"@typescript-eslint/parser": "^2.25.0",
6363
"arrify": "^2.0.1",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1669,10 +1669,10 @@
16691669
"@types/istanbul-lib-coverage" "*"
16701670
"@types/istanbul-lib-report" "*"
16711671

1672-
"@types/jest@^25.1.3":
1673-
version "25.2.3"
1674-
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-25.2.3.tgz#33d27e4c4716caae4eced355097a47ad363fdcaf"
1675-
integrity sha512-JXc1nK/tXHiDhV55dvfzqtmP4S3sy3T3ouV2tkViZgxY/zeUkcpQcQPGRlgF4KmWzWW5oiWYSZwtCB+2RsE4Fw==
1672+
"@types/jest@^26.0.4":
1673+
version "26.0.4"
1674+
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-26.0.4.tgz#d2e513e85aca16992816f192582b5e67b0b15efb"
1675+
integrity sha512-4fQNItvelbNA9+sFgU+fhJo8ZFF+AS4Egk3GWwCW2jFtViukXbnztccafAdLhzE/0EiCogljtQQXP8aQ9J7sFg==
16761676
dependencies:
16771677
jest-diff "^25.2.1"
16781678
pretty-format "^25.2.1"

0 commit comments

Comments
 (0)