Skip to content

Commit

Permalink
fix: Update CoCreate depndencies to latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
frankpagan committed Sep 18, 2023
1 parent 0fc81d1 commit 868d4ca
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,13 @@
"webpack-log": "^3.0.1"
},
"dependencies": {
"@cocreate/actions": "^1.11.0",
"@cocreate/crud-client": "^1.24.0",
"@cocreate/element-prototype": "^1.11.0",
"@cocreate/local-storage": "^1.10.0",
"@cocreate/message-client": "^1.6.0",
"@cocreate/observer": "^1.11.0",
"@cocreate/position": "^1.6.0",
"@cocreate/uuid": "^1.7.0"
"@cocreate/actions": "^1.11.1",
"@cocreate/crud-client": "^1.25.0",
"@cocreate/element-prototype": "^1.11.1",
"@cocreate/local-storage": "^1.10.1",
"@cocreate/message-client": "^1.6.1",
"@cocreate/observer": "^1.11.1",
"@cocreate/position": "^1.6.1",
"@cocreate/uuid": "^1.7.1"
}
}
}

0 comments on commit 868d4ca

Please sign in to comment.