From 0c136895ac3254bef581fa78e0d5fb0a456f47db Mon Sep 17 00:00:00 2001 From: Teppo Kurki Date: Sun, 22 Sep 2019 18:44:55 +0300 Subject: [PATCH] chore: serialport@7.1.5 for Node 12 compatibility Serialport 7.1.5 is supposed to be compatible with Node 12, so let's upgrade to that to skip the ugly compile fails that people experience with Node 12. We are not supporting officially Node 12 though. https://github.com/serialport/node-serialport/issues/1742#issuecomment-487292061 --- packages/streams/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/streams/package.json b/packages/streams/package.json index 1d2c2e71d..1d03afacf 100644 --- a/packages/streams/package.json +++ b/packages/streams/package.json @@ -35,6 +35,6 @@ "stream-throttle": "^0.1.3" }, "optionalDependencies": { - "serialport": "^7.0.2" + "serialport": "^7.1.5" } }