diff --git a/package.json b/package.json index 4b47d02..4f3db15 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-select/issues" - }, + "bugs": { "url": "https://github.com/CoCreate-app/CoCreate-select/issues" }, "homepage": "https://cocreate.app/docs/select", "funding": { "type": "GitHub Sponsors ❤", @@ -61,9 +57,9 @@ "webpack-log": "^3.0.1" }, "dependencies": { - "@cocreate/crud-client": "^1.15.6", - "@cocreate/docs": "^1.4.7", - "@cocreate/message-client": "^1.1.98", - "@cocreate/observer": "^1.5.30" + "@cocreate/crud-client": "^1.15.8", + "@cocreate/docs": "^1.4.8", + "@cocreate/message-client": "^1.1.99", + "@cocreate/observer": "^1.5.31" } }