Skip to content

Commit 4fbb973

Browse files
authored
feat: Pin version numbers for all monorepo packages (#2275)
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.
1 parent bcabff6 commit 4fbb973

File tree

6 files changed

+279
-211
lines changed

6 files changed

+279
-211
lines changed

packages/list/package-lock.json

Lines changed: 56 additions & 41 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/list/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"serialport-list": "./lib/index.js"
77
},
88
"dependencies": {
9-
"@serialport/bindings": "^9.1.0",
9+
"@serialport/bindings": "9.1.0",
1010
"commander": "^7.1.0"
1111
},
1212
"engines": {

0 commit comments

Comments
 (0)