Skip to content

Commit ebb3e2e

Browse files
committed
fix: bump dependencies
1 parent 19a4834 commit ebb3e2e

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.16.7",
66-
"@cocreate/docs": "^1.4.17",
67-
"@cocreate/element-prototype": "^1.1.23",
68-
"@cocreate/floating-label": "^1.4.40",
69-
"@cocreate/hosting": "^1.6.16",
70-
"@cocreate/observer": "^1.5.37"
63+
"@cocreate/crud-client": "^1.16.9",
64+
"@cocreate/docs": "^1.4.18",
65+
"@cocreate/element-prototype": "^1.2.0",
66+
"@cocreate/floating-label": "^1.4.42",
67+
"@cocreate/hosting": "^1.6.17",
68+
"@cocreate/observer": "^1.5.38"
7169
}
7270
}

0 commit comments

Comments
 (0)