Skip to content

Commit

Permalink
fix(deps): update dependency @serialport/bindings-cpp to v12
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 22, 2023
1 parent af824ef commit 72d8f02
Show file tree
Hide file tree
Showing 8 changed files with 36 additions and 93 deletions.
64 changes: 32 additions & 32 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.1",
"@serialport/bindings-cpp": "12.0.1",
"@tsconfig/node14": "1.0.3",
"@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.1",
"@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.1",
"@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.1",
"@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 72d8f02

Please sign in to comment.