Skip to content

Commit f7b68d2

Browse files
committed
fix: bump dependencies
1 parent 42ebac4 commit f7b68d2

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",
@@ -63,10 +61,10 @@
6361
},
6462
"dependencies": {
6563
"@cocreate/crud-client": "^1.15.1",
66-
"@cocreate/docs": "^1.4.4",
67-
"@cocreate/element-prototype": "^1.1.7",
68-
"@cocreate/floating-label": "^1.4.29",
69-
"@cocreate/hosting": "^1.6.3",
70-
"@cocreate/observer": "^1.5.27"
64+
"@cocreate/docs": "^1.4.5",
65+
"@cocreate/element-prototype": "^1.1.8",
66+
"@cocreate/floating-label": "^1.4.30",
67+
"@cocreate/hosting": "^1.6.4",
68+
"@cocreate/observer": "^1.5.28"
7169
}
7270
}

0 commit comments

Comments
 (0)