Skip to content

Commit cada662

Browse files
committed
fix: @cocreate/docs bug fix
1 parent b8b1d1d commit cada662

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

package.json

Lines changed: 7 additions & 9 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",
@@ -62,11 +60,11 @@
6260
"webpack-log": "^3.0.1"
6361
},
6462
"dependencies": {
65-
"@cocreate/crud-client": "^1.13.1",
66-
"@cocreate/docs": "^1.3.21",
67-
"@cocreate/element-prototype": "^1.1.1",
68-
"@cocreate/floating-label": "^1.4.22",
69-
"@cocreate/hosting": "^1.4.4",
70-
"@cocreate/observer": "^1.5.19"
63+
"@cocreate/crud-client": "^1.13.4",
64+
"@cocreate/docs": "^1.3.24",
65+
"@cocreate/element-prototype": "^1.1.3",
66+
"@cocreate/floating-label": "^1.4.24",
67+
"@cocreate/hosting": "^1.5.0",
68+
"@cocreate/observer": "^1.5.22"
7169
}
7270
}

0 commit comments

Comments
 (0)