Skip to content

Commit

Permalink
fix: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dgreif committed Aug 6, 2021
1 parent d78f92b commit e225e96
Show file tree
Hide file tree
Showing 4 changed files with 81 additions and 81 deletions.
18 changes: 9 additions & 9 deletions homebridge-ui/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions homebridge-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"@testing-library/react": "12.0.0",
"@testing-library/user-event": "13.2.1",
"@types/jest": "26.0.24",
"@types/node": "16.4.8",
"@types/react": "17.0.15",
"@types/node": "16.4.13",
"@types/react": "17.0.16",
"@types/react-dom": "17.0.9",
"react": "^17.0.2",
"react-dom": "^17.0.2",
Expand Down
130 changes: 65 additions & 65 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"author": "dgreif",
"license": "MIT",
"dependencies": {
"@homebridge/camera-utils": "2.0.3",
"@homebridge/camera-utils": "2.0.4",
"@homebridge/plugin-ui-utils": "0.0.19",
"@types/socket.io-client": "1.4.36",
"colors": "1.4.0",
Expand All @@ -63,16 +63,16 @@
"sdp": "3.0.3",
"socket.io-client": "2.4.0",
"stun": "2.1.0",
"systeminformation": "5.7.13",
"systeminformation": "5.8.0",
"uuid": "8.3.2"
},
"devDependencies": {
"@types/debug": "4.1.7",
"@types/jest": "26.0.24",
"@types/node": "16.4.8",
"@types/node": "16.4.13",
"@types/uuid": "8.3.1",
"@typescript-eslint/eslint-plugin": "4.28.5",
"@typescript-eslint/parser": "4.28.5",
"@typescript-eslint/eslint-plugin": "4.29.0",
"@typescript-eslint/parser": "4.29.0",
"concurrently": "^6.2.0",
"conventional-github-releaser": "3.1.5",
"dotenv": "10.0.0",
Expand Down

0 comments on commit e225e96

Please sign in to comment.