Skip to content

Commit 6f4ca62

Browse files
committed
fix: update packages to latest version. This commit updates various packages in the dependencies section of the package.json file to their latest published versions, thereby fixing multiple bugs and improving overall performance.
1 parent 72d45f5 commit 6f4ca62

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,10 @@
5858
"webpack-log": "^3.0.1"
5959
},
6060
"dependencies": {
61-
"@cocreate/actions": "^1.8.8",
62-
"@cocreate/crdt": "^1.18.7",
63-
"@cocreate/message-client": "^1.3.6",
64-
"@cocreate/observer": "^1.7.6",
65-
"@cocreate/utils": "^1.20.6"
61+
"@cocreate/actions": "^1.8.10",
62+
"@cocreate/crdt": "^1.18.9",
63+
"@cocreate/message-client": "^1.3.8",
64+
"@cocreate/observer": "^1.7.8",
65+
"@cocreate/utils": "^1.20.8"
6666
}
67-
}
67+
}

0 commit comments

Comments
 (0)