From 22f5e0a8b3396424d991b0119898e46217e8b333 Mon Sep 17 00:00:00 2001 From: frankpagan Date: Wed, 14 Jun 2023 17:45:45 -0600 Subject: [PATCH] fix: Update dependencies versions for @cocreate libraries --- CoCreate.config.js | 4 ++++ package.json | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CoCreate.config.js b/CoCreate.config.js index b9f7c1f..b77104a 100644 --- a/CoCreate.config.js +++ b/CoCreate.config.js @@ -107,6 +107,10 @@ module.exports = { 'path': '../CoCreate-components/CoCreate-conditional-logic', 'repo': 'github.com/CoCreate-app/CoCreate-conditional-logic.git' }, + { + 'path': '../CoCreate-components/CoCreate-config', + 'repo': 'github.com/CoCreate-app/CoCreate-config.git' + }, { 'path': '../CoCreate-components/CoCreate-crdt', 'repo': 'github.com/CoCreate-app/CoCreate-crdt.git', diff --git a/package.json b/package.json index 9261c60..1f8794b 100644 --- a/package.json +++ b/package.json @@ -73,6 +73,7 @@ "@cocreate/cocreatecss": "^1.12.32", "@cocreate/codearea": "^1.4.29", "@cocreate/conditional-logic": "^1.5.29", + "@cocreate/config": "^1.0.4", "@cocreate/crdt": "^1.18.28", "@cocreate/croppie": "^1.3.28", "@cocreate/crud-client": "^1.21.24", @@ -85,7 +86,7 @@ "@cocreate/elements": "^1.17.33", "@cocreate/events": "^1.10.20", "@cocreate/fetch": "^1.23.29", - "@cocreate/file": "^1.3.5", + "@cocreate/file": "^1.3.6", "@cocreate/filter": "^1.19.30", "@cocreate/floating-label": "^1.7.21", "@cocreate/form": "^1.14.30",