Skip to content

Commit 607564a

Browse files
committed
fix: bump dependencies
1 parent 2ec20ab commit 607564a

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

package.json

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,7 @@
2020
"html5-framework",
2121
"javascript-framework"
2222
],
23-
"publishConfig": {
24-
"access": "public"
25-
},
23+
"publishConfig": { "access": "public" },
2624
"scripts": {
2725
"start": "npx webpack --config webpack.config.js",
2826
"build": "NODE_ENV=production npx webpack --config webpack.config.js",
@@ -62,8 +60,8 @@
6260
},
6361
"dependencies": {
6462
"@cocreate/crud-client": "^1.15.1",
65-
"@cocreate/docs": "^1.4.4",
66-
"@cocreate/hosting": "^1.6.3",
67-
"@cocreate/observer": "^1.5.27"
63+
"@cocreate/docs": "^1.4.5",
64+
"@cocreate/hosting": "^1.6.4",
65+
"@cocreate/observer": "^1.5.28"
6866
}
6967
}

0 commit comments

Comments
 (0)