Skip to content

Commit

Permalink
feat: upgrade serialport/bindings-cpp (#2557)
Browse files Browse the repository at this point in the history
  • Loading branch information
reconbot committed Nov 17, 2022
1 parent 1a5a07b commit cbb344d
Show file tree
Hide file tree
Showing 10 changed files with 112 additions and 112 deletions.
60 changes: 30 additions & 30 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions 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": "10.7.0",
"@serialport/bindings-cpp": "10.8.0",
"@tsconfig/node12": "^1.0.9",
"@types/chai": "4.3.4",
"@types/chai-subset": "^1.3.3",
Expand All @@ -51,7 +51,7 @@
"prettier": "^2.4.1",
"proxyquire": "^2.1.3",
"sinon": "14.0.2",
"typescript": "^4.5.5"
"typescript": "4.9.3"
},
"funding": "https://opencollective.com/serialport/donate",
"changelog": {
Expand Down
46 changes: 23 additions & 23 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": "10.7.0",
"@serialport/bindings-cpp": "10.8.0",
"commander": "^9.0.0"
},
"engines": {
Expand Down
46 changes: 23 additions & 23 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": "10.7.0",
"@serialport/bindings-cpp": "10.8.0",
"@serialport/parser-byte-length": "10.3.0",
"@serialport/parser-cctalk": "10.3.0",
"@serialport/parser-delimiter": "10.3.0",
Expand Down

0 comments on commit cbb344d

Please sign in to comment.