From 85827588f49701f6b6e8d5ab1af6ad2ece9ec916 Mon Sep 17 00:00:00 2001 From: Frank Pagan Date: Fri, 2 Dec 2022 13:01:51 +0000 Subject: [PATCH] fix: bump dependencies --- package.json | 22 +++++++++------------- 1 file changed, 9 insertions(+), 13 deletions(-) diff --git a/package.json b/package.json index 8189b7a..b8e05d5 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.26", - "@cocreate/crud-client": "^1.15.8", - "@cocreate/docs": "^1.4.8", - "@cocreate/message-client": "^1.1.99", - "@cocreate/observer": "^1.5.31", - "@cocreate/position": "^1.1.12", - "@cocreate/uuid": "^1.2.29" + "@cocreate/actions": "^1.5.27", + "@cocreate/crud-client": "^1.15.10", + "@cocreate/docs": "^1.4.10", + "@cocreate/message-client": "^1.1.100", + "@cocreate/observer": "^1.5.32", + "@cocreate/position": "^1.1.13", + "@cocreate/uuid": "^1.2.30" } }