Skip to content

Commit

Permalink
chore: upgrade more packages (#1848)
Browse files Browse the repository at this point in the history
- commander for @serialport/list
- bindings prebuilt and bindings
- docusaurus for the website
  • Loading branch information
reconbot committed May 2, 2019
1 parent d4f15c0 commit ec87f83
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions packages/bindings/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
"dependencies": {
"@serialport/binding-abstract": "^2.0.5",
"@serialport/parser-readline": "^2.0.2",
"bindings": "^1.3.0",
"bindings": "^1.5.0",
"debug": "^4.1.1",
"nan": "^2.13.2",
"prebuild-install": "^5.2.1"
"prebuild-install": "^5.3.0"
},
"devDependencies": {
"@serialport/binding-mock": "^2.0.5"
Expand Down
2 changes: 1 addition & 1 deletion packages/list/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"dependencies": {
"@serialport/bindings": "^2.0.8",
"commander": "^2.13.0"
"commander": "^2.20.0"
},
"engines": {
"node": ">=8.6.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"crowdin-download": "crowdin --config ../../crowdin.yaml download -b master"
},
"devDependencies": {
"docusaurus": "^1.6.0"
"docusaurus": "^1.8.3"
},
"version": null
"version": "0.0.0"
}

0 comments on commit ec87f83

Please sign in to comment.