Skip to content

Commit fd65f44

Browse files
committed
fix: @cocreate/docs bug fix
1 parent 5d594b3 commit fd65f44

File tree

1 file changed

+7
-11
lines changed

1 file changed

+7
-11
lines changed

package.json

+7-11
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": "npx webpack --config webpack.config.js",
2826
"build": "NODE_ENV=production npx webpack --config webpack.config.js",
@@ -36,9 +34,7 @@
3634
},
3735
"author": "CoCreate LLC",
3836
"license": "MIT",
39-
"bugs": {
40-
"url": "https://github.com/CoCreate-app/CoCreate-render/issues"
41-
},
37+
"bugs": { "url": "https://github.com/CoCreate-app/CoCreate-render/issues" },
4238
"homepage": "https://cocreate.app/docs/render",
4339
"funding": {
4440
"type": "GitHub Sponsors ❤",
@@ -61,10 +57,10 @@
6157
"webpack-log": "^3.0.1"
6258
},
6359
"dependencies": {
64-
"@cocreate/actions": "^1.5.15",
65-
"@cocreate/api": "^1.5.2",
66-
"@cocreate/docs": "^1.3.22",
67-
"@cocreate/element-prototype": "^1.1.1",
68-
"@cocreate/utils": "^1.10.16"
60+
"@cocreate/actions": "^1.5.17",
61+
"@cocreate/api": "^1.5.4",
62+
"@cocreate/docs": "^1.3.24",
63+
"@cocreate/element-prototype": "^1.1.3",
64+
"@cocreate/utils": "^1.10.18"
6965
}
7066
}

0 commit comments

Comments
 (0)