@storybook/types 8.3.5 → 8.3.6
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +2 -2
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@storybook/types",
|
3
|
-
"version": "8.3.
|
3
|
+
"version": "8.3.6",
|
4
4
|
"description": "Core Storybook TS Types",
|
5
5
|
"keywords": [
|
6
6
|
"storybook"
|
@@ -39,7 +39,7 @@
|
|
39
39
|
"*.d.ts"
|
40
40
|
],
|
41
41
|
"peerDependencies": {
|
42
|
-
"storybook": "^8.3.
|
42
|
+
"storybook": "^8.3.6"
|
43
43
|
},
|
44
44
|
"publishConfig": {
|
45
45
|
"access": "public"
|