Skip to content

Commit

Permalink
fix: update packages to latest version. This commit updates various p…
Browse files Browse the repository at this point in the history
…ackages in the dependencies section of the package.json file to their latest published versions, thereby fixing multiple bugs and improving overall performance.
  • Loading branch information
frankpagan committed May 19, 2023
1 parent 18262e1 commit 3502d86
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@
"webpack-log": "^3.0.1"
},
"dependencies": {
"@cocreate/crud-client": "^1.20.4",
"@cocreate/local-storage": "^1.6.8",
"@cocreate/message-client": "^1.3.6",
"@cocreate/utils": "^1.20.6"
"@cocreate/crud-client": "^1.21.1",
"@cocreate/local-storage": "^1.7.1",
"@cocreate/message-client": "^1.3.8",
"@cocreate/utils": "^1.20.8"
}
}
}

0 comments on commit 3502d86

Please sign in to comment.