Skip to content

Commit cfa24f7

Browse files
committed
fix: bump dependnecies
1 parent 0092484 commit cfa24f7

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

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.1",
65-
"@cocreate/docs": "^1.5.4",
60+
"@cocreate/api": "^1.6.2",
61+
"@cocreate/docs": "^1.5.5",
6662
"twilio": "^3.60.0",
6763
"twilio-client-mirror": "0.0.2",
6864
"util": "^0.12.3"

0 commit comments

Comments
 (0)