Skip to content

Commit 6d46351

Browse files
committedJun 11, 2023
fix: Update dependencies versions for @cocreate libraries
1 parent 34803a3 commit 6d46351

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed
 

‎package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,11 @@
5757
"webpack-log": "^3.0.1"
5858
},
5959
"dependencies": {
60-
"@cocreate/actions": "^1.8.29",
61-
"@cocreate/cli": "^1.33.7",
62-
"@cocreate/crdt": "^1.18.25",
63-
"@cocreate/message-client": "^1.3.26",
64-
"@cocreate/observer": "^1.8.16",
65-
"@cocreate/utils": "^1.21.13"
60+
"@cocreate/actions": "^1.8.30",
61+
"@cocreate/cli": "^1.33.8",
62+
"@cocreate/crdt": "^1.18.26",
63+
"@cocreate/message-client": "^1.3.27",
64+
"@cocreate/observer": "^1.8.17",
65+
"@cocreate/utils": "^1.21.14"
6666
}
67-
}
67+
}

0 commit comments

Comments
 (0)
Please sign in to comment.