Skip to content

Commit 9e5419d

Browse files
committed
UPD(package.json): rhea version and update other deps
1 parent 64133a3 commit 9e5419d

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "cli-rhea",
3-
"version": "2.6.3",
4-
"description": "Client interface built on amqp/rhea lib",
2+
"name": "cli-rhea3",
3+
"version": "3.0.0",
4+
"description": "Client interface built on amqp/rhea lib 3.x",
55
"scripts": {
66
"test": "mocha test/*Test.js",
77
"browserify": "browserify --ignore ws -r .:cli-rhea -o ./dist/cli-rhea.js",
@@ -18,10 +18,10 @@
1818
"cli-rhea-connector": "bin/connector-client.js"
1919
},
2020
"dependencies": {
21-
"rhea": "^1.0.19",
22-
"string-format-js": "",
23-
"ws": "^5.0.0",
24-
"yargs": "7.1.0"
21+
"rhea": "^3.0.0",
22+
"string-format-js": "^1.0.0",
23+
"ws": "^8.12.1",
24+
"yargs": "^17.7.0"
2525
},
2626
"keywords": [
2727
"rhea",

0 commit comments

Comments
 (0)