Skip to content

Commit 110ec22

Browse files
committed
build: update @alcalzone/release-script plugin dev dependencies
1 parent 7fc925f commit 110ec22

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

io-package.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,6 @@
135135
"license": "MIT"
136136
},
137137
"platform": "Javascript/Node.js",
138-
"main": "main.js",
139138
"icon": "fronius-wattpilot.png",
140139
"enabled": true,
141140
"extIcon": "https://raw.githubusercontent.com/tim2zg/ioBroker.fronius-wattpilot/main/admin/fronius-wattpilot.png",
@@ -147,15 +146,17 @@
147146
"compact": true,
148147
"connectionType": "local",
149148
"dataSource": "poll",
150-
"materialize": true,
149+
"adminUI": {
150+
"config": "materialize"
151+
},
151152
"globalDependencies": [
152153
{
153-
"admin": ">=7.4.10"
154+
"admin": ">=7.6.17"
154155
}
155156
],
156157
"dependencies": [
157158
{
158-
"js-controller": ">=5.0.19"
159+
"js-controller": ">=6.0.11"
159160
}
160161
]
161162
},
@@ -199,4 +200,4 @@
199200
"native": {}
200201
}
201202
]
202-
}
203+
}

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@
3939
},
4040
"devDependencies": {
4141
"@alcalzone/release-script": "^3.8.0",
42-
"@alcalzone/release-script-plugin-iobroker": "^3.0.0",
43-
"@alcalzone/release-script-plugin-license": "^3.0.0",
42+
"@alcalzone/release-script-plugin-iobroker": "^3.7.2",
43+
"@alcalzone/release-script-plugin-license": "^3.7.0",
4444
"@iobroker/adapter-dev": "^1.3.0",
4545
"@iobroker/eslint-config": "2.2.0",
4646
"@iobroker/testing": "^4.1.3",
@@ -87,4 +87,4 @@
8787
"url": "https://github.com/tim2zg/ioBroker.fronius-wattpilot/issues"
8888
},
8989
"readmeFilename": "README.md"
90-
}
90+
}

0 commit comments

Comments
 (0)