Skip to content

Commit 19099b9

Browse files
committed
fix: bump depenedencies
1 parent 1cb995d commit 19099b9

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.14.0",
66-
"@cocreate/docs": "^1.4.2",
67-
"@cocreate/element-prototype": "^1.1.5",
68-
"@cocreate/floating-label": "^1.4.27",
69-
"@cocreate/hosting": "^1.6.1",
70-
"@cocreate/observer": "^1.5.25"
63+
"@cocreate/crud-client": "^1.14.2",
64+
"@cocreate/docs": "^1.4.3",
65+
"@cocreate/element-prototype": "^1.1.6",
66+
"@cocreate/floating-label": "^1.4.28",
67+
"@cocreate/hosting": "^1.6.2",
68+
"@cocreate/observer": "^1.5.26"
7169
}
7270
}

0 commit comments

Comments
 (0)