]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
build(deps-dev): bump @types/jest
authorEvan You <yyx990803@gmail.com>
Wed, 30 Oct 2019 15:52:08 +0000 (11:52 -0400)
committerEvan You <yyx990803@gmail.com>
Wed, 30 Oct 2019 15:52:19 +0000 (11:52 -0400)
package.json
packages/runtime-test/src/jestUtils.ts
yarn.lock

index edf9f47d9289da363411f0c052de09a9c9806a21..a89565f6e6ce8f161f3e92b113f68e96d14de8cb 100644 (file)
@@ -28,7 +28,7 @@
   },
   "devDependencies": {
     "@microsoft/api-extractor": "^7.3.9",
-    "@types/jest": "^24.0.18",
+    "@types/jest": "^24.0.21",
     "brotli": "^1.3.2",
     "chalk": "^2.4.2",
     "execa": "^2.0.4",
index 6e488fb9ac0b748b680fadea599275e315cc6869..f134fbbc9a0f30f0e07244a5920598fa8f2e01f7 100644 (file)
@@ -1,6 +1,6 @@
 declare global {
   namespace jest {
-    interface Matchers<R> {
+    interface Matchers<R, T> {
       toHaveBeenWarned(): R
       toHaveBeenWarnedLast(): R
       toHaveBeenWarnedTimes(n: number): R
index 7bf0a24d7ee3de9ebda04f44e493b3159dd3e833..06bdf44d060646f0388054b96feaee734856814d 100644 (file)
--- a/yarn.lock
+++ b/yarn.lock
   resolved "https://registry.yarnpkg.com/@types/jest-diff/-/jest-diff-20.0.1.tgz#35cc15b9c4f30a18ef21852e255fdb02f6d59b89"
   integrity sha512-yALhelO3i0hqZwhjtcr6dYyaLoCHbAMshwtj6cGxTvHZAKXHsYGdff6E8EPw3xLKY0ELUTQ69Q1rQiJENnccMA==
 
-"@types/jest@^24.0.18":
-  version "24.0.19"
-  resolved "https://registry.yarnpkg.com/@types/jest/-/jest-24.0.19.tgz#f7036058d2a5844fe922609187c0ad8be430aff5"
-  integrity sha512-YYiqfSjocv7lk5H/T+v5MjATYjaTMsUkbDnjGqSMoO88jWdtJXJV4ST/7DKZcoMHMBvB2SeSfyOzZfkxXHR5xg==
+"@types/jest@^24.0.21":
+  version "24.0.21"
+  resolved "https://registry.yarnpkg.com/@types/jest/-/jest-24.0.21.tgz#2c0a25440e025bb265f4a17d8b79b11b231426bf"
+  integrity sha512-uyqFvx78Tuy0h5iLCPWRCvi5HhWwEqhIj30doitp191oYLqlCxUyAJHdWVm5+Nr271/vPnkyt6rWeEIjGowBTg==
   dependencies:
     "@types/jest-diff" "*"