Skip to content

Commit

Permalink
fix: bump @cocreate dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Frank Pagan committed Apr 11, 2023
1 parent d273542 commit 03a0fc3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion CoCreate.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module.exports = {
"config": {
"apiKey": "2061acef-0451-4545-f754-60cf8160",
"organization_id": "5ff747727005da1c272740ab",
"apiKey": "2061acef-0451-4545-f754-60cf8160",
"host": "general.cocreate.app"
},
"sources": [
Expand Down
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,14 +60,14 @@
"webpack-log": "^3.0.1"
},
"dependencies": {
"@cocreate/actions": "^1.6.2",
"@cocreate/crud-client": "^1.19.2",
"@cocreate/docs": "^1.6.2",
"@cocreate/element-prototype": "^1.6.2",
"@cocreate/local-storage": "^1.5.2",
"@cocreate/message-client": "^1.2.2",
"@cocreate/observer": "^1.6.2",
"@cocreate/position": "^1.2.2",
"@cocreate/uuid": "^1.3.2"
"@cocreate/actions": "^1.6.4",
"@cocreate/crud-client": "^1.19.4",
"@cocreate/docs": "^1.6.4",
"@cocreate/element-prototype": "^1.6.4",
"@cocreate/local-storage": "^1.5.4",
"@cocreate/message-client": "^1.2.4",
"@cocreate/observer": "^1.6.4",
"@cocreate/position": "^1.2.4",
"@cocreate/uuid": "^1.3.4"
}
}
}

0 comments on commit 03a0fc3

Please sign in to comment.