Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Julusian committed Jul 30, 2022
1 parent fa52f4a commit 615db0c
Show file tree
Hide file tree
Showing 5 changed files with 996 additions and 902 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,13 @@
"@sofie-automation/code-standard-preset": "~1.0",
"@types/jest": "^26.0.20",
"cross-env": "^7.0.3",
"glob": "^7.1.6",
"jest": "^26.6.3",
"lerna": "^4.0.0",
"rimraf": "^3.0.2",
"ts-jest": "^26.5.6",
"typescript": "~4.5",
"webpack": "^5.72.0",
"webpack-cli": "^4.9.2",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^3.11.2"
},
"prettier": "@sofie-automation/code-standard-preset/.prettierrc.json",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"build:main": "tsc -p tsconfig.json"
},
"dependencies": {
"tslib": "^2.3.1"
"tslib": "^2.4.0"
},
"prettier": "@sofie-automation/code-standard-preset/.prettierrc.json",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/node-record-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"dependencies": {
"@xkeys-lib/core": "2.3.4",
"readline": "^1.3.0",
"tslib": "^2.3.1",
"tslib": "^2.4.0",
"xkeys": "2.3.4"
},
"optionalDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@types/node-hid": "^1.3.1",
"@xkeys-lib/core": "2.3.4",
"node-hid": "^2.1.1",
"tslib": "^2.3.1"
"tslib": "^2.4.0"
},
"optionalDependencies": {
"usb-detection": "^4.14.1"
Expand Down
Loading

0 comments on commit 615db0c

Please sign in to comment.