Skip to content

Commit

Permalink
feat: update serialport library
Browse files Browse the repository at this point in the history
  • Loading branch information
Julusian committed Sep 9, 2024
1 parent ebcf618 commit 3ec3d18
Show file tree
Hide file tree
Showing 5 changed files with 123 additions and 107 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@
],
"devDependencies": {
"@sofie-automation/code-standard-preset": "^2.5.2",
"@types/node": "^16.18.105",
"@types/node": "^16.18.108",
"copy-webpack-plugin": "^12.0.2",
"cross-env": "^7.0.3",
"lerna": "^8.1.8",
"rimraf": "^5.0.10",
"snyk-nodejs-lockfile-parser": "^1.58.7",
"snyk-nodejs-lockfile-parser": "^1.58.12",
"ts-loader": "^9.5.1",
"ts-node": "^10.9.2",
"typescript": "~5.0.4",
"webpack": "^5.93.0",
"webpack": "^5.94.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@
"dependencies": {
"eventemitter3": "^4.0.7",
"p-queue": "^6.6.2",
"tslib": "^2.6.3"
"tslib": "^2.7.0"
}
}
4 changes: 2 additions & 2 deletions packages/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
},
"dependencies": {
"@loupedeck/core": "1.1.2",
"serialport": "^10.5.0",
"tslib": "^2.6.3"
"serialport": "^12.0.0",
"tslib": "^2.7.0"
}
}
2 changes: 1 addition & 1 deletion packages/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@
"dependencies": {
"@loupedeck/core": "1.1.2",
"@types/w3c-web-serial": "^1.0.6",
"tslib": "^2.6.3"
"tslib": "^2.7.0"
}
}
Loading

0 comments on commit 3ec3d18

Please sign in to comment.