Skip to content

Commit

Permalink
fix(homebridge): update homebridge ui deps
Browse files Browse the repository at this point in the history
  • Loading branch information
dgreif committed Oct 2, 2022
1 parent 08aa0ea commit 742c316
Show file tree
Hide file tree
Showing 2 changed files with 11,609 additions and 22,124 deletions.
22 changes: 11 additions & 11 deletions homebridge-ui/package.json
Expand Up @@ -4,17 +4,17 @@
"homepage": "./",
"devDependencies": {
"@homebridge/plugin-ui-utils": "0.0.19",
"@testing-library/jest-dom": "5.14.1",
"@testing-library/react": "12.1.2",
"@testing-library/user-event": "13.4.1",
"@types/jest": "27.0.2",
"@types/node": "16.11.1",
"@types/react": "17.0.30",
"@types/react-dom": "17.0.9",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-scripts": "4.0.3",
"typescript": "4.4.4"
"@testing-library/jest-dom": "5.16.5",
"@testing-library/react": "13.4.0",
"@testing-library/user-event": "14.4.3",
"@types/jest": "29.1.1",
"@types/node": "18.7.23",
"@types/react": "18.0.21",
"@types/react-dom": "18.0.6",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-scripts": "5.0.1",
"typescript": "4.8.4"
},
"scripts": {
"start": "BROWSER=none react-scripts start",
Expand Down

0 comments on commit 742c316

Please sign in to comment.