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 61f2cf8 commit 6ef6783
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3,260 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-modal/issues"
},
"bugs": { "url": "https://github.com/CoCreate-app/CoCreate-modal/issues" },
"homepage": "https://cocreate.app/docs/modal",
"funding": {
"type": "GitHub Sponsors ❤",
Expand All @@ -61,11 +57,11 @@
"webpack-log": "^3.0.1"
},
"dependencies": {
"@cocreate/docs": "^1.0.3",
"@cocreate/message-client": "^1.0.0",
"@cocreate/observer": "^1.0.0",
"@cocreate/socket-client": "^1.0.4",
"@cocreate/utils": "^1.0.0",
"@cocreate/uuid": "^1.0.6"
"@cocreate/docs": "latest",
"@cocreate/message-client": "latest",
"@cocreate/observer": "latest",
"@cocreate/socket-client": "latest",
"@cocreate/utils": "latest",
"@cocreate/uuid": "latest"
}
}
Loading

0 comments on commit 6ef6783

Please sign in to comment.