Skip to content

Commit a72135a

Browse files
committed
fix: bump dependencies
1 parent 19d323f commit a72135a

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

package.json

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,7 @@
22
"name": "@cocreate/docs",
33
"version": "1.5.0",
44
"description": "Documentation generator ",
5-
"keywords": [
6-
"cocreate",
7-
"lowcode",
8-
"doc-generator"
9-
],
5+
"keywords": ["cocreate", "lowcode", "doc-generator"],
106
"main": "app.js",
117
"scripts": {
128
"test": "echo \"Error: no test specified\" && exit 1",
@@ -21,13 +17,11 @@
2117
},
2218
"author": "CoCreate LLC",
2319
"license": "MIT",
24-
"bugs": {
25-
"url": "https://github.com/CoCreate-app/CoCreate-docs/issues"
26-
},
20+
"bugs": { "url": "https://github.com/CoCreate-app/CoCreate-docs/issues" },
2721
"homepage": "https://github.com/CoCreate-app/CoCreate-docs#readme",
2822
"dependencies": {
29-
"@cocreate/crud-client": "^1.17.5",
30-
"@cocreate/hosting": "^1.6.28",
23+
"@cocreate/crud-client": "^1.17.7",
24+
"@cocreate/hosting": "^1.7.0",
3125
"extract-comments": "^1.1.0",
3226
"glob": "^7.1.6",
3327
"mime-types": "^2.1.35",

0 commit comments

Comments
 (0)