From 3e6eb159fd20cb6ddd2198b23b686df72bbc8d3d Mon Sep 17 00:00:00 2001 From: Frank Pagan Date: Fri, 30 Sep 2022 18:53:49 +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 7394b84..d5bcbeb 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.4", - "@cocreate/crud-client": "^1.12.3", - "@cocreate/docs": "^1.3.10", - "@cocreate/message-client": "^1.1.79", - "@cocreate/observer": "^1.5.9", - "@cocreate/position": "^1.0.6", - "@cocreate/uuid": "^1.2.9" + "@cocreate/actions": "^1.5.5", + "@cocreate/crud-client": "^1.12.4", + "@cocreate/docs": "^1.3.11", + "@cocreate/message-client": "^1.1.80", + "@cocreate/observer": "^1.5.10", + "@cocreate/position": "^1.0.7", + "@cocreate/uuid": "^1.2.10" } }