File tree Expand file tree Collapse file tree 5 files changed +301
-301
lines changed Expand file tree Collapse file tree 5 files changed +301
-301
lines changed Original file line number Diff line number Diff line change 14
14
steps :
15
15
- uses : actions/checkout@v1
16
16
- name : Use Node.js ${{ matrix.node-version }}
17
- uses : actions/setup-node@v1
17
+ uses : actions/setup-node@v4
18
18
with :
19
19
node-version : ${{ matrix.node-version }}
20
20
- name : yarn install, build, and test
Original file line number Diff line number Diff line change 15
15
"author" : " Farhad Yasir(nutboltu)" ,
16
16
"license" : " MIT" ,
17
17
"devDependencies" : {
18
- "@storybook/addon-actions" : " ^8.0.5 " ,
19
- "@storybook/addon-essentials" : " ^8.0.5 " ,
20
- "@storybook/addon-interactions" : " ^8.0.5 " ,
21
- "@storybook/addon-links" : " ^8.0.5 " ,
22
- "@storybook/react" : " ^8.0.6 " ,
23
- "@storybook/react-vite" : " ^8.0.6 " ,
18
+ "@storybook/addon-actions" : " ^8.0.8 " ,
19
+ "@storybook/addon-essentials" : " ^8.0.8 " ,
20
+ "@storybook/addon-interactions" : " ^8.0.8 " ,
21
+ "@storybook/addon-links" : " ^8.0.8 " ,
22
+ "@storybook/react" : " ^8.0.8 " ,
23
+ "@storybook/react-vite" : " ^8.0.8 " ,
24
24
"@storybook/storybook-deployer" : " ^2.8.16" ,
25
- "storybook" : " ^8.0.5 "
25
+ "storybook" : " ^8.0.8 "
26
26
},
27
27
"dependencies" : {
28
28
"axios" : " ^1.3.4" ,
Original file line number Diff line number Diff line change 13
13
run : git fetch --unshallow --tags
14
14
15
15
- name : Use Node.js 18.x
16
- uses : actions/setup-node@v1
16
+ uses : actions/setup-node@v4
17
17
with :
18
18
node-version : 18.x
19
19
Original file line number Diff line number Diff line change 44
44
"release" : " yarn build && auto shipit"
45
45
},
46
46
"dependencies" : {
47
- "@storybook/blocks" : " ^8.0.5 " ,
48
- "@storybook/channels" : " ^8.0.5 " ,
49
- "@storybook/components" : " ^8.0.5 " ,
50
- "@storybook/core-events" : " ^8.0.5 " ,
51
- "@storybook/manager-api" : " ^8.0.5 " ,
52
- "@storybook/preview-api" : " ^8.0.5 " ,
53
- "@storybook/theming" : " ^8.0.5 " ,
47
+ "@storybook/blocks" : " ^8.0.8 " ,
48
+ "@storybook/channels" : " ^8.0.8 " ,
49
+ "@storybook/components" : " ^8.0.8 " ,
50
+ "@storybook/core-events" : " ^8.0.8 " ,
51
+ "@storybook/manager-api" : " ^8.0.8 " ,
52
+ "@storybook/preview-api" : " ^8.0.8 " ,
53
+ "@storybook/theming" : " ^8.0.8 " ,
54
54
"mock-xmlhttprequest" : " ^8.1.0" ,
55
55
"path-to-regexp" : " ^6.2.1" ,
56
56
"polished" : " ^4.2.2" ,
57
57
"prop-types" : " ^15.8.1" ,
58
- "storybook" : " ^8.0.5 " ,
58
+ "storybook" : " ^8.0.8 " ,
59
59
"whatwg-fetch" : " ^3.6.19"
60
60
},
61
61
"devDependencies" : {
You can’t perform that action at this time.
0 commit comments