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 66b8531 commit 200b027
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 13 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
18 changes: 7 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,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 All @@ -36,9 +34,7 @@
},
"author": "CoCreate LLC",
"license": "MIT",
"bugs": {
"url": "https://github.com/CoCreate-app/CoCreate-users/issues"
},
"bugs": { "url": "https://github.com/CoCreate-app/CoCreate-users/issues" },
"homepage": "https://cocreate.app/docs/users",
"funding": {
"type": "GitHub Sponsors ❤",
Expand All @@ -60,10 +56,10 @@
"webpack-log": "^3.0.1"
},
"dependencies": {
"@cocreate/actions": "^1.5.49",
"@cocreate/crud-client": "^1.17.11",
"@cocreate/docs": "^1.5.3",
"@cocreate/element-prototype": "^1.2.23",
"@cocreate/render": "^1.19.0"
"@cocreate/actions": "^1.5.50",
"@cocreate/crud-client": "^1.17.12",
"@cocreate/docs": "^1.5.4",
"@cocreate/element-prototype": "^1.2.25",
"@cocreate/render": "^1.19.1"
}
}

0 comments on commit 200b027

Please sign in to comment.