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 4141b8b commit 4b60d15
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3,593 deletions.
20 changes: 8 additions & 12 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 @@ -60,12 +56,12 @@
"webpack-log": "^3.0.1"
},
"dependencies": {
"@cocreate/action": "^1.1.3",
"@cocreate/crud-client": "^1.0.6",
"@cocreate/docs": "^1.0.3",
"@cocreate/form": "^1.0.11",
"@cocreate/input": "^1.0.8",
"@cocreate/render": "^1.0.3",
"@cocreate/action": "latest",
"@cocreate/crud-client": "latest",
"@cocreate/docs": "latest",
"@cocreate/form": "latest",
"@cocreate/input": "latest",
"@cocreate/render": "latest",
"mini-css-extract-plugin": "^1.5.0"
}
}
Loading

0 comments on commit 4b60d15

Please sign in to comment.