File tree Expand file tree Collapse file tree 10 files changed +6753
-7967
lines changed Expand file tree Collapse file tree 10 files changed +6753
-7967
lines changed Original file line number Diff line number Diff line change @@ -11,16 +11,16 @@ inputs:
1111runs :
1212 using : " composite"
1313 steps :
14- - uses : pnpm/action-setup@v2
14+ - uses : pnpm/action-setup@v4
1515 name : Install pnpm
1616 id : pnpm-install
1717 with :
18- version : 8.6.11
18+ version : 9
1919 run_install : ${{ inputs.run_install }}
2020
21- - uses : actions/setup-node@v3
21+ - uses : actions/setup-node@v4
2222 with :
23- node-version : 18.16.0
23+ node-version : 20
2424 registry-url : https://npm.pkg.github.com
2525 scope : ' @hivemq'
2626 cache : ' pnpm'
Original file line number Diff line number Diff line change 77 runs-on : ubuntu-latest
88 steps :
99 - name : 👓 Checkout repository
10- uses : actions/checkout@v3
10+ uses : actions/checkout@v4
1111
1212 - uses : ./.github/actions/setup
1313
1818 runs-on : ubuntu-latest
1919
2020 steps :
21- - uses : actions/checkout@v3
21+ - uses : actions/checkout@v4
2222
2323 - uses : ./.github/actions/setup
2424 with :
3333 timeout-minutes : 15
3434
3535 steps :
36- - uses : actions/checkout@v3
36+ - uses : actions/checkout@v4
3737
3838 - uses : ./.github/actions/setup
3939 with :
Original file line number Diff line number Diff line change 1616 timeout-minutes : 15
1717
1818 steps :
19- - uses : actions/checkout@v3
19+ - uses : actions/checkout@v4
2020
2121 - uses : ./.github/actions/setup
2222 with :
Original file line number Diff line number Diff line change 1919 pull-requests : write
2020 runs-on : ubuntu-latest
2121 steps :
22- - uses : actions/checkout@v3
22+ - uses : actions/checkout@v4
2323
2424 - uses : ./.github/actions/setup
2525 with :
Original file line number Diff line number Diff line change 1414 packages : write
1515
1616 steps :
17- - uses : actions/checkout@v3
17+ - uses : actions/checkout@v4
1818
1919 - uses : ./.github/actions/setup
2020 with :
Original file line number Diff line number Diff line change 1919 runs-on : ubuntu-latest
2020 steps :
2121 - name : 👓 Checkout repository
22- uses : actions/checkout@v3
22+ uses : actions/checkout@v4
2323
2424 - uses : ./.github/actions/setup
2525 with :
4040 timeout-minutes : 5
4141
4242 steps :
43- - uses : actions/checkout@v3
43+ - uses : actions/checkout@v4
4444
4545 - uses : ./.github/actions/setup
4646 with :
Original file line number Diff line number Diff line change 1- v18.16.0
1+ v20
Original file line number Diff line number Diff line change 88 "types" : " ./dist/index.d.ts" ,
99 "module" : " ./dist/index.es.js"
1010 },
11+ "files" : [" dist" ],
1112 "engines" : {
12- "node" : " >=18 " ,
13- "pnpm" : " >=8 "
13+ "node" : " 20 " ,
14+ "pnpm" : " 9 "
1415 },
15- "files" : [
16- " dist"
17- ],
18- "packageManager" :
" [email protected] " ,
1916 "scripts" : {
2017 "build" : " pnpm build:scripts" ,
2118 "build:scripts" : " vite build" ,
4744 "@emotion/styled" : " ^11.12.0" ,
4845 "@fontsource/raleway" : " ^5.0.19" ,
4946 "@fontsource/roboto" : " ^5.0.13" ,
50- "@hivemq/ui-theme" : " ^0.4.2" ,
5147 "@radix-ui/react-slot" : " ^1.1.0" ,
5248 "@storybook/addon-a11y" : " ^8.2.6" ,
5349 "@storybook/addon-essentials" : " ^8.2.4" ,
8581 "@chakra-ui/styled-system" : " ^2.9.2" ,
8682 "@emotion/react" : " ^11.11.4" ,
8783 "@emotion/styled" : " ^11.11.5" ,
88- "@hivemq/ui-theme" : " ^0.4.2 " ,
84+ "@hivemq/ui-theme" : " ^0.4.5 " ,
8985 "react" : " ^18.2.0" ,
9086 "react-dom" : " ^18.2.0"
9187 }
You can’t perform that action at this time.
0 commit comments