Skip to content

Commit 982abbb

Browse files
committed
fix: bump d@cocreate ependencies
1 parent 98bf2aa commit 982abbb

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.12.11",
66-
"@cocreate/docs": "^1.3.17",
63+
"@cocreate/crud-client": "^1.13.0",
64+
"@cocreate/docs": "^1.3.20",
6765
"@cocreate/element-prototype": "^1.0.0",
68-
"@cocreate/floating-label": "^1.4.20",
69-
"@cocreate/hosting": "^1.4.0",
70-
"@cocreate/observer": "^1.5.16"
66+
"@cocreate/floating-label": "^1.4.21",
67+
"@cocreate/hosting": "^1.4.3",
68+
"@cocreate/observer": "^1.5.18"
7169
}
7270
}

0 commit comments

Comments
 (0)