sb 8.5.0-alpha.2 → 8.5.0-alpha.21

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 +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sb",
3
- "version": "8.5.0-alpha.2",
3
+ "version": "8.5.0-alpha.21",
4
4
  "description": "Storybook CLI",
5
5
  "keywords": [
6
6
  "storybook"
@@ -21,7 +21,7 @@
21
21
  "license": "MIT",
22
22
  "bin": "./index.js",
23
23
  "dependencies": {
24
- "storybook": "8.5.0-alpha.2"
24
+ "storybook": "8.5.0-alpha.21"
25
25
  },
26
26
  "publishConfig": {
27
27
  "access": "public"