Skip to content

Commit

Permalink
fix: bump @cocreate dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
frankpagan committed Sep 30, 2022
1 parent 45df751 commit c993165
Showing 1 changed file with 7 additions and 11 deletions.
18 changes: 7 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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 ❤",
Expand All @@ -61,11 +57,11 @@
"webpack-log": "^3.0.1"
},
"dependencies": {
"@cocreate/actions": "^1.5.4",
"@cocreate/crud-client": "^1.12.3",
"@cocreate/docs": "^1.3.10",
"@cocreate/elements": "^1.12.4",
"@cocreate/render": "^1.15.3",
"@cocreate/actions": "^1.5.5",
"@cocreate/crud-client": "^1.12.4",
"@cocreate/docs": "^1.3.11",
"@cocreate/elements": "^1.12.5",
"@cocreate/render": "^1.15.4",
"mongodb": "^4.4.0"
}
}

0 comments on commit c993165

Please sign in to comment.