From 88e727cd39c17b47ea74304c34f6bb92fcf219b6 Mon Sep 17 00:00:00 2001 From: Frank Pagan Date: Mon, 9 Jan 2023 19:25:55 +0000 Subject: [PATCH] fix: bump dependnecies --- package.json | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 2abae5f5..56e8bef4 100644 --- a/package.json +++ b/package.json @@ -22,18 +22,14 @@ "html5-framework", "javascript-framework" ], - "publishConfig": { - "access": "private" - }, + "publishConfig": { "access": "private" }, "author": "CoCreate LLC", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/CoCreate-app/CoCreate-admin.git" }, - "bugs": { - "url": "https://github.com/CoCreate-app/CoCreate-admin/issues" - }, + "bugs": { "url": "https://github.com/CoCreate-app/CoCreate-admin/issues" }, "homepage": "https://cocreate.app", "funding": { "type": "GitHub Sponsors ❤", @@ -56,8 +52,5 @@ "webpack-cli": "^4.5.0", "webpack-log": "^3.0.1" }, - "dependencies": { - "@cocreate/docs": "^1.5.4", - "@cocreate/hosting": "^1.7.4" - } + "dependencies": { "@cocreate/docs": "^1.5.5", "@cocreate/hosting": "^1.7.5" } }