Skip to content

Commit

Permalink
fix: Update dependencies versions
Browse files Browse the repository at this point in the history
The dependencies versions have been updated to their latest stable releases.  The package.json file reflects these changes.
  • Loading branch information
frankpagan committed May 25, 2023
1 parent 8dbafd0 commit d3cad89
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@
},
"homepage": "https://cocreate.app/docs/CoCreate-socket-server",
"dependencies": {
"@cocreate/docs": "^1.7.11",
"@cocreate/uuid": "^1.4.10"
"@cocreate/docs": "^1.7.13",
"@cocreate/uuid": "^1.4.11"
},
"devDependencies": {
"express": "^4.17.1",
"ws": "7.5.9"
}
}
}

0 comments on commit d3cad89

Please sign in to comment.