Skip to content

Commit 85c3216

Browse files
committed
update plugin version
1 parent df4c6c6 commit 85c3216

2 files changed

Lines changed: 6 additions & 15 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@
134134
]
135135
},
136136
"dependencies": {
137-
"jest-watch-typeahead": "^0.2.1",
137+
"jest-watch-typeahead": "^0.2.2-0",
138138
"opencollective": "^1.0.3"
139139
},
140140
"collective": {

yarn.lock

Lines changed: 5 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -7672,27 +7672,18 @@ jest-snapshot-serializer-raw@^1.1.0:
76727672
resolved "https://registry.yarnpkg.com/jest-snapshot-serializer-raw/-/jest-snapshot-serializer-raw-1.1.0.tgz#1d7f09c02f3dbbc3ae70b5b7598fb2f45e37d6c8"
76737673
integrity sha512-OL3bXRCnSn7Kur3YTGYj+A3Hwh2eyb5QL5VLQ9OSsPBOva7r3sCB0Jf1rOT/KN3ypzH42hrkDz96lpbiMo+AlQ==
76747674

7675-
jest-watch-typeahead@^0.2.1:
7676-
version "0.2.1"
7677-
resolved "https://registry.yarnpkg.com/jest-watch-typeahead/-/jest-watch-typeahead-0.2.1.tgz#6c40f232996ca6c39977e929e9f79b189e7d87e4"
7678-
integrity sha512-xdhEtKSj0gmnkDQbPTIHvcMmXNUDzYpHLEJ5TFqlaI+schi2NI96xhWiZk9QoesAS7oBmKwWWsHazTrYl2ORgg==
7675+
jest-watch-typeahead@^0.2.2-0:
7676+
version "0.2.2-0"
7677+
resolved "https://registry.yarnpkg.com/jest-watch-typeahead/-/jest-watch-typeahead-0.2.2-0.tgz#6b3ecfc0bc174aaca94b2d127fcfd339af080b0b"
7678+
integrity sha512-Mx1Egj7A+FK/CUFs/KSlqPUGPf3cZG6VybcYvy/fJg1GTLeKV8A8Zzphw/Oa4M3uQWRp8EFL3SYvXEPCNyEMVw==
76797679
dependencies:
76807680
ansi-escapes "^3.0.0"
76817681
chalk "^2.4.1"
7682-
jest-watcher "^23.1.0"
7682+
jest-watcher "^24.3.0"
76837683
slash "^2.0.0"
76847684
string-length "^2.0.0"
76857685
strip-ansi "^5.0.0"
76867686

7687-
jest-watcher@^23.1.0:
7688-
version "23.4.0"
7689-
resolved "https://registry.yarnpkg.com/jest-watcher/-/jest-watcher-23.4.0.tgz#d2e28ce74f8dad6c6afc922b92cabef6ed05c91c"
7690-
integrity sha1-0uKM50+NrWxq/JIrksq+9u0FyRw=
7691-
dependencies:
7692-
ansi-escapes "^3.0.0"
7693-
chalk "^2.0.1"
7694-
string-length "^2.0.0"
7695-
76967687
jest-worker@24.0.0-alpha.6:
76977688
version "24.0.0-alpha.6"
76987689
resolved "https://registry.yarnpkg.com/jest-worker/-/jest-worker-24.0.0-alpha.6.tgz#463681b92c117c57107135c14b9b9d6cd51d80ce"

0 commit comments

Comments
 (0)