From 3ac085254ecbea5fdab069335cea31f9b1108ce4 Mon Sep 17 00:00:00 2001 From: Frank Pagan Date: Wed, 1 Feb 2023 23:18:32 +0000 Subject: [PATCH] fix: bump dependencies --- package.json | 20 ++++++++------------ 1 file changed, 8 insertions(+), 12 deletions(-) diff --git a/package.json b/package.json index 7467dec..e0a02cd 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-users/issues" - }, + "bugs": { "url": "https://github.com/CoCreate-app/CoCreate-users/issues" }, "homepage": "https://cocreate.app/docs/users", "funding": { "type": "GitHub Sponsors ❤", @@ -60,11 +56,11 @@ "webpack-log": "^3.0.1" }, "dependencies": { - "@cocreate/actions": "^1.5.57", - "@cocreate/crud-client": "^1.18.6", - "@cocreate/docs": "^1.5.12", - "@cocreate/element-prototype": "^1.4.8", - "@cocreate/local-storage": "^1.4.4", - "@cocreate/render": "^1.21.5" + "@cocreate/actions": "^1.5.58", + "@cocreate/crud-client": "^1.18.8", + "@cocreate/docs": "^1.5.13", + "@cocreate/element-prototype": "^1.4.10", + "@cocreate/local-storage": "^1.4.5", + "@cocreate/render": "^1.21.6" } }