Skip to content

Commit

Permalink
chore(deps): update dependency typescript to v5.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 10, 2024
1 parent 57c040c commit fcd3f0c
Show file tree
Hide file tree
Showing 16 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -52,7 +52,7 @@
"nyc": "15.1.0",
"prettier": "3.0.3",
"sinon": "17.0.2",
"typescript": "5.2.2"
"typescript": "5.4.5"
},
"funding": "https://opencollective.com/serialport/donate",
"changelog": {
Expand Down
2 changes: 1 addition & 1 deletion packages/list/package.json
Expand Up @@ -26,6 +26,6 @@
},
"funding": "https://opencollective.com/serialport/donate",
"devDependencies": {
"typescript": "5.2.2"
"typescript": "5.4.5"
}
}
2 changes: 1 addition & 1 deletion packages/parser-byte-length/package.json
Expand Up @@ -19,6 +19,6 @@
},
"funding": "https://opencollective.com/serialport/donate",
"devDependencies": {
"typescript": "5.2.2"
"typescript": "5.4.5"
}
}
2 changes: 1 addition & 1 deletion packages/parser-cctalk/package.json
Expand Up @@ -19,6 +19,6 @@
},
"funding": "https://opencollective.com/serialport/donate",
"devDependencies": {
"typescript": "5.2.2"
"typescript": "5.4.5"
}
}
2 changes: 1 addition & 1 deletion packages/parser-delimiter/package.json
Expand Up @@ -19,6 +19,6 @@
},
"funding": "https://opencollective.com/serialport/donate",
"devDependencies": {
"typescript": "5.2.2"
"typescript": "5.4.5"
}
}
2 changes: 1 addition & 1 deletion packages/parser-inter-byte-timeout/package.json
Expand Up @@ -19,6 +19,6 @@
},
"funding": "https://opencollective.com/serialport/donate",
"devDependencies": {
"typescript": "5.2.2"
"typescript": "5.4.5"
}
}
2 changes: 1 addition & 1 deletion packages/parser-packet-length/package.json
Expand Up @@ -18,6 +18,6 @@
"url": "git://github.com/serialport/node-serialport.git"
},
"devDependencies": {
"typescript": "5.2.2"
"typescript": "5.4.5"
}
}
2 changes: 1 addition & 1 deletion packages/parser-readline/package.json
Expand Up @@ -22,6 +22,6 @@
},
"funding": "https://opencollective.com/serialport/donate",
"devDependencies": {
"typescript": "5.2.2"
"typescript": "5.4.5"
}
}
2 changes: 1 addition & 1 deletion packages/parser-ready/package.json
Expand Up @@ -19,6 +19,6 @@
},
"funding": "https://opencollective.com/serialport/donate",
"devDependencies": {
"typescript": "5.2.2"
"typescript": "5.4.5"
}
}
2 changes: 1 addition & 1 deletion packages/parser-regex/package.json
Expand Up @@ -19,6 +19,6 @@
},
"funding": "https://opencollective.com/serialport/donate",
"devDependencies": {
"typescript": "5.2.2"
"typescript": "5.4.5"
}
}
2 changes: 1 addition & 1 deletion packages/parser-slip-encoder/package.json
Expand Up @@ -19,6 +19,6 @@
},
"funding": "https://opencollective.com/serialport/donate",
"devDependencies": {
"typescript": "5.2.2"
"typescript": "5.4.5"
}
}
2 changes: 1 addition & 1 deletion packages/parser-spacepacket/package.json
Expand Up @@ -19,6 +19,6 @@
},
"funding": "https://opencollective.com/serialport/donate",
"devDependencies": {
"typescript": "5.2.2"
"typescript": "5.4.5"
}
}
2 changes: 1 addition & 1 deletion packages/repl/package.json
Expand Up @@ -26,6 +26,6 @@
},
"funding": "https://opencollective.com/serialport/donate",
"devDependencies": {
"typescript": "5.2.2"
"typescript": "5.4.5"
}
}
2 changes: 1 addition & 1 deletion packages/serialport/package.json
Expand Up @@ -72,6 +72,6 @@
"funding": "https://opencollective.com/serialport/donate",
"preferUnplugged": false,
"devDependencies": {
"typescript": "5.2.2"
"typescript": "5.4.5"
}
}
2 changes: 1 addition & 1 deletion packages/stream/package.json
Expand Up @@ -12,7 +12,7 @@
},
"devDependencies": {
"@serialport/binding-mock": "^10.2.2",
"typescript": "5.2.2"
"typescript": "5.4.5"
},
"engines": {
"node": ">=12.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/terminal/package.json
Expand Up @@ -28,6 +28,6 @@
},
"funding": "https://opencollective.com/serialport/donate",
"devDependencies": {
"typescript": "5.2.2"
"typescript": "5.4.5"
}
}

0 comments on commit fcd3f0c

Please sign in to comment.