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 2dbca90 commit 2ccb1a9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 12 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: 6 additions & 10 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-select/issues"
},
"bugs": { "url": "https://github.com/CoCreate-app/CoCreate-select/issues" },
"homepage": "https://cocreate.app/docs/select",
"funding": {
"type": "GitHub Sponsors ❤",
Expand All @@ -60,9 +56,9 @@
"webpack-log": "^3.0.1"
},
"dependencies": {
"@cocreate/crud-client": "^1.17.11",
"@cocreate/docs": "^1.5.3",
"@cocreate/message-client": "^1.1.122",
"@cocreate/observer": "^1.5.53"
"@cocreate/crud-client": "^1.17.12",
"@cocreate/docs": "^1.5.4",
"@cocreate/message-client": "^1.1.123",
"@cocreate/observer": "^1.5.54"
}
}

0 comments on commit 2ccb1a9

Please sign in to comment.