mirror of
https://github.com/storybookjs/storybook.git
synced 2025-03-21 05:02:39 +08:00
ADD puppeteer as optionalDependency
This commit is contained in:
parent
9577003e7d
commit
72713fd077
@ -235,7 +235,8 @@
|
||||
},
|
||||
"optionalDependencies": {
|
||||
"@cypress/webpack-preprocessor": "^4.1.0",
|
||||
"cypress": "^4.0.2"
|
||||
"cypress": "^4.0.2",
|
||||
"puppeteer": "^2.1.1"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=8.10.0",
|
||||
|
16
yarn.lock
16
yarn.lock
@ -24204,6 +24204,22 @@ puppeteer-core@2.1.1:
|
||||
rimraf "^2.6.1"
|
||||
ws "^6.1.0"
|
||||
|
||||
puppeteer@^2.1.1:
|
||||
version "2.1.1"
|
||||
resolved "https://registry.yarnpkg.com/puppeteer/-/puppeteer-2.1.1.tgz#ccde47c2a688f131883b50f2d697bd25189da27e"
|
||||
integrity sha512-LWzaDVQkk1EPiuYeTOj+CZRIjda4k2s5w4MK4xoH2+kgWV/SDlkYHmxatDdtYrciHUKSXTsGgPgPP8ILVdBsxg==
|
||||
dependencies:
|
||||
"@types/mime-types" "^2.1.0"
|
||||
debug "^4.1.0"
|
||||
extract-zip "^1.6.6"
|
||||
https-proxy-agent "^4.0.0"
|
||||
mime "^2.0.3"
|
||||
mime-types "^2.1.25"
|
||||
progress "^2.0.1"
|
||||
proxy-from-env "^1.0.0"
|
||||
rimraf "^2.6.1"
|
||||
ws "^6.1.0"
|
||||
|
||||
purgecss@^1.4.0:
|
||||
version "1.4.2"
|
||||
resolved "https://registry.yarnpkg.com/purgecss/-/purgecss-1.4.2.tgz#67ab50cb4f5c163fcefde56002467c974e577f41"
|
||||
|
Loading…
x
Reference in New Issue
Block a user