Skip to content

Commit d8ed335

Browse files
committed
fix: bump dependencies
1 parent ace1bdb commit d8ed335

File tree

1 file changed

+9
-13
lines changed

1 file changed

+9
-13
lines changed

package.json

Lines changed: 9 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,7 @@
2121
"html5-framework",
2222
"javascript-framework"
2323
],
24-
"publishConfig": {
25-
"access": "public"
26-
},
24+
"publishConfig": { "access": "public" },
2725
"scripts": {
2826
"start": "npx webpack --config webpack.config.js",
2927
"build": "NODE_ENV=production npx webpack --config webpack.config.js",
@@ -37,9 +35,7 @@
3735
},
3836
"author": "CoCreate LLC",
3937
"license": "GPL-3.0",
40-
"bugs": {
41-
"url": "https://github.com/CoCreate-app/CoCreate-api/issues"
42-
},
38+
"bugs": { "url": "https://github.com/CoCreate-app/CoCreate-api/issues" },
4339
"homepage": "https://cocreate.app/docs/api",
4440
"funding": {
4541
"type": "GitHub Sponsors ❤",
@@ -62,12 +58,12 @@
6258
"webpack-log": "^3.0.1"
6359
},
6460
"dependencies": {
65-
"@cocreate/actions": "^1.5.31",
66-
"@cocreate/crud-client": "^1.16.3",
67-
"@cocreate/docs": "^1.4.15",
68-
"@cocreate/element-prototype": "^1.1.20",
69-
"@cocreate/hosting": "^1.6.13",
70-
"@cocreate/render": "^1.16.19",
71-
"@cocreate/socket-client": "^1.13.4"
61+
"@cocreate/actions": "^1.5.32",
62+
"@cocreate/crud-client": "^1.16.5",
63+
"@cocreate/docs": "^1.4.16",
64+
"@cocreate/element-prototype": "^1.1.21",
65+
"@cocreate/hosting": "^1.6.15",
66+
"@cocreate/render": "^1.16.20",
67+
"@cocreate/socket-client": "^1.13.6"
7268
}
7369
}

0 commit comments

Comments
 (0)