Skip to content

Commit

Permalink
updated testing, requires node.js 18 and js-controller >= 5
Browse files Browse the repository at this point in the history
  • Loading branch information
mcm1957 committed Apr 28, 2024
1 parent baf34a1 commit 601bb32
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions io-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -173,12 +173,12 @@
"messagebox": true,
"dependencies": [
{
"js-controller": ">=5.0.0"
"js-controller": ">=5.0.19"
}
],
"globalDependencies": [
{
"admin": ">=5.3.3"
"admin": ">=6.13.16"
}
],
"plugins": {
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"node": ">=18"
},
"dependencies": {
"@iobroker/adapter-core": "^3.0.6",
"@iobroker/adapter-core": "^3.1.4",
"axios": "^1.3.2"
},
"devDependencies": {
Expand All @@ -45,7 +45,7 @@
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@iobroker/adapter-dev": "^1.3.0",
"@iobroker/testing": "^4.1.1",
"@iobroker/testing": "^4.1.3",
"@mui/icons-material": "^5.15.15",
"@mui/material": "^5.15.15",
"@mui/styles": "^5.15.15",
Expand Down

0 comments on commit 601bb32

Please sign in to comment.