Skip to content

Commit

Permalink
Merge 2800fee into 1eada99
Browse files Browse the repository at this point in the history
  • Loading branch information
gnought committed Dec 21, 2019
2 parents 1eada99 + 2800fee commit afcc02e
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,42 +67,42 @@
],
"license": "MIT",
"devDependencies": {
"@types/node": "^12.7.2",
"@typescript-eslint/eslint-plugin": "^2.0.0",
"@typescript-eslint/parser": "^2.0.0",
"@types/node": "^12.12.21",
"@typescript-eslint/eslint-plugin": "^2.12.0",
"@typescript-eslint/parser": "^2.12.0",
"compute-mode": "^1.0.0",
"concat-stream": "^2.0.0",
"convert-hrtime": "^3.0.0",
"coveralls": "^3.0.6",
"coveralls": "^3.0.9",
"duplexify": "^4.1.1",
"faucet": "0.0.1",
"license-checker": "^25.0.1",
"mqtt": "^3.0.0",
"mqtt-connection": "^4.0.0",
"nyc": "^14.1.1",
"nyc": "^15.0.0",
"pre-commit": "^1.2.2",
"snazzy": "^8.0.0",
"standard": "^14.0.2",
"tape": "^4.11.0",
"typescript": "^3.5.3",
"standard": "^14.3.1",
"tape": "^4.12.0",
"typescript": "^3.7.4",
"websocket-stream": "^5.5.0"
},
"dependencies": {
"aedes-packet": "^2.1.0",
"aedes-persistence": "^7.1.1",
"bulk-write-stream": "^2.0.0",
"end-of-stream": "^1.4.1",
"bulk-write-stream": "^2.0.1",
"end-of-stream": "^1.4.4",
"fastfall": "^1.5.1",
"fastparallel": "^2.3.0",
"fastseries": "^1.7.2",
"from2": "^2.3.0",
"mqemitter": "^3.0.0",
"mqtt-packet": "^6.2.1",
"proxy-protocol-js": "^4.0.2",
"mqtt-packet": "^6.3.0",
"proxy-protocol-js": "^4.0.3",
"pump": "^3.0.0",
"retimer": "^2.0.0",
"reusify": "^1.0.4",
"shortid": "^2.2.14",
"shortid": "^2.2.15",
"through2": "^3.0.1",
"uuid": "^3.3.3"
}
Expand Down

0 comments on commit afcc02e

Please sign in to comment.