-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix(π): Unpin puppeteer * build(π): v0.28.3 * test(β ): Update deprecated waitFor in tests * types(π): Ignore missing types
- Loading branch information
Wil Wilsman
authored
Oct 7, 2020
1 parent
9b2ed8e
commit d3b8c43
Showing
3 changed files
with
20 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3368,6 +3368,11 @@ detective@^5.0.2: | |
defined "^1.0.0" | ||
minimist "^1.1.1" | ||
|
||
[email protected]: | ||
version "0.0.799653" | ||
resolved "https://registry.yarnpkg.com/devtools-protocol/-/devtools-protocol-0.0.799653.tgz#86fc95ce5bf4fdf4b77a58047ba9d2301078f119" | ||
integrity sha512-t1CcaZbvm8pOlikqrsIM9GOa7Ipp07+4h/q9u0JXBWjPCjHdBl9KkddX87Vv9vBHoBGtwV79sYQNGnQM6iS5gg== | ||
|
||
di@^0.0.1: | ||
version "0.0.1" | ||
resolved "https://registry.yarnpkg.com/di/-/di-0.0.1.tgz#806649326ceaa7caa3306d75d985ea2748ba913c" | ||
|
@@ -6229,7 +6234,7 @@ [email protected], mime@^1.2.9, mime@^1.4.1: | |
resolved "https://registry.yarnpkg.com/mime/-/mime-1.6.0.tgz#32cd9e5c64553bd58d19a568af452acff04981b1" | ||
integrity sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg== | ||
|
||
mime@^2.0.3, mime@^2.3.1, mime@^2.4.2: | ||
mime@^2.3.1, mime@^2.4.2: | ||
version "2.4.4" | ||
resolved "https://registry.yarnpkg.com/mime/-/mime-2.4.4.tgz#bd7b91135fc6b01cde3e9bae33d659b63d8857e5" | ||
integrity sha512-LRxmNwziLPT828z+4YkNzloCFC2YM4wrB99k+AV5ZbEyfGNWfG8SO1FUXLmLDBSo89NrJZ4DIWeLjy1CHGhMGA== | ||
|
@@ -6305,11 +6310,6 @@ mississippi@^3.0.0: | |
stream-each "^1.1.0" | ||
through2 "^2.0.0" | ||
|
||
mitt@^2.0.1: | ||
version "2.1.0" | ||
resolved "https://registry.yarnpkg.com/mitt/-/mitt-2.1.0.tgz#f740577c23176c6205b121b2973514eade1b2230" | ||
integrity sha512-ILj2TpLiysu2wkBbWjAmww7TkZb65aiQO+DkVdUTBpBXq+MHYiETENkKFMtsJZX1Lf4pe4QOrTSjIfUwN5lRdg== | ||
|
||
mixin-deep@^1.2.0: | ||
version "1.3.2" | ||
resolved "https://registry.yarnpkg.com/mixin-deep/-/mixin-deep-1.3.2.tgz#1120b43dc359a785dce65b55b82e257ccf479566" | ||
|
@@ -7347,16 +7347,15 @@ punycode@^2.1.0, punycode@^2.1.1: | |
resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.1.1.tgz#b58b010ac40c22c5657616c8d2c2c02c7bf479ec" | ||
integrity sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A== | ||
|
||
puppeteer@5.0.0: | ||
version "5.0.0" | ||
resolved "https://registry.yarnpkg.com/puppeteer/-/puppeteer-5.0.0.tgz#7cf1b1a5c5b6ce5d7abe4d9c9f206d4c52e214ff" | ||
integrity sha512-JnZcgRQnfowRSJoSHteKU7G9fP/YYGB/juPn8m4jNqtzvR0h8GOoFmdjTBesJFfzhYkPU1FosHXnBVUB++xgaA== | ||
puppeteer@^5.3.1: | ||
version "5.3.1" | ||
resolved "https://registry.yarnpkg.com/puppeteer/-/puppeteer-5.3.1.tgz#324e190d89f25ac33dba539f57b82a18553f8646" | ||
integrity sha512-YTM1RaBeYrj6n7IlRXRYLqJHF+GM7tasbvrNFx6w1S16G76NrPq7oYFKLDO+BQsXNtS8kW2GxWCXjIMPvfDyaQ== | ||
dependencies: | ||
debug "^4.1.0" | ||
devtools-protocol "0.0.799653" | ||
extract-zip "^2.0.0" | ||
https-proxy-agent "^4.0.0" | ||
mime "^2.0.3" | ||
mitt "^2.0.1" | ||
pkg-dir "^4.2.0" | ||
progress "^2.0.1" | ||
proxy-from-env "^1.0.0" | ||
|