Skip to content

Commit

Permalink
fix(deps): update dependency @serialport/bindings-cpp to v13
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 23, 2024
1 parent d67e254 commit a047845
Show file tree
Hide file tree
Showing 5 changed files with 42 additions and 33 deletions.
67 changes: 38 additions & 29 deletions 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"packages/*"
],
"devDependencies": {
"@serialport/bindings-cpp": "12.0.1",
"@serialport/bindings-cpp": "13.0.0",
"@tsconfig/node18": "18.2.1",
"@types/chai": "5.0.1",
"@types/chai-subset": "1.3.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 @@ -10,7 +10,7 @@
"build": "tsc --build tsconfig-build.json"
},
"dependencies": {
"@serialport/bindings-cpp": "12.0.1",
"@serialport/bindings-cpp": "13.0.0",
"commander": "11.0.0"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/serialport/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
],
"dependencies": {
"@serialport/binding-mock": "10.2.2",
"@serialport/bindings-cpp": "12.0.1",
"@serialport/bindings-cpp": "13.0.0",
"@serialport/parser-byte-length": "12.0.0",
"@serialport/parser-cctalk": "12.0.0",
"@serialport/parser-delimiter": "12.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/terminal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"serialport-terminal": "./dist/index.js"
},
"dependencies": {
"@serialport/bindings-cpp": "12.0.1",
"@serialport/bindings-cpp": "13.0.0",
"@serialport/stream": "12.0.0",
"commander": "11.0.0",
"enquirer": "2.4.1"
Expand Down

0 comments on commit a047845

Please sign in to comment.