From fc645bb61b58e1f3ae85efb6977f72cd7cc37d99 Mon Sep 17 00:00:00 2001 From: frankpagan Date: Sat, 11 Nov 2023 23:37:11 -0600 Subject: [PATCH] fix: bump dependencies for latest features --- package.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 24c59a2..4058cb7 100644 --- a/package.json +++ b/package.json @@ -58,11 +58,11 @@ "webpack-log": "^3.0.1" }, "dependencies": { - "@cocreate/config": "^1.6.6", - "@cocreate/indexeddb": "^1.16.2", - "@cocreate/local-storage": "^1.10.8", - "@cocreate/organizations": "^1.23.2", - "@cocreate/uuid": "^1.7.2", + "@cocreate/config": "^1.6.8", + "@cocreate/indexeddb": "^1.17.1", + "@cocreate/local-storage": "^1.10.10", + "@cocreate/organizations": "^1.23.4", + "@cocreate/uuid": "^1.7.4", "ws": "7.5.9" } -} +} \ No newline at end of file