diff --git a/package.json b/package.json index 730135e..bf879ae 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-modal/issues" - }, + "bugs": { "url": "https://github.com/CoCreate-app/CoCreate-modal/issues" }, "homepage": "https://cocreate.app/docs/modal", "funding": { "type": "GitHub Sponsors ❤", @@ -61,12 +57,12 @@ "webpack-log": "^3.0.1" }, "dependencies": { - "@cocreate/actions": "^1.5.10", - "@cocreate/crud-client": "^1.12.9", - "@cocreate/docs": "^1.3.16", - "@cocreate/message-client": "^1.1.83", - "@cocreate/observer": "^1.5.15", - "@cocreate/position": "^1.0.9", - "@cocreate/uuid": "^1.2.14" + "@cocreate/actions": "^1.5.11", + "@cocreate/crud-client": "^1.12.11", + "@cocreate/docs": "^1.3.17", + "@cocreate/message-client": "^1.1.85", + "@cocreate/observer": "^1.5.16", + "@cocreate/position": "^1.0.10", + "@cocreate/uuid": "^1.2.15" } }