Skip to content

Commit ba380ee

Browse files
committed
fix: bump dependencies
1 parent 7086a84 commit ba380ee

File tree

1 file changed

+7
-11
lines changed

1 file changed

+7
-11
lines changed

package.json

Lines changed: 7 additions & 11 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,11 +58,11 @@
6258
},
6359
"dependencies": {
6460
"@cocreate/actions": "^1.5.55",
65-
"@cocreate/crud-client": "^1.18.2",
66-
"@cocreate/docs": "^1.5.9",
61+
"@cocreate/crud-client": "^1.18.3",
62+
"@cocreate/docs": "^1.5.10",
6763
"@cocreate/element-prototype": "^1.4.6",
68-
"@cocreate/hosting": "^1.7.9",
69-
"@cocreate/render": "^1.21.2",
70-
"@cocreate/socket-client": "^1.15.0"
64+
"@cocreate/hosting": "^1.7.10",
65+
"@cocreate/render": "^1.21.3",
66+
"@cocreate/socket-client": "^1.15.1"
7167
}
7268
}

0 commit comments

Comments
 (0)