From f711142bea5e104c96d04fb06a2dc4db94b41a7b Mon Sep 17 00:00:00 2001 From: Frank Pagan Date: Mon, 21 Nov 2022 14:24:14 +0000 Subject: [PATCH] fix: bump d@cocreate ependencies --- package.json | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index f723285..ff2d0db 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-position/issues" - }, + "bugs": { "url": "https://github.com/CoCreate-app/CoCreate-position/issues" }, "homepage": "https://cocreate.app/docs/position", "funding": { "type": "GitHub Sponsors ❤", @@ -61,7 +57,7 @@ "webpack-log": "^3.0.1" }, "dependencies": { - "@cocreate/docs": "^1.3.17", - "@cocreate/observer": "^1.5.16" + "@cocreate/docs": "^1.3.20", + "@cocreate/observer": "^1.5.18" } }