Skip to content

Commit

Permalink
Corrected small error in GUI
Browse files Browse the repository at this point in the history
  • Loading branch information
GermanBluefox committed Nov 17, 2023
1 parent 1997233 commit e41d118
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@iobroker/adapter-core": "^3.0.4",
"@project-chip/matter-node.js": "0.7.0",
"@iobroker/type-detector": "^3.0.5",
"axios": "^1.6.1",
"axios": "^1.6.2",
"jsonwebtoken": "^9.0.2"
},
"devDependencies": {
Expand All @@ -32,10 +32,10 @@
"@iobroker/legacy-testing": "^1.0.3",
"@types/iobroker": "^5.0.6",
"@types/jsonwebtoken": "^9.0.5",
"@types/node": "^20.9.0",
"@types/node": "^20.9.1",
"colorette": "^2.0.20",
"puppeteer": "^21.5.1",
"@typescript-eslint/eslint-plugin": "^6.10.0",
"puppeteer": "^21.5.2",
"@typescript-eslint/eslint-plugin": "^6.11.0",
"chai": "^4.3.10",
"eslint": "^8.53.0",
"eslint-config-standard-with-typescript": "^39.1.1",
Expand Down
14 changes: 7 additions & 7 deletions src-admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@iobroker/adapter-react-v5": "^4.7.3",
"@iobroker/type-detector": "^3.0.5",
"@mui/icons-material": "^5.14.16",
"@mui/material": "5.14.14",
"@mui/styles": "5.14.14",
"@sentry/browser": "^7.80.0",
"@sentry/integrations": "^7.80.0",
"@mui/icons-material": "^5.14.18",
"@sentry/browser": "^7.80.1",
"@sentry/integrations": "^7.80.1",
"babel-eslint": "^10.1.0",
"eslint": "^8.53.0",
"@mui/material": "5.14.14",
"@mui/styles": "5.14.14",
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-eqeqeq-fix": "^1.0.3",
"eslint-plugin-import": "^2.29.0",
Expand All @@ -23,8 +23,8 @@
"qr-scanner": "^1.4.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.11.0",
"react-native-svg": "^13.14.0",
"react-icons": "^4.12.0",
"react-native-svg": "^14.0.0",
"react-qr-code": "^2.0.12",
"react-scripts": "^5.0.1",
"uuid": "^9.0.1"
Expand Down

0 comments on commit e41d118

Please sign in to comment.