Skip to content
This repository has been archived by the owner on Sep 4, 2020. It is now read-only.

Commit

Permalink
update some deps
Browse files Browse the repository at this point in the history
  • Loading branch information
adrai committed May 31, 2015
1 parent c09eb4b commit d87adff
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 9 deletions.
16 changes: 8 additions & 8 deletions package.json
Expand Up @@ -13,17 +13,17 @@
"util": "./util"
},
"dependencies": {
"async": "=0.9.0",
"debug": "=1.0.2",
"eventemitter2": "=0.4.13",
"lodash": "=2.4.1",
"node-uuid": "=1.4.1",
"tv4": "=1.0.18"
"async": "=1.0.0",
"debug": "=2.2.0",
"eventemitter2": "=0.4.14",
"lodash": "=3.9.3",
"node-uuid": "=1.4.3",
"tv4": "=1.1.9"
},
"optionalDependencies": {
"serialport": "=1.5.0",
"serialport": "=1.7.1",
"ftdi": "=1.1.0",
"usb-detection": "=1.0.3",
"usb-detection": "=1.1.0",
"pm-notify": "=1.0.2"
},
"devDependencies": {
Expand Down
5 changes: 4 additions & 1 deletion releasenotes.md
@@ -1,3 +1,6 @@
#### v1.10.11
- update some deps

#### v1.10.10
- added log fallback to [debug](https://github.com/visionmedia/debug)

Expand Down Expand Up @@ -118,4 +121,4 @@
EventedFtdiDeviceLoader

#### v1.4.0
- default serial device loaders uses the global serial device loader under the hood
- default serial device loaders uses the global serial device loader under the hood

0 comments on commit d87adff

Please sign in to comment.