From 2b85bbe7ca845147922ebfbe63cf98ad79cf7146 Mon Sep 17 00:00:00 2001 From: Frank Pagan Date: Fri, 30 Sep 2022 15:30:14 +0000 Subject: [PATCH] fix: bump @cocreate dependencies --- package.json | 22 +++++++++------------- 1 file changed, 9 insertions(+), 13 deletions(-) diff --git a/package.json b/package.json index 91b5267..3e5b123 100644 --- a/package.json +++ b/package.json @@ -20,9 +20,7 @@ "html5-framework", "javascript-framework" ], - "publishConfig": { - "access": "public" - }, + "publishConfig": { "access": "public" }, "scripts": { "start": "npx webpack --config webpack.config.js", "build": "NODE_ENV=production npx webpack --config webpack.config.js", @@ -36,9 +34,7 @@ }, "author": "CoCreate LLC", "license": "MIT", - "bugs": { - "url": "https://github.com/CoCreate-app/CoCreate-modal/issues" - }, + "bugs": { "url": "https://github.com/CoCreate-app/CoCreate-modal/issues" }, "homepage": "https://cocreate.app/docs/modal", "funding": { "type": "GitHub Sponsors ❤", @@ -61,12 +57,12 @@ "webpack-log": "^3.0.1" }, "dependencies": { - "@cocreate/actions": "^1.5.2", - "@cocreate/crud-client": "^1.12.2", - "@cocreate/docs": "^1.3.8", - "@cocreate/message-client": "^1.1.77", - "@cocreate/observer": "^1.5.6", - "@cocreate/position": "^1.0.2", - "@cocreate/uuid": "^1.2.7" + "@cocreate/actions": "1.5.3", + "@cocreate/crud-client": "1.12.2", + "@cocreate/docs": "1.3.9", + "@cocreate/message-client": "1.1.78", + "@cocreate/observer": "1.5.8", + "@cocreate/position": "1.0.5", + "@cocreate/uuid": "1.2.8" } }