From 78e689da748aa74773873907e5cb0498b29ed64a Mon Sep 17 00:00:00 2001 From: Frank Pagan Date: Mon, 9 Jan 2023 19:25:59 +0000 Subject: [PATCH] fix: bump dependnecies --- package.json | 24 ++++++++++-------------- 1 file changed, 10 insertions(+), 14 deletions(-) diff --git a/package.json b/package.json index ad8543b..ce5a538 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 ❤", @@ -60,13 +56,13 @@ "webpack-log": "^3.0.1" }, "dependencies": { - "@cocreate/actions": "^1.5.50", - "@cocreate/crud-client": "^1.17.12", - "@cocreate/docs": "^1.5.4", - "@cocreate/element-prototype": "^1.2.25", - "@cocreate/message-client": "^1.1.123", - "@cocreate/observer": "^1.5.54", - "@cocreate/position": "^1.1.36", - "@cocreate/uuid": "^1.2.53" + "@cocreate/actions": "^1.5.51", + "@cocreate/crud-client": "^1.17.14", + "@cocreate/docs": "^1.5.5", + "@cocreate/element-prototype": "^1.2.27", + "@cocreate/message-client": "^1.1.124", + "@cocreate/observer": "^1.5.55", + "@cocreate/position": "^1.1.37", + "@cocreate/uuid": "^1.2.54" } }