sb 7.1.0-alpha.3 → 7.1.0-alpha.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sb",
3
- "version": "7.1.0-alpha.3",
3
+ "version": "7.1.0-alpha.5",
4
4
  "description": "Storybook CLI",
5
5
  "keywords": [
6
6
  "storybook"
@@ -21,10 +21,10 @@
21
21
  "license": "MIT",
22
22
  "bin": "./index.js",
23
23
  "dependencies": {
24
- "@storybook/cli": "7.1.0-alpha.3"
24
+ "@storybook/cli": "7.1.0-alpha.5"
25
25
  },
26
26
  "publishConfig": {
27
27
  "access": "public"
28
28
  },
29
- "gitHead": "d0acd16fdf394463add948bac3f226b93f92c235"
29
+ "gitHead": "8e835df7a5e177b96e4e55c2fc8d4a3ac4d47ec1"
30
30
  }