Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dgreif committed Feb 25, 2023
1 parent 4d4eb91 commit 0fa5a87
Show file tree
Hide file tree
Showing 8 changed files with 1,321 additions and 1,515 deletions.
6 changes: 6 additions & 0 deletions .changeset/four-dodos-judge.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'homebridge-ring': patch
'ring-client-api': patch
---

Update dependencies
2,779 changes: 1,291 additions & 1,488 deletions package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
"devDependencies": {
"@changesets/changelog-github": "^0.4.8",
"@changesets/cli": "^2.26.0",
"@swc-node/register": "^1.5.4",
"turbo": "^1.6.3"
"@swc-node/register": "^1.6.2",
"turbo": "^1.8.2"
},
"workspaces": [
"packages/*"
Expand Down
10 changes: 5 additions & 5 deletions packages/eslint-config-shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
"version": "0.0.0",
"main": "eslint-config-shared.js",
"dependencies": {
"@typescript-eslint/eslint-plugin": "5.47.0",
"@typescript-eslint/parser": "5.47.0",
"eslint": "8.30.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-jest": "27.1.7",
"@typescript-eslint/eslint-plugin": "5.53.0",
"@typescript-eslint/parser": "5.53.0",
"eslint": "8.34.0",
"eslint-config-prettier": "8.6.0",
"eslint-plugin-jest": "27.2.1",
"eslint-plugin-prettier": "4.2.1",
"tsconfig": "0.0.0"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"dotenv": "16.0.3",
"eslint-config-shared": "0.0.0",
"express": "4.18.2",
"rimraf": "^3.0.2",
"rimraf": "^4.1.2",
"ring-client-api": "11.7.1",
"tsconfig": "0.0.0"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/homebridge-ring/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"homebridge-ui": "0.0.0",
"nodemon": "^2.0.20",
"tsconfig": "0.0.0",
"typescript": "4.9.4"
"typescript": "4.9.5"
},
"engines": {
"node": "^16 || ^18",
Expand Down
13 changes: 5 additions & 8 deletions packages/homebridge-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,16 @@
"homepage": "./",
"devDependencies": {
"@homebridge/plugin-ui-utils": "0.0.19",
"@testing-library/jest-dom": "5.16.5",
"@testing-library/react": "13.4.0",
"@testing-library/user-event": "14.4.3",
"@types/jest": "29.2.4",
"@types/node": "18.11.17",
"@types/react": "18.0.26",
"@types/react-dom": "18.0.10",
"@types/jest": "29.4.0",
"@types/node": "18.14.1",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"eslint-config-shared": "0.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-scripts": "5.0.1",
"tsconfig": "0.0.0",
"typescript": "4.9.4"
"typescript": "4.9.5"
},
"scripts": {
"start": "BROWSER=none react-scripts start",
Expand Down
20 changes: 10 additions & 10 deletions packages/ring-client-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,28 +19,28 @@
"dependencies": {
"@eneris/push-receiver": "^3.1.4",
"@homebridge/camera-utils": "^2.2.0",
"werift": "0.17.5",
"werift": "0.18.1",
"@types/socket.io-client": "1.4.36",
"colors": "1.4.0",
"debug": "^4.3.4",
"got": "^11.8.5",
"rxjs": "^7.8.0",
"socket.io-client": "^2.5.0",
"systeminformation": "^5.16.9",
"systeminformation": "^5.17.10",
"uuid": "^9.0.0",
"ws": "^8.11.0"
"ws": "^8.12.1"
},
"devDependencies": {
"@types/debug": "4.1.7",
"@types/jest": "29.2.4",
"@types/node": "18.11.17",
"@types/uuid": "9.0.0",
"@types/ws": "^8.5.3",
"@types/jest": "29.4.0",
"@types/node": "18.14.1",
"@types/uuid": "9.0.1",
"@types/ws": "^8.5.4",
"eslint-config-shared": "0.0.0",
"jest": "29.3.1",
"ts-jest": "29.0.3",
"jest": "29.4.3",
"ts-jest": "29.0.5",
"tsconfig": "0.0.0",
"typescript": "4.9.4"
"typescript": "4.9.5"
},
"engines": {
"node": "^16 || ^18"
Expand Down

0 comments on commit 0fa5a87

Please # to comment.