Skip to content

Commit

Permalink
fix: replace shortid with hyperid #565 (#568)
Browse files Browse the repository at this point in the history
mqtt-packet                         ^6.6.0  →     ^6.7.0
 @types/node                       ^14.14.6  →  ^14.14.10
 @typescript-eslint/eslint-plugin    ^4.6.0  →     ^4.9.0
 @typescript-eslint/parser           ^4.6.0  →     ^4.9.0
 mqtt                                ^4.2.4  →     ^4.2.6
 release-it                         ^14.2.1  →    ^14.2.2
 standard                           ^16.0.1  →    ^16.0.3
 tap                               ^14.10.8  →   ^14.11.0
 typescript                          ^4.0.5  →     ^4.1.2
  • Loading branch information
robertsLando authored Dec 7, 2020
1 parent 831048b commit b682531
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 @@ -88,22 +88,22 @@
"license": "MIT",
"devDependencies": {
"@sinonjs/fake-timers": "^6.0.1",
"@types/node": "^14.14.6",
"@typescript-eslint/eslint-plugin": "^4.6.0",
"@typescript-eslint/parser": "^4.6.0",
"@types/node": "^14.14.10",
"@typescript-eslint/eslint-plugin": "^4.9.0",
"@typescript-eslint/parser": "^4.9.0",
"concat-stream": "^2.0.0",
"duplexify": "^4.1.1",
"license-checker": "^25.0.1",
"markdownlint-cli": "^0.25.0",
"mqtt": "^4.2.4",
"mqtt": "^4.2.6",
"mqtt-connection": "^4.0.0",
"pre-commit": "^1.2.2",
"proxyquire": "^2.1.3",
"release-it": "^14.2.1",
"release-it": "^14.2.2",
"snazzy": "^9.0.0",
"standard": "^16.0.1",
"tap": "^14.10.8",
"typescript": "^4.0.5",
"standard": "^16.0.3",
"tap": "^14.11.0",
"typescript": "^4.1.2",
"websocket-stream": "^5.5.2"
},
"dependencies": {
Expand All @@ -116,7 +116,7 @@
"fastseries": "^2.0.0",
"hyperid": "^2.0.5",
"mqemitter": "^4.4.0",
"mqtt-packet": "^6.6.0",
"mqtt-packet": "^6.7.0",
"readable-stream": "^3.6.0",
"retimer": "^2.0.0",
"reusify": "^1.0.4",
Expand Down

1 comment on commit b682531

@robertsLando
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be chore(deps): bumped deps but for some reason github took the wrong commit name 🤷‍♂️

Please sign in to comment.