File tree Expand file tree Collapse file tree 2 files changed +9
-11
lines changed Expand file tree Collapse file tree 2 files changed +9
-11
lines changed Original file line number Diff line number Diff line change 1818 runs-on : ubuntu-latest
1919 steps :
2020 - name : Checkout
21- uses : actions/checkout@v2
21+ uses : actions/checkout@v3
2222 - name : Semantic Release
23- uses : cycjimmy/semantic-release-action@v2
23+ uses : cycjimmy/semantic-release-action@v3
2424 id : semantic
2525 with :
2626 extra_plugins : |
Original file line number Diff line number Diff line change 2121 " html5-framework" ,
2222 " javascript-framework"
2323 ],
24- "publishConfig" : {
25- "access" : " public"
26- },
24+ "publishConfig" : { "access" : " public" },
2725 "scripts" : {
2826 "start" : " npx webpack --config webpack.config.js" ,
2927 "build" : " NODE_ENV=production npx webpack --config webpack.config.js" ,
6159 "webpack-log" : " ^3.0.1"
6260 },
6361 "dependencies" : {
64- "@cocreate/crud-client" : " ^1.17.11 " ,
65- "@cocreate/docs" : " ^1.5.3 " ,
66- "@cocreate/element-prototype" : " ^1.2.23 " ,
67- "@cocreate/floating-label" : " ^1.4.60 " ,
68- "@cocreate/hosting" : " ^1.7.3 " ,
69- "@cocreate/observer" : " ^1.5.53 "
62+ "@cocreate/crud-client" : " ^1.17.12 " ,
63+ "@cocreate/docs" : " ^1.5.4 " ,
64+ "@cocreate/element-prototype" : " ^1.2.25 " ,
65+ "@cocreate/floating-label" : " ^1.4.61 " ,
66+ "@cocreate/hosting" : " ^1.7.4 " ,
67+ "@cocreate/observer" : " ^1.5.54 "
7068 }
7169}
You can’t perform that action at this time.
0 commit comments