Skip to content

Commit 816e5dc

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 2dd8028 commit 816e5dc

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Diff for: package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@
5959
"webpack-log": "^3.0.1"
6060
},
6161
"dependencies": {
62-
"@cocreate/actions": "^1.8.8",
63-
"@cocreate/docs": "^1.7.8",
64-
"@cocreate/observer": "^1.7.6",
65-
"@cocreate/utils": "^1.20.6"
62+
"@cocreate/actions": "^1.8.10",
63+
"@cocreate/docs": "^1.7.10",
64+
"@cocreate/observer": "^1.7.8",
65+
"@cocreate/utils": "^1.20.8"
6666
}
67-
}
67+
}

0 commit comments

Comments
 (0)