Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Julusian committed Aug 9, 2024
1 parent 5acb77e commit 48b9fbd
Show file tree
Hide file tree
Showing 5 changed files with 628 additions and 794 deletions.
12 changes: 6 additions & 6 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.96",
"@types/node": "^16.18.105",
"copy-webpack-plugin": "^12.0.2",
"cross-env": "^7.0.3",
"lerna": "^8.1.2",
"rimraf": "^5.0.5",
"snyk-nodejs-lockfile-parser": "^1.53.2",
"lerna": "^8.1.8",
"rimraf": "^5.0.10",
"snyk-nodejs-lockfile-parser": "^1.58.7",
"ts-loader": "^9.5.1",
"ts-node": "^10.9.2",
"typescript": "~5.0.4",
"webpack": "^5.91.0",
"webpack": "^5.93.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.2"
},
Expand Down Expand Up @@ -46,5 +46,5 @@
"run lint:raw --fix"
]
},
"packageManager": "yarn@4.2.1"
"packageManager": "yarn@4.4.0"
}
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.2"
"tslib": "^2.6.3"
}
}
2 changes: 1 addition & 1 deletion packages/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@
"dependencies": {
"@loupedeck/core": "1.1.2",
"serialport": "^10.5.0",
"tslib": "^2.6.2"
"tslib": "^2.6.3"
}
}
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.2"
"tslib": "^2.6.3"
}
}
Loading

0 comments on commit 48b9fbd

Please sign in to comment.