Skip to content

Commit

Permalink
Update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
GermanBluefox committed Nov 23, 2023
1 parent e41d118 commit dde71ea
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"dependencies": {
"@iobroker/adapter-core": "^3.0.4",
"@project-chip/matter-node.js": "0.7.0",
"@project-chip/matter-node.js": "0.7.1-alpha.0-20231123-a7b3779",
"@iobroker/type-detector": "^3.0.5",
"axios": "^1.6.2",
"jsonwebtoken": "^9.0.2"
Expand All @@ -32,19 +32,19 @@
"@iobroker/legacy-testing": "^1.0.3",
"@types/iobroker": "^5.0.6",
"@types/jsonwebtoken": "^9.0.5",
"@types/node": "^20.9.1",
"@types/node": "^20.9.4",
"colorette": "^2.0.20",
"puppeteer": "^21.5.2",
"@typescript-eslint/eslint-plugin": "^6.11.0",
"@typescript-eslint/eslint-plugin": "^6.12.0",
"chai": "^4.3.10",
"eslint": "^8.53.0",
"eslint-config-standard-with-typescript": "^39.1.1",
"eslint": "^8.54.0",
"eslint-config-standard-with-typescript": "^40.0.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-n": "^16.3.1",
"eslint-plugin-promise": "^6.1.1",
"gulp": "^4.0.2",
"mocha": "^10.2.0",
"typescript": "^5.2.2"
"typescript": "^5.3.2"
},
"bugs": {
"url": "https://github.com/ioBroker/ioBroker.matter/issues"
Expand Down
6 changes: 3 additions & 3 deletions src-admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
"@iobroker/adapter-react-v5": "^4.7.3",
"@iobroker/type-detector": "^3.0.5",
"@mui/icons-material": "^5.14.18",
"@sentry/browser": "^7.80.1",
"@sentry/integrations": "^7.80.1",
"@sentry/browser": "^7.81.1",
"@sentry/integrations": "^7.81.1",
"babel-eslint": "^10.1.0",
"eslint": "^8.53.0",
"eslint": "^8.54.0",
"@mui/material": "5.14.14",
"@mui/styles": "5.14.14",
"eslint-config-airbnb": "^19.0.4",
Expand Down

0 comments on commit dde71ea

Please sign in to comment.