From 86226f180f598929d26c2790d85c11b834273ccd Mon Sep 17 00:00:00 2001 From: frankpagan Date: Thu, 23 Nov 2023 19:19:31 -0600 Subject: [PATCH] feat: upgrade dependencies for latest features and fixes --- package.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 3ebf34f..72685e0 100644 --- a/package.json +++ b/package.json @@ -58,11 +58,11 @@ "webpack-log": "^3.0.1" }, "dependencies": { - "@cocreate/config": "^1.6.9", - "@cocreate/indexeddb": "^1.18.0", - "@cocreate/local-storage": "^1.10.11", - "@cocreate/organizations": "^1.23.5", - "@cocreate/uuid": "^1.7.6", + "@cocreate/config": "^1.7.0", + "@cocreate/indexeddb": "^1.19.1", + "@cocreate/local-storage": "^1.11.1", + "@cocreate/organizations": "^1.24.0", + "@cocreate/uuid": "^1.8.0", "ws": "7.5.9" } -} +} \ No newline at end of file