0.4.1 update deps
parent
aeae1df3fa
commit
9eeb5e29a2
10
package.json
10
package.json
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@uci/websocket",
|
||||
"version": "0.4.0",
|
||||
"version": "0.4.1",
|
||||
"description": "JSON packet host websocket server",
|
||||
"main": "src",
|
||||
"scripts": {
|
||||
|
@ -33,16 +33,16 @@
|
|||
"chai": "^4.2.0",
|
||||
"chai-as-promised": "^7.1.1",
|
||||
"esm": "^3.2.25",
|
||||
"mocha": "^7.1.0",
|
||||
"nodemon": "^2.0.2"
|
||||
"mocha": "^8.0.1",
|
||||
"nodemon": "^2.0.4"
|
||||
},
|
||||
"dependencies": {
|
||||
"@uci-utils/logger": "0.0.16",
|
||||
"@uci-utils/logger": "0.0.18",
|
||||
"await-to-js": "^2.1.1",
|
||||
"better-try-catch": "^0.6.2",
|
||||
"clone": "^2.1.2",
|
||||
"death": "^1.1.0",
|
||||
"p-reflect": "^2.1.0",
|
||||
"ws": "^7.2.3"
|
||||
"ws": "^7.3.1"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue