Skip to content

Commit

Permalink
fix: dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kalinkrustev committed Mar 8, 2017
1 parent dd9f8b6 commit 103d345
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 @@ -2,30 +2,30 @@
"name": "ut-log",
"version": "5.8.0",
"dependencies": {
"bunyan": "1.8.5",
"bunyan": "1.8.8",
"bunyan-logstash": "0.3.4",
"bunyan-logstash-tcp": "0.3.4",
"bunyan-logstash-tcp": "0.3.5",
"gelf-stream": "1.1.1",
"lodash.assign": "4.2.0",
"lodash.clonedeepwith": "4.5.0",
"lodash.defaultsdeep": "4.6.0",
"readable-stream": "2.2.2",
"socket.io-client": "1.7.2",
"socket.io-client": "1.7.3",
"stream-file-archive": "1.1.3",
"winston": "2.3.0",
"winston": "2.3.1",
"fs-plus": "2.9.3"
},
"peerDependencies": {
"ut-bus": "~5.8.0"
"ut-bus": "~5.9.0"
},
"devDependencies": {
"ut-tools": "^5.10.8"
"ut-tools": "^5.13.5"
},
"optionalDependencies": {
"level-writestream": "0.1.3",
"levelup": "1.3.3",
"raven": "1.1.1",
"leveldown": "1.5.0"
"levelup": "1.3.5",
"raven": "1.1.4",
"leveldown": "1.6.0"
},
"description": "UT log module",
"scripts": {
Expand Down

0 comments on commit 103d345

Please sign in to comment.