From 158a2609c12a779c983495c6d1ab9abc6b5c4e45 Mon Sep 17 00:00:00 2001 From: Frank Pagan Date: Sat, 1 Oct 2022 18:16:09 +0000 Subject: [PATCH] fix: bump dependencies --- package.json | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) diff --git a/package.json b/package.json index 8747918..d4b7a7f 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 ❤", @@ -61,11 +57,11 @@ "webpack-log": "^3.0.1" }, "dependencies": { - "@cocreate/actions": "^1.5.7", - "@cocreate/crud-client": "^1.12.6", - "@cocreate/docs": "^1.3.13", - "@cocreate/elements": "^1.12.6", - "@cocreate/render": "^1.15.5", + "@cocreate/actions": "^1.5.8", + "@cocreate/crud-client": "^1.12.7", + "@cocreate/docs": "^1.3.14", + "@cocreate/elements": "^1.12.7", + "@cocreate/render": "^1.15.6", "mongodb": "^4.4.0" } }