Skip to content

Commit

Permalink
fix: bump dependencies, worklow @V3
Browse files Browse the repository at this point in the history
  • Loading branch information
frankpagan committed Jan 6, 2023
1 parent b87e4ad commit c467a53
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 11 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/automated.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Semantic Release
uses: cycjimmy/semantic-release-action@v2
uses: cycjimmy/semantic-release-action@v3
id: semantic
with:
extra_plugins: |
Expand Down
16 changes: 7 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,7 @@
"html5-framework",
"javascript-framework"
],
"publishConfig": {
"access": "public"
},
"publishConfig": { "access": "public" },
"scripts": {
"start": "npx webpack --config webpack.config.js",
"build": "NODE_ENV=production npx webpack --config webpack.config.js",
Expand Down Expand Up @@ -61,11 +59,11 @@
"webpack-log": "^3.0.1"
},
"dependencies": {
"@cocreate/crud-client": "^1.17.11",
"@cocreate/docs": "^1.5.3",
"@cocreate/element-prototype": "^1.2.23",
"@cocreate/floating-label": "^1.4.60",
"@cocreate/hosting": "^1.7.3",
"@cocreate/observer": "^1.5.53"
"@cocreate/crud-client": "^1.17.12",
"@cocreate/docs": "^1.5.4",
"@cocreate/element-prototype": "^1.2.25",
"@cocreate/floating-label": "^1.4.61",
"@cocreate/hosting": "^1.7.4",
"@cocreate/observer": "^1.5.54"
}
}

0 comments on commit c467a53

Please sign in to comment.