@storybook/vue 5.3.18 → 5.3.19
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -19,7 +19,7 @@ For more information visit: [storybook.js.org](https://storybook.js.org)
|
|
|
19
19
|
|
|
20
20
|
## Starter Storybook-for-Vue Boilerplate project with [Vuetify](https://github.com/vuetifyjs/vuetify) Material Component Framework
|
|
21
21
|
|
|
22
|
-
<https://github.com/white-rabbit-japan/vuetify-
|
|
22
|
+
<https://github.com/white-rabbit-japan/vue-vuetify-storybook>
|
|
23
23
|
|
|
24
24
|
---
|
|
25
25
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storybook/vue",
|
|
3
|
-
"version": "5.3.
|
|
3
|
+
"version": "5.3.19",
|
|
4
4
|
"description": "Storybook for Vue: Develop Vue Component in isolation with Hot Reloading.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"storybook"
|
|
@@ -34,8 +34,8 @@
|
|
|
34
34
|
"prepare": "node ../../scripts/prepare.js"
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@storybook/addons": "5.3.
|
|
38
|
-
"@storybook/core": "5.3.
|
|
37
|
+
"@storybook/addons": "5.3.19",
|
|
38
|
+
"@storybook/core": "5.3.19",
|
|
39
39
|
"@types/webpack-env": "^1.15.0",
|
|
40
40
|
"core-js": "^3.0.1",
|
|
41
41
|
"global": "^4.3.2",
|
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
"publishConfig": {
|
|
65
65
|
"access": "public"
|
|
66
66
|
},
|
|
67
|
-
"gitHead": "
|
|
67
|
+
"gitHead": "e26136f29d99fdcec82a25689f0f7a10ef418fe1",
|
|
68
68
|
"typesVersions": {
|
|
69
69
|
"<=3.5": {
|
|
70
70
|
"*": [
|