Skip to content

Commit eb77a15

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 df6bfc8 commit eb77a15

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
@@ -59,10 +59,10 @@
5959
"webpack-log": "^3.0.1"
6060
},
6161
"dependencies": {
62-
"@cocreate/crud-client": "^1.20.4",
63-
"@cocreate/docs": "^1.7.8",
64-
"@cocreate/hosting": "^1.10.0",
65-
"@cocreate/local-storage": "^1.6.8",
66-
"@cocreate/observer": "^1.7.6"
62+
"@cocreate/crud-client": "^1.21.1",
63+
"@cocreate/docs": "^1.7.10",
64+
"@cocreate/hosting": "^1.10.2",
65+
"@cocreate/local-storage": "^1.7.1",
66+
"@cocreate/observer": "^1.7.8"
6767
}
68-
}
68+
}

0 commit comments

Comments
 (0)