Skip to content

Commit

Permalink
Merge branch 'beta' into tsightler-fcmv1
Browse files Browse the repository at this point in the history
  • Loading branch information
dgreif committed Jun 21, 2024
2 parents 47c079f + dcdd90f commit e72ddc6
Show file tree
Hide file tree
Showing 9 changed files with 1,922 additions and 1,908 deletions.
6 changes: 6 additions & 0 deletions .changeset/green-cheetahs-deliver.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'homebridge-ring': patch
'ring-client-api': patch
---

Updated dependencies
12 changes: 12 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"mode": "pre",
"tag": "beta",
"initialVersions": {
"eslint-config-shared": "0.0.0-dev",
"examples": "0.0.0-dev",
"homebridge-ring": "12.1.1",
"ring-client-api": "12.1.1",
"tsconfig": "0.0.0-dev"
},
"changesets": []
}
3,744 changes: 1,869 additions & 1,875 deletions package-lock.json

Large diffs are not rendered by default.

11 changes: 6 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"private": true,
"scripts": {
"build": "turbo run build",
"dev": "npm run build && turbo run dev --parallel",
"dev": "turbo run dev --parallel",
"test": "turbo run test",
"lint": "turbo run lint",
"lint:fix": "eslint . --ext .ts --fix",
Expand All @@ -26,11 +26,12 @@
},
"devDependencies": {
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.1",
"@swc-node/register": "^1.6.8",
"turbo": "^1.11.2"
"@changesets/cli": "^2.27.5",
"@swc-node/register": "^1.9.2",
"turbo": "^2.0.4"
},
"workspaces": [
"packages/*"
]
],
"packageManager": "npm@10.2.3"
}
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,12 +4,12 @@
"private": true,
"main": "eslint-config-shared.js",
"dependencies": {
"@typescript-eslint/eslint-plugin": "6.14.0",
"@typescript-eslint/parser": "6.14.0",
"eslint": "8.55.0",
"@typescript-eslint/eslint-plugin": "7.13.1",
"@typescript-eslint/parser": "7.13.1",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-jest": "27.6.0",
"eslint-plugin-prettier": "5.0.1",
"eslint-plugin-jest": "28.6.0",
"eslint-plugin-prettier": "5.1.3",
"tsconfig": "*"
}
}
2 changes: 1 addition & 1 deletion packages/examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"lint": "eslint . --ext .ts"
},
"dependencies": {
"dotenv": "16.3.1",
"dotenv": "16.4.5",
"eslint-config-shared": "*",
"express": "4.19.2",
"ring-client-api": "12.1.1",
Expand Down
12 changes: 6 additions & 6 deletions packages/homebridge-ring/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,18 @@
"dev:run": "nodemon --watch . --watch ../ring-client-api/lib --exec 'RING_DEBUG=true homebridge -P ./ -U ../../.homebridge'"
},
"dependencies": {
"@homebridge/camera-utils": "^2.2.4",
"@homebridge/plugin-ui-utils": "^1.0.0",
"@homebridge/camera-utils": "^2.2.6",
"@homebridge/plugin-ui-utils": "^1.0.3",
"ring-client-api": "12.1.1",
"werift": "0.18.17"
"werift": "0.19.3"
},
"devDependencies": {
"concurrently": "^8.2.2",
"eslint-config-shared": "*",
"homebridge": "1.7.0",
"nodemon": "^3.0.2",
"homebridge": "1.8.3",
"nodemon": "^3.1.4",
"tsconfig": "*",
"typescript": "5.2.2"
"typescript": "5.5.2"
},
"engines": {
"node": "^18 || ^20",
Expand Down
27 changes: 13 additions & 14 deletions packages/ring-client-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,36 +18,35 @@
},
"dependencies": {
"@eneris/push-receiver": "^4.1.2",
"@homebridge/camera-utils": "^2.2.5",
"@homebridge/camera-utils": "^2.2.6",
"@peculiar/asn1-schema": "^2.3.8",
"@peculiar/webcrypto": "^1.4.3",
"@types/socket.io-client": "1.4.36",
"colors": "1.4.0",
"debug": "^4.3.4",
"debug": "^4.3.5",
"got": "^11.8.5",
"json-bigint": "^1.0.0",
"msw": "^1.3.1",
"msw": "^1.3.3",
"pvtsutils": "^1.3.5",
"rxjs": "^7.8.1",
"socket.io-client": "^2.5.0",
"systeminformation": "^5.21.20",
"uuid": "^9.0.1",
"webcrypto-core": "^1.7.7",
"werift": "0.18.17",
"ws": "^8.15.1"
"systeminformation": "^5.22.11",
"uuid": "^10.0.0",
"webcrypto-core": "^1.8.0",
"werift": "0.19.3",
"ws": "^8.17.1"
},
"devDependencies": {
"@types/debug": "4.1.12",
"@types/jest": "29.5.11",
"@types/jest": "29.5.12",
"@types/json-bigint": "^1.0.4",
"@types/node": "20.10.4",
"@types/uuid": "9.0.7",
"@types/node": "20.14.7",
"@types/uuid": "10.0.0",
"@types/ws": "^8.5.10",
"eslint-config-shared": "*",
"jest": "29.7.0",
"ts-jest": "29.1.1",
"ts-jest": "29.1.5",
"tsconfig": "*",
"typescript": "5.2.2"
"typescript": "5.5.2"
},
"engines": {
"node": "^18 || ^20"
Expand Down
6 changes: 4 additions & 2 deletions turbo.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"pipeline": {
"tasks": {
"build": {
"dependsOn": ["^build"],
"outputs": ["lib/**"]
Expand All @@ -12,7 +12,9 @@
"outputs": []
},
"dev": {
"cache": false
"dependsOn": ["^build"],
"cache": false,
"persistent": true
}
}
}

0 comments on commit e72ddc6

Please sign in to comment.