mirror of
https://github.com/arduino/arduino-ide.git
synced 2025-07-08 11:56:36 +00:00
fix update version script (#958)
This commit is contained in:
parent
c07232698c
commit
e6b3e2ec23
@ -35,7 +35,7 @@ for (const toUpdate of [
|
|||||||
pkg.version = targetVersion;
|
pkg.version = targetVersion;
|
||||||
if ('dependencies' in pkg) {
|
if ('dependencies' in pkg) {
|
||||||
for (const dep of Object.keys(pkg['dependencies'])) {
|
for (const dep of Object.keys(pkg['dependencies'])) {
|
||||||
if (dep.startsWith('arduino-')) {
|
if (dep.startsWith('arduino-ide-')) {
|
||||||
pkg['dependencies'][dep] = targetVersion;
|
pkg['dependencies'][dep] = targetVersion;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user