From 5c7346a2df526439cca37dd26f21c65ec4bf53e7 Mon Sep 17 00:00:00 2001 From: Frank Pagan Date: Tue, 10 Jan 2023 15:55:03 +0000 Subject: [PATCH] fix: bump dependencies --- package.json | 24 ++++++++++-------------- 1 file changed, 10 insertions(+), 14 deletions(-) diff --git a/package.json b/package.json index 04d0562..b3047e8 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.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" + "@cocreate/actions": "^1.5.52", + "@cocreate/crud-client": "^1.17.15", + "@cocreate/docs": "^1.5.6", + "@cocreate/element-prototype": "^1.4.0", + "@cocreate/message-client": "^1.1.125", + "@cocreate/observer": "^1.5.56", + "@cocreate/position": "^1.1.38", + "@cocreate/uuid": "^1.2.55" } }