Skip to content

Commit

Permalink
fix: update all @cocreate to use latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
zeitamin committed Jun 24, 2021
1 parent 2909db8 commit 66e8561
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3,284 deletions.
20 changes: 8 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,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 @@ -37,9 +35,7 @@
},
"author": "CoCreate LLC",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/CoCreate-app/CoCreate-api/issues"
},
"bugs": { "url": "https://github.com/CoCreate-app/CoCreate-api/issues" },
"homepage": "https://cocreate.app/docs/api",
"funding": {
"type": "GitHub Sponsors ❤",
Expand All @@ -61,12 +57,12 @@
"webpack-log": "^3.0.1"
},
"dependencies": {
"@cocreate/action": "^1.1.1",
"@cocreate/crud-client": "^1.0.5",
"@cocreate/docs": "^1.0.3",
"@cocreate/hosting": "^1.0.0",
"@cocreate/render": "^1.0.2",
"@cocreate/socket-client": "^1.0.9",
"@cocreate/action": "latest",
"@cocreate/crud-client": "latest",
"@cocreate/docs": "latest",
"@cocreate/hosting": "latest",
"@cocreate/render": "latest",
"@cocreate/socket-client": "latest",
"mini-css-extract-plugin": "^1.5.0"
}
}
Loading

0 comments on commit 66e8561

Please sign in to comment.