Skip to content

Commit 924384c

Browse files
committed
fix: bump dependencies
1 parent 29e2460 commit 924384c

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed

package.json

Lines changed: 3 additions & 11 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
"main": "./src/index",
2725
"scripts": {
2826
"demo": "PORT=5000 node demo/server.js",
@@ -39,12 +37,6 @@
3937
"url": "https://github.com/CoCreate-app/CoCreate-socket-server/issues"
4038
},
4139
"homepage": "https://cocreate.app/docs/CoCreate-socket-server",
42-
"dependencies": {
43-
"@cocreate/docs": "^1.4.4",
44-
"@cocreate/uuid": "^1.2.25"
45-
},
46-
"devDependencies": {
47-
"express": "^4.17.1",
48-
"ws": "7.5.9"
49-
}
40+
"dependencies": { "@cocreate/docs": "^1.4.5", "@cocreate/uuid": "^1.2.26" },
41+
"devDependencies": { "express": "^4.17.1", "ws": "7.5.9" }
5042
}

0 commit comments

Comments
 (0)