Skip to content

Commit

Permalink
feat: Pin version numbers for all monorepo packages (#2275)
Browse files Browse the repository at this point in the history
The goal here (fixes #2270) is to ensure that you get a binding version that matches the serialport version. So if you downgrade serialport you'll get a downgraded bindings package too. This wont work retroactively but should help going forward.
  • Loading branch information
reconbot authored Jun 19, 2021
1 parent bcabff6 commit 4fbb973
Show file tree
Hide file tree
Showing 6 changed files with 279 additions and 211 deletions.
97 changes: 56 additions & 41 deletions packages/list/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/list/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"serialport-list": "./lib/index.js"
},
"dependencies": {
"@serialport/bindings": "^9.1.0",
"@serialport/bindings": "9.1.0",
"commander": "^7.1.0"
},
"engines": {
Expand Down
Loading

0 comments on commit 4fbb973

Please sign in to comment.