Skip to content

Commit

Permalink
chore(deps): update dependency typescript to v5.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Nov 20, 2023
1 parent 2550cea commit e1c73ad
Show file tree
Hide file tree
Showing 17 changed files with 35 additions and 34 deletions.
37 changes: 19 additions & 18 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 @@ -52,7 +52,7 @@
"nyc": "15.1.0",
"prettier": "3.0.3",
"sinon": "17.0.1",
"typescript": "5.2.2"
"typescript": "5.3.2"
},
"funding": "https://opencollective.com/serialport/donate",
"changelog": {
Expand Down
2 changes: 1 addition & 1 deletion packages/list/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@
},
"funding": "https://opencollective.com/serialport/donate",
"devDependencies": {
"typescript": "5.2.2"
"typescript": "5.3.2"
}
}
2 changes: 1 addition & 1 deletion packages/parser-byte-length/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
},
"funding": "https://opencollective.com/serialport/donate",
"devDependencies": {
"typescript": "5.2.2"
"typescript": "5.3.2"
}
}
2 changes: 1 addition & 1 deletion packages/parser-cctalk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
},
"funding": "https://opencollective.com/serialport/donate",
"devDependencies": {
"typescript": "5.2.2"
"typescript": "5.3.2"
}
}
2 changes: 1 addition & 1 deletion packages/parser-delimiter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
},
"funding": "https://opencollective.com/serialport/donate",
"devDependencies": {
"typescript": "5.2.2"
"typescript": "5.3.2"
}
}
2 changes: 1 addition & 1 deletion packages/parser-inter-byte-timeout/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
},
"funding": "https://opencollective.com/serialport/donate",
"devDependencies": {
"typescript": "5.2.2"
"typescript": "5.3.2"
}
}
2 changes: 1 addition & 1 deletion packages/parser-packet-length/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
"url": "git://github.com/serialport/node-serialport.git"
},
"devDependencies": {
"typescript": "5.2.2"
"typescript": "5.3.2"
}
}
2 changes: 1 addition & 1 deletion packages/parser-readline/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
},
"funding": "https://opencollective.com/serialport/donate",
"devDependencies": {
"typescript": "5.2.2"
"typescript": "5.3.2"
}
}
2 changes: 1 addition & 1 deletion packages/parser-ready/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
},
"funding": "https://opencollective.com/serialport/donate",
"devDependencies": {
"typescript": "5.2.2"
"typescript": "5.3.2"
}
}
2 changes: 1 addition & 1 deletion packages/parser-regex/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
},
"funding": "https://opencollective.com/serialport/donate",
"devDependencies": {
"typescript": "5.2.2"
"typescript": "5.3.2"
}
}
2 changes: 1 addition & 1 deletion packages/parser-slip-encoder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
},
"funding": "https://opencollective.com/serialport/donate",
"devDependencies": {
"typescript": "5.2.2"
"typescript": "5.3.2"
}
}
2 changes: 1 addition & 1 deletion packages/parser-spacepacket/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
},
"funding": "https://opencollective.com/serialport/donate",
"devDependencies": {
"typescript": "5.2.2"
"typescript": "5.3.2"
}
}
2 changes: 1 addition & 1 deletion packages/repl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@
},
"funding": "https://opencollective.com/serialport/donate",
"devDependencies": {
"typescript": "5.2.2"
"typescript": "5.3.2"
}
}
2 changes: 1 addition & 1 deletion packages/serialport/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,6 @@
"funding": "https://opencollective.com/serialport/donate",
"preferUnplugged": false,
"devDependencies": {
"typescript": "5.2.2"
"typescript": "5.3.2"
}
}
2 changes: 1 addition & 1 deletion packages/stream/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"devDependencies": {
"@serialport/binding-mock": "^10.2.2",
"typescript": "5.2.2"
"typescript": "5.3.2"
},
"engines": {
"node": ">=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 @@ -28,6 +28,6 @@
},
"funding": "https://opencollective.com/serialport/donate",
"devDependencies": {
"typescript": "5.2.2"
"typescript": "5.3.2"
}
}

0 comments on commit e1c73ad

Please sign in to comment.