Skip to content

Commit c223a86

Browse files
committed
fix: bump dependencies, worklow @V3
1 parent ac0aaf5 commit c223a86

File tree

2 files changed

+6
-10
lines changed

2 files changed

+6
-10
lines changed

.github/workflows/automated.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ jobs:
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: |

package.json

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,7 @@
2020
"html5-framework",
2121
"javascript-framework"
2222
],
23-
"publishConfig": {
24-
"access": "public"
25-
},
23+
"publishConfig": { "access": "public" },
2624
"scripts": {
2725
"start": "NODE_ENV=debug npx webpack --config webpack.config.js",
2826
"build": "NODE_ENV=production npx webpack --config webpack.config.js",
@@ -35,9 +33,7 @@
3533
},
3634
"author": "CoCreate LLC",
3735
"license": "MIT",
38-
"bugs": {
39-
"url": "https://github.com/CoCreate-app/CoCreate-twilio/issues"
40-
},
36+
"bugs": { "url": "https://github.com/CoCreate-app/CoCreate-twilio/issues" },
4137
"homepage": "https://cocreate.app/docs/twilio",
4238
"funding": {
4339
"type": "GitHub Sponsors ❤",
@@ -61,8 +57,8 @@
6157
"webpack-log": "^3.0.2"
6258
},
6359
"dependencies": {
64-
"@cocreate/api": "^1.6.0",
65-
"@cocreate/docs": "^1.5.3",
60+
"@cocreate/api": "^1.6.1",
61+
"@cocreate/docs": "^1.5.4",
6662
"twilio": "^3.60.0",
6763
"twilio-client-mirror": "0.0.2",
6864
"util": "^0.12.3"

0 commit comments

Comments
 (0)