Skip to content

Commit

Permalink
fix: align FQBN handling with specs
Browse files Browse the repository at this point in the history
Signed-off-by: Akos Kitta <a.kitta@arduino.cc>
  • Loading branch information
Akos Kitta committed Feb 10, 2024
1 parent 3093a85 commit 9797265
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion arduino-ide-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"fast-json-stable-stringify": "^2.1.0",
"fast-safe-stringify": "^2.1.1",
"filename-reserved-regex": "^2.0.0",
"fqbn": "^1.0.3",
"fqbn": "^1.0.5",
"glob": "^7.1.6",
"google-protobuf": "^3.20.1",
"hash.js": "^1.1.7",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6973,10 +6973,10 @@ forwarded@0.2.0:
resolved "https://registry.yarnpkg.com/forwarded/-/forwarded-0.2.0.tgz#2269936428aad4c15c7ebe9779a84bf0b2a81811"
integrity sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow==

fqbn@^1.0.3:
version "1.0.3"
resolved "https://registry.yarnpkg.com/fqbn/-/fqbn-1.0.3.tgz#2efc5f7b192a3ef0d6604929de943ba17deda826"
integrity sha512-4uQvoBiyNpOKiAgbtA7mDjpMWhkRej9FIgHxwof0y03mX57Op7hCiaV5goS39eTrnFDB+VfPYIzrkXShoTXQzQ==
fqbn@^1.0.5:
version "1.0.5"
resolved "https://registry.yarnpkg.com/fqbn/-/fqbn-1.0.5.tgz#4a4ea6babadeffc12c4637d5a4f5ef57c7ef317b"
integrity sha512-ImcK5biXDRSQHsvC8XXhEZH/YPmW7lRrmTABv6m5D7HQz3Xzi5foHZxTxmeXekcrRkZOfIrDWWtpk2wtUJgPPA==
dependencies:
ardunno-cli "^0.1.7"
clone "^2.1.2"
Expand Down

0 comments on commit 9797265

Please sign in to comment.