Skip to content

Commit

Permalink
Revert "fix(deps): update dependency @serialport/bindings-cpp to v12 (#…
Browse files Browse the repository at this point in the history
…2660)"

This reverts commit bfd9bad.
  • Loading branch information
reconbot authored Jul 23, 2023
1 parent bfd9bad commit 4e1ee3e
Show file tree
Hide file tree
Showing 8 changed files with 77 additions and 20 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": "12.0.1",
"@serialport/bindings-cpp": "11.0.3",
"@tsconfig/node14": "14.1.0",
"@types/chai": "4.3.5",
"@types/chai-subset": "1.3.3",
Expand Down
19 changes: 19 additions & 0 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": "12.0.1",
"@serialport/bindings-cpp": "11.0.3",
"commander": "10.0.1"
},
"engines": {
Expand Down
19 changes: 19 additions & 0 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": "12.0.1",
"@serialport/bindings-cpp": "11.0.3",
"@serialport/parser-byte-length": "11.0.0",
"@serialport/parser-cctalk": "11.0.0",
"@serialport/parser-delimiter": "11.0.0",
Expand Down
19 changes: 19 additions & 0 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": "12.0.1",
"@serialport/bindings-cpp": "11.0.3",
"@serialport/stream": "11.0.0",
"commander": "10.0.1",
"enquirer": "2.3.6"
Expand Down

0 comments on commit 4e1ee3e

Please sign in to comment.