From fcdba599f5b5dde14f98c5b687d4e0c8de8299b9 Mon Sep 17 00:00:00 2001 From: Frank Pagan Date: Tue, 10 Jan 2023 15:55:07 +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 8e168c5..7b65cfd 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,10 +56,10 @@ "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/render": "^1.19.2" + "@cocreate/actions": "^1.5.52", + "@cocreate/crud-client": "^1.17.15", + "@cocreate/docs": "^1.5.6", + "@cocreate/element-prototype": "^1.4.0", + "@cocreate/render": "^1.20.0" } }