Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dgreif committed Jul 29, 2023
1 parent caf5acd commit b39157e
Show file tree
Hide file tree
Showing 8 changed files with 1,110 additions and 1,191 deletions.
6 changes: 6 additions & 0 deletions .changeset/tidy-pumpkins-poke.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,253 changes: 1,083 additions & 1,170 deletions package-lock.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
},
"devDependencies": {
"@changesets/changelog-github": "^0.4.8",
"@changesets/cli": "^2.26.1",
"@swc-node/register": "^1.6.5",
"turbo": "^1.10.2"
"@changesets/cli": "^2.26.2",
"@swc-node/register": "^1.6.6",
"turbo": "^1.10.12"
},
"workspaces": [
"packages/*"
Expand Down
2 changes: 1 addition & 1 deletion packages/examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"lint": "eslint . --ext .ts"
},
"dependencies": {
"dotenv": "16.1.4",
"dotenv": "16.3.1",
"eslint-config-shared": "*",
"express": "4.18.2",
"ring-client-api": "11.7.7",
Expand Down
6 changes: 3 additions & 3 deletions packages/homebridge-ring/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@
"ring-client-api": "11.8.0"
},
"devDependencies": {
"concurrently": "^8.1.0",
"concurrently": "^8.2.0",
"eslint-config-shared": "*",
"homebridge": "1.6.1",
"homebridge-ui": "*",
"nodemon": "^2.0.22",
"nodemon": "^3.0.1",
"tsconfig": "*",
"typescript": "5.1.3"
"typescript": "5.1.6"
},
"engines": {
"node": "^16 || ^18 || ^20",
Expand Down
2 changes: 1 addition & 1 deletion packages/homebridge-ui/.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ module.exports = {
env: {
browser: true,
},
extends: ['shared', 'react-app', 'react-app/jest'],
extends: ['shared'],
}
10 changes: 5 additions & 5 deletions packages/homebridge-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@
"homepage": "./",
"devDependencies": {
"@homebridge/plugin-ui-utils": "0.0.19",
"@types/jest": "29.5.2",
"@types/node": "20.2.5",
"@types/react": "18.2.9",
"@types/react-dom": "18.2.4",
"@types/jest": "29.5.3",
"@types/node": "20.4.5",
"@types/react": "18.2.17",
"@types/react-dom": "18.2.7",
"eslint-config-shared": "*",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-scripts": "5.0.1",
"tsconfig": "*",
"typescript": "5.1.3"
"typescript": "5.1.6"
},
"scripts": {
"start": "BROWSER=none react-scripts start",
Expand Down
16 changes: 8 additions & 8 deletions packages/ring-client-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,27 +26,27 @@
"debug": "^4.3.4",
"got": "^11.8.5",
"json-bigint": "^1.0.0",
"msw": "^1.2.1",
"msw": "^1.2.3",
"rxjs": "^7.8.1",
"socket.io-client": "^2.5.0",
"systeminformation": "^5.18.2",
"systeminformation": "^5.18.10",
"uuid": "^9.0.0",
"webcrypto-core": "^1.7.7",
"werift": "0.18.3",
"werift": "0.18.5",
"ws": "^8.13.0"
},
"devDependencies": {
"@types/debug": "4.1.8",
"@types/jest": "29.5.2",
"@types/jest": "29.5.3",
"@types/json-bigint": "^1.0.1",
"@types/node": "20.2.5",
"@types/node": "20.4.5",
"@types/uuid": "9.0.2",
"@types/ws": "^8.5.5",
"eslint-config-shared": "*",
"jest": "29.5.0",
"ts-jest": "29.1.0",
"jest": "29.6.2",
"ts-jest": "29.1.1",
"tsconfig": "*",
"typescript": "5.1.3"
"typescript": "5.1.6"
},
"engines": {
"node": "^16 || ^18 || ^20"
Expand Down

0 comments on commit b39157e

Please sign in to comment.