sb 7.1.0-alpha.16 → 7.1.0-alpha.17

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.16",
3
+ "version": "7.1.0-alpha.17",
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.16"
24
+ "@storybook/cli": "7.1.0-alpha.17"
25
25
  },
26
26
  "publishConfig": {
27
27
  "access": "public"
28
28
  },
29
- "gitHead": "1be6a4fe5e5c1ef7089b55d9e89b53cd1faee069"
29
+ "gitHead": "ff78058e6bf45bae42dff07e0c74cc73caabe855"
30
30
  }