We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c072326 commit e6b3e2eCopy full SHA for e6b3e2e
scripts/update-version.js
@@ -35,7 +35,7 @@ for (const toUpdate of [
35
pkg.version = targetVersion;
36
if ('dependencies' in pkg) {
37
for (const dep of Object.keys(pkg['dependencies'])) {
38
- if (dep.startsWith('arduino-')) {
+ if (dep.startsWith('arduino-ide-')) {
39
pkg['dependencies'][dep] = targetVersion;
40
}
41
0 commit comments