Skip to content

Commit 7b6d67f

Browse files
committed
fix: bump dependencies
1 parent be807be commit 7b6d67f

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

package.json

+5-7
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",
@@ -60,9 +58,9 @@
6058
"webpack-log": "^3.0.1"
6159
},
6260
"dependencies": {
63-
"@cocreate/actions": "^1.5.45",
64-
"@cocreate/docs": "^1.4.27",
65-
"@cocreate/observer": "^1.5.49",
66-
"@cocreate/utils": "^1.17.9"
61+
"@cocreate/actions": "^1.5.47",
62+
"@cocreate/docs": "^1.5.1",
63+
"@cocreate/observer": "^1.5.51",
64+
"@cocreate/utils": "^1.17.12"
6765
}
6866
}

0 commit comments

Comments
 (0)