|
177 | 177 | webpack-dev-middleware "^1.10.2"
|
178 | 178 | webpack-hot-middleware "^2.18.0"
|
179 | 179 |
|
| 180 | + |
| 181 | + version "2.0.0" |
| 182 | + resolved "https://registry.yarnpkg.com/@storybook/storybook-deployer/-/storybook-deployer-2.0.0.tgz#49e3bfc13ff5c7082e4044149c9d2032f0d63e9f" |
| 183 | + dependencies: |
| 184 | + git-url-parse "^6.0.2" |
| 185 | + shelljs "^0.7.0" |
| 186 | + yargs "^8.0.1" |
| 187 | + |
180 | 188 | "@storybook/ui@^3.1.3", "@storybook/ui@^3.2.13":
|
181 | 189 | version "3.2.13"
|
182 | 190 | resolved "https://registry.yarnpkg.com/@storybook/ui/-/ui-3.2.13.tgz#c50150a793802e1f4f344fe3ee7af3998d7c5196"
|
@@ -3251,6 +3259,19 @@ getpass@^0.1.1:
|
3251 | 3259 | dependencies:
|
3252 | 3260 | assert-plus "^1.0.0"
|
3253 | 3261 |
|
| 3262 | +git-up@^2.0.0: |
| 3263 | + version "2.0.9" |
| 3264 | + resolved "https://registry.yarnpkg.com/git-up/-/git-up-2.0.9.tgz#219bfd27c82daeead8495beb386dc18eae63636d" |
| 3265 | + dependencies: |
| 3266 | + is-ssh "^1.3.0" |
| 3267 | + parse-url "^1.3.0" |
| 3268 | + |
| 3269 | +git-url-parse@^6.0.2: |
| 3270 | + version "6.2.2" |
| 3271 | + resolved "https://registry.yarnpkg.com/git-url-parse/-/git-url-parse-6.2.2.tgz#be49024e14b8487553436b4572b8b439532fa871" |
| 3272 | + dependencies: |
| 3273 | + git-up "^2.0.0" |
| 3274 | + |
3254 | 3275 | glamor@^2.20.40:
|
3255 | 3276 | version "2.20.40"
|
3256 | 3277 | resolved "https://registry.yarnpkg.com/glamor/-/glamor-2.20.40.tgz#f606660357b7cf18dface731ad1a2cfa93817f05"
|
@@ -3800,6 +3821,12 @@ is-resolvable@^1.0.0:
|
3800 | 3821 | dependencies:
|
3801 | 3822 | tryit "^1.0.1"
|
3802 | 3823 |
|
| 3824 | +is-ssh@^1.3.0: |
| 3825 | + version "1.3.0" |
| 3826 | + resolved "https://registry.yarnpkg.com/is-ssh/-/is-ssh-1.3.0.tgz#ebea1169a2614da392a63740366c3ce049d8dff6" |
| 3827 | + dependencies: |
| 3828 | + protocols "^1.1.0" |
| 3829 | + |
3803 | 3830 | is-stream@^1.0.1, is-stream@^1.1.0:
|
3804 | 3831 | version "1.1.0"
|
3805 | 3832 | resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-1.1.0.tgz#12d4a3dd4e68e0b79ceb8dbc84173ae80d91ca44"
|
@@ -4928,6 +4955,13 @@ parse-json@^2.2.0:
|
4928 | 4955 | dependencies:
|
4929 | 4956 | error-ex "^1.2.0"
|
4930 | 4957 |
|
| 4958 | +parse-url@^1.3.0: |
| 4959 | + version "1.3.11" |
| 4960 | + resolved "https://registry.yarnpkg.com/parse-url/-/parse-url-1.3.11.tgz#57c15428ab8a892b1f43869645c711d0e144b554" |
| 4961 | + dependencies: |
| 4962 | + is-ssh "^1.3.0" |
| 4963 | + protocols "^1.4.0" |
| 4964 | + |
4931 | 4965 | parse5@^1.5.1:
|
4932 | 4966 | version "1.5.1"
|
4933 | 4967 | resolved "https://registry.yarnpkg.com/parse5/-/parse5-1.5.1.tgz#9b7f3b0de32be78dc2401b17573ccaf0f6f59d94"
|
@@ -5394,6 +5428,10 @@ prop-types@^15.5.10, prop-types@^15.5.4, prop-types@^15.5.6, prop-types@^15.5.7,
|
5394 | 5428 | loose-envify "^1.3.1"
|
5395 | 5429 | object-assign "^4.1.1"
|
5396 | 5430 |
|
| 5431 | +protocols@^1.1.0, protocols@^1.4.0: |
| 5432 | + version "1.4.6" |
| 5433 | + resolved "https://registry.yarnpkg.com/protocols/-/protocols-1.4.6.tgz#f8bb263ea1b5fd7a7604d26b8be39bd77678bf8a" |
| 5434 | + |
5397 | 5435 | proxy-addr@~2.0.2:
|
5398 | 5436 | version "2.0.2"
|
5399 | 5437 | resolved "https://registry.yarnpkg.com/proxy-addr/-/proxy-addr-2.0.2.tgz#6571504f47bb988ec8180253f85dd7e14952bdec"
|
@@ -6097,7 +6135,7 @@ shebang-regex@^1.0.0:
|
6097 | 6135 | version "1.0.0"
|
6098 | 6136 | resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-1.0.0.tgz#da42f49740c0b42db2ca9728571cb190c98efea3"
|
6099 | 6137 |
|
6100 |
| -shelljs@^0.7.7, shelljs@^0.7.8: |
| 6138 | +shelljs@^0.7.0, shelljs@^0.7.7, shelljs@^0.7.8: |
6101 | 6139 | version "0.7.8"
|
6102 | 6140 | resolved "https://registry.yarnpkg.com/shelljs/-/shelljs-0.7.8.tgz#decbcf874b0d1e5fb72e14b164a9683048e9acb3"
|
6103 | 6141 | dependencies:
|
@@ -6900,7 +6938,7 @@ yargs@^6.0.0:
|
6900 | 6938 | y18n "^3.2.1"
|
6901 | 6939 | yargs-parser "^4.2.0"
|
6902 | 6940 |
|
6903 |
| -yargs@^8.0.2: |
| 6941 | +yargs@^8.0.1, yargs@^8.0.2: |
6904 | 6942 | version "8.0.2"
|
6905 | 6943 | resolved "https://registry.yarnpkg.com/yargs/-/yargs-8.0.2.tgz#6299a9055b1cefc969ff7e79c1d918dceb22c360"
|
6906 | 6944 | dependencies:
|
|
0 commit comments