@storybook/csf
Advanced tools
Comparing version 0.0.2--canary.51.23af5af.0 to 0.0.2--canary.51.26e6539.0
{ | ||
"name": "@storybook/csf", | ||
"version": "0.0.2--canary.51.23af5af.0", | ||
"version": "0.0.2--canary.51.26e6539.0", | ||
"description": "Component Story Format (CSF) utilities", | ||
@@ -39,3 +39,14 @@ "keywords": [ | ||
"@storybook/eslint-config-storybook" | ||
] | ||
], | ||
"rules": { | ||
"jest/expect-expect": [ | ||
"warn", | ||
{ | ||
"assertFunctionNames": [ | ||
"expect", | ||
"expectTypeOf" | ||
] | ||
} | ||
] | ||
} | ||
}, | ||
@@ -51,2 +62,3 @@ "prettier": "@storybook/linter-config/prettier.config", | ||
"dependencies": { | ||
"expect-type": "^0.14.2", | ||
"lodash": "^4.17.15", | ||
@@ -53,0 +65,0 @@ "type-fest": "^2.19.0" |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
27018
0
3
+ Addedexpect-type@^0.14.2
+ Addedexpect-type@0.14.2(transitive)