Skip to content

Commit 4d165eb

Browse files
committed
fix: bump dependnecies
1 parent d5e89cf commit 4d165eb

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",
@@ -61,11 +59,11 @@
6159
"webpack-log": "^3.0.1"
6260
},
6361
"dependencies": {
64-
"@cocreate/crud-client": "^1.16.20",
65-
"@cocreate/docs": "^1.4.23",
66-
"@cocreate/element-prototype": "^1.2.9",
67-
"@cocreate/floating-label": "^1.4.52",
68-
"@cocreate/hosting": "^1.6.24",
69-
"@cocreate/observer": "^1.5.45"
62+
"@cocreate/crud-client": "^1.16.21",
63+
"@cocreate/docs": "^1.4.24",
64+
"@cocreate/element-prototype": "^1.2.10",
65+
"@cocreate/floating-label": "^1.4.53",
66+
"@cocreate/hosting": "^1.6.25",
67+
"@cocreate/observer": "^1.5.46"
7068
}
7169
}

0 commit comments

Comments
 (0)