Skip to content

Commit

Permalink
fix: bump d@cocreate ependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
frankpagan committed Nov 21, 2022
1 parent 37a40e4 commit ee0e697
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 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.12",
"@cocreate/crud-client": "^1.12.12",
"@cocreate/docs": "^1.3.18",
"@cocreate/actions": "^1.5.13",
"@cocreate/crud-client": "^1.13.0",
"@cocreate/docs": "^1.3.20",
"@cocreate/element-prototype": "^1.0.0",
"@cocreate/render": "^1.15.10",
"@cocreate/render": "^1.16.1",
"mongodb": "^4.4.0"
}
}

0 comments on commit ee0e697

Please sign in to comment.