build(deps): bump vue-cli-plugin-storybook in /website/client (#13346)

Bumps [vue-cli-plugin-storybook](https://github.com/storybookjs/vue-cli-plugin-storybook) from 2.0.0 to 2.1.0.
- [Release notes](https://github.com/storybookjs/vue-cli-plugin-storybook/releases)
- [Changelog](https://github.com/storybookjs/vue-cli-plugin-storybook/blob/master/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/vue-cli-plugin-storybook/compare/v2.0.0...v2.1.0)

---
updated-dependencies:
- dependency-name: vue-cli-plugin-storybook
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2021-08-26 18:33:23 -05:00
committed by GitHub
parent f9a0939796
commit cae36ea554
2 changed files with 8 additions and 7 deletions
+7 -6
View File
@@ -27599,10 +27599,11 @@
"integrity": "sha512-x2284lgYvjOMj3Za7kqzRcUSxBboHqtgRE2zlos1qWaOye5yUmHn42LB1250NJBLRwEcdrB0JRwyPTEPhfQjiQ=="
},
"vue-cli-plugin-storybook": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/vue-cli-plugin-storybook/-/vue-cli-plugin-storybook-2.0.0.tgz",
"integrity": "sha512-DGXWAgUd3WXmaBYNMfvK7B0ohqKA+VdJVTEtdIuWK2cmumkElsZIeCTHbBT2o/iltIgzk3oRce+1q/2SqQqTrQ==",
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/vue-cli-plugin-storybook/-/vue-cli-plugin-storybook-2.1.0.tgz",
"integrity": "sha512-/cmV4/HVk6BqzszZzgC/AIrh8/5Wot/7WpHu0PIBnNNO/viJbRUScj2oC0IHCGTD7FAENlqDDuRIkV5eroY6Gw==",
"requires": {
"@vue/cli-shared-utils": "^4.4.6",
"chalk": "^3.0.0",
"commander": "^2.19.0",
"semver": "^7.1.1"
@@ -27652,9 +27653,9 @@
}
},
"semver": {
"version": "7.3.4",
"resolved": "https://registry.npmjs.org/semver/-/semver-7.3.4.tgz",
"integrity": "sha512-tCfb2WLjqFAtXn4KEdxIhalnRtoKFN7nAwj0B3ZXCbQloV2tq5eDbcTmT68JJD3nRJq24/XgxtQKFIpQdtvmVw==",
"version": "7.3.5",
"resolved": "https://registry.npmjs.org/semver/-/semver-7.3.5.tgz",
"integrity": "sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ==",
"requires": {
"lru-cache": "^6.0.0"
}
+1 -1
View File
@@ -54,7 +54,7 @@
"uuid": "^8.3.2",
"validator": "^13.6.0",
"vue": "^2.6.14",
"vue-cli-plugin-storybook": "^2.0.0",
"vue-cli-plugin-storybook": "^2.1.0",
"vue-mugen-scroll": "^0.2.6",
"vue-router": "^3.5.2",
"vue-template-compiler": "^2.6.14",