@storybook/csf 0.0.2--canary.51.23af5af.0 → 0.0.2--canary.51.084d9eb.0
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +14 -2
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@storybook/csf",
|
3
|
-
"version": "0.0.2--canary.51.
|
3
|
+
"version": "0.0.2--canary.51.084d9eb.0",
|
4
4
|
"description": "Component Story Format (CSF) utilities",
|
5
5
|
"keywords": [
|
6
6
|
"storybook",
|
@@ -36,7 +36,18 @@
|
|
36
36
|
"eslintConfig": {
|
37
37
|
"extends": [
|
38
38
|
"@storybook/eslint-config-storybook"
|
39
|
-
]
|
39
|
+
],
|
40
|
+
"rules": {
|
41
|
+
"jest/expect-expect": [
|
42
|
+
"warn",
|
43
|
+
{
|
44
|
+
"assertFunctionNames": [
|
45
|
+
"expect",
|
46
|
+
"expectTypeOf"
|
47
|
+
]
|
48
|
+
}
|
49
|
+
]
|
50
|
+
}
|
40
51
|
},
|
41
52
|
"prettier": "@storybook/linter-config/prettier.config",
|
42
53
|
"jest": {
|
@@ -47,6 +58,7 @@
|
|
47
58
|
]
|
48
59
|
},
|
49
60
|
"dependencies": {
|
61
|
+
"expect-type": "^0.14.2",
|
50
62
|
"lodash": "^4.17.15",
|
51
63
|
"type-fest": "^2.19.0"
|
52
64
|
},
|