File tree 6 files changed +14
-13
lines changed
6 files changed +14
-13
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @loki/example-react" ,
3
- "version" : " 0.35.0 " ,
3
+ "version" : " 0.35.1 " ,
4
4
"private" : true ,
5
5
"dependencies" : {
6
6
"@testing-library/jest-dom" : " ^5.14.1" ,
40
40
]
41
41
},
42
42
"devDependencies" : {
43
- "@loki/create-async-callback" : " ^0.35.0 " ,
43
+ "@loki/create-async-callback" : " ^0.35.1 " ,
44
44
"@loki/is-loki-running" : " ^0.35.0" ,
45
45
"@storybook/addon-actions" : " ^6.4.19" ,
46
46
"@storybook/addon-essentials" : " ^6.4.19" ,
54
54
"@storybook/testing-library" : " ^0.0.9" ,
55
55
"concurrently" : " ^7.6.0" ,
56
56
"deelay" : " ^2.0.0" ,
57
- "loki" : " ^0.35.0 " ,
57
+ "loki" : " ^0.35.1 " ,
58
58
"webpack" : " ^5.70.0"
59
59
}
60
60
}
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 0.35.0 " ,
2
+ "version" : " 0.35.1 " ,
3
3
"useWorkspaces" : true ,
4
4
"registry" : " https://registry.npmjs.org" ,
5
5
"npmClient" : " yarn"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @loki/create-async-callback" ,
3
- "version" : " 0.35.0 " ,
3
+ "version" : " 0.35.1 " ,
4
4
"description" : " Loki async story management helper" ,
5
5
"keywords" : [
6
6
" loki"
16
16
},
17
17
"license" : " MIT" ,
18
18
"files" : [
19
- " src"
19
+ " src" ,
20
+ " *.d.ts"
20
21
],
21
22
"main" : " src/index.web.js" ,
22
23
"react-native" : " src/index.native.js" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @loki/integration-react" ,
3
- "version" : " 0.35.0 " ,
3
+ "version" : " 0.35.1 " ,
4
4
"description" : " Loki react integration" ,
5
5
"keywords" : [
6
6
" loki"
23
23
"@loki/browser" : " ^0.35.0"
24
24
},
25
25
"peerDependencies" : {
26
- "@storybook/react" : " ^5 || ^6 || ^7"
26
+ "@storybook/react" : " ^5 || ^6 || ^7 || ^8 "
27
27
},
28
28
"peerDependenciesMeta" : {
29
29
"@storybook/react" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " loki" ,
3
- "version" : " 0.35.0 " ,
3
+ "version" : " 0.35.1 " ,
4
4
"description" : " Visual Regression Testing for Storybook" ,
5
5
"bin" : {
6
6
"loki" : " bin/loki"
44
44
" *.js"
45
45
],
46
46
"dependencies" : {
47
- "@loki/integration-react" : " ^0.35.0 " ,
47
+ "@loki/integration-react" : " ^0.35.1 " ,
48
48
"@loki/integration-react-native" : " ^0.35.0" ,
49
49
"@loki/integration-vue" : " ^0.35.0" ,
50
50
"@loki/runner" : " ^0.35.0" ,
54
54
"@loki/target-native-ios-simulator" : " ^0.35.0"
55
55
},
56
56
"peerDependencies" : {
57
- "@storybook/react" : " ^5 || ^6 || ^7"
57
+ "@storybook/react" : " ^5 || ^6 || ^7 || ^8 "
58
58
},
59
59
"peerDependenciesMeta" : {
60
60
"@storybook/react" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @loki/test-cli" ,
3
- "version" : " 0.35.0 " ,
3
+ "version" : " 0.35.1 " ,
4
4
"private" : true ,
5
5
"scripts" : {
6
6
"test" : " bash ./test-cra-init.sh"
7
7
},
8
8
"devDependencies" : {
9
9
"execa" : " ^5.0.0" ,
10
- "loki" : " ^0.35.0 "
10
+ "loki" : " ^0.35.1 "
11
11
}
12
12
}
You can’t perform that action at this time.
0 commit comments