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 88f3b2b commit 937ebce
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 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
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,11 @@
"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/render": "^1.22.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/render": "^1.22.5"
}
}
}

0 comments on commit 937ebce

Please sign in to comment.