Skip to content

Commit

Permalink
fix(deps): update dependency @serialport/bindings-cpp to v12 (#2660)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jul 23, 2023
1 parent dcc0b74 commit bfd9bad
Show file tree
Hide file tree
Showing 8 changed files with 20 additions and 77 deletions.
32 changes: 16 additions & 16 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 @@ -24,7 +24,7 @@
"url": "git://github.com/serialport/node-serialport.git"
},
"devDependencies": {
"@serialport/bindings-cpp": "11.0.3",
"@serialport/bindings-cpp": "12.0.1",
"@tsconfig/node14": "14.1.0",
"@types/chai": "4.3.5",
"@types/chai-subset": "1.3.3",
Expand Down
19 changes: 0 additions & 19 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 @@ -10,7 +10,7 @@
"build": "tsc --build tsconfig-build.json"
},
"dependencies": {
"@serialport/bindings-cpp": "11.0.3",
"@serialport/bindings-cpp": "12.0.1",
"commander": "10.0.1"
},
"engines": {
Expand Down
19 changes: 0 additions & 19 deletions packages/serialport/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/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": "11.0.3",
"@serialport/bindings-cpp": "12.0.1",
"@serialport/parser-byte-length": "11.0.0",
"@serialport/parser-cctalk": "11.0.0",
"@serialport/parser-delimiter": "11.0.0",
Expand Down
19 changes: 0 additions & 19 deletions packages/terminal/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/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": "11.0.3",
"@serialport/bindings-cpp": "12.0.1",
"@serialport/stream": "11.0.0",
"commander": "10.0.1",
"enquirer": "2.3.6"
Expand Down

0 comments on commit bfd9bad

Please sign in to comment.