Skip to content

Commit 20dc4e1

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 c2bc1bd commit 20dc4e1

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,11 @@
6060
"webpack-log": "^3.0.1"
6161
},
6262
"dependencies": {
63-
"@cocreate/crud-client": "^1.20.4",
64-
"@cocreate/docs": "^1.7.8",
65-
"@cocreate/element-prototype": "^1.8.7",
66-
"@cocreate/floating-label": "^1.6.6",
67-
"@cocreate/hosting": "^1.10.0",
68-
"@cocreate/observer": "^1.7.6"
63+
"@cocreate/crud-client": "^1.21.1",
64+
"@cocreate/docs": "^1.7.10",
65+
"@cocreate/element-prototype": "^1.8.10",
66+
"@cocreate/floating-label": "^1.7.1",
67+
"@cocreate/hosting": "^1.10.2",
68+
"@cocreate/observer": "^1.7.8"
6969
}
70-
}
70+
}

0 commit comments

Comments
 (0)