Skip to content

Commit 4b43f3f

Browse files
committed
fix: bump dependencies
1 parent 4534c37 commit 4b43f3f

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

package.json

Lines changed: 6 additions & 8 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.15.12",
63+
"@cocreate/crud-client": "^1.16.1",
6664
"@cocreate/docs": "^1.4.13",
67-
"@cocreate/element-prototype": "^1.1.16",
68-
"@cocreate/floating-label": "^1.4.36",
69-
"@cocreate/hosting": "^1.6.11",
70-
"@cocreate/observer": "^1.5.33"
65+
"@cocreate/element-prototype": "^1.1.18",
66+
"@cocreate/floating-label": "^1.4.37",
67+
"@cocreate/hosting": "^1.6.12",
68+
"@cocreate/observer": "^1.5.34"
7169
}
7270
}

0 commit comments

Comments
 (0)