Skip to content

Commit

Permalink
package.json: update runtime deps for better yarn compatibility
Browse files Browse the repository at this point in the history
- yarn seems to have issues with peer-deps (spotted while in #95)

Signed-off-by: António Meireles <antonio.meireles@reformi.st>
  • Loading branch information
AntonioMeireles committed Feb 7, 2022
1 parent 8779ca3 commit 39d39c6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 deletions.
11 changes: 4 additions & 7 deletions package-lock.json

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

7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,24 @@
"url": "https://github.com/AntonioMeireles/homebridge-vieramatic/issues"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@fortawesome/react-fontawesome": "^0.1.17",
"@homebridge/plugin-ui-utils": "^0.0.19",
"@hookstate/core": "^3.0.13",
"@preact/compat": "^17.0.3",
"fast-xml-parser": "^4.0.2",
"fs-extra": "^10.0.0",
"got": "^12.0.1",
"html-entities": "^2.3.2",
"preact": "^10.6.5",
"react": "npm:@preact/compat@^17.0.3",
"react-bootstrap": "^1.6.4",
"react-dom": "npm:@preact/compat@^17.0.3",
"readline-sync": "^1.4.10"
},
"description": "Homebridge plugin for Panasonic™ Viera™ TVs (with full support for 2018 and later models)",
"devDependencies": {
"@preact/compat": "^17.0.3",
"@testing-library/jest-dom": "^5.16.2",
"@testing-library/react": "^12.1.2",
"@testing-library/user-event": "^13.5.0",
Expand Down Expand Up @@ -51,8 +54,6 @@
"jest": "^27.5.0",
"nodemon": "^2.0.15",
"prettier": "^2.5.1",
"react": "npm:@preact/compat@^17.0.3",
"react-dom": "npm:@preact/compat@^17.0.3",
"rimraf": "^3.0.2",
"ts-jest": "^27.1.3",
"typescript": "^4.5.5"
Expand Down

0 comments on commit 39d39c6

Please sign in to comment.