Skip to content
This repository has been archived by the owner on Aug 6, 2024. It is now read-only.

Commit

Permalink
fix: fix issues with gear icon on custom functions (#46)
Browse files Browse the repository at this point in the history
fix: properly reserve led strip pins
  • Loading branch information
rmoesbergen authored Sep 29, 2023
1 parent f5312dd commit 858eee7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@angular/platform-browser-dynamic": "~15.2.9",
"@angular/router": "~15.2.9",
"@fortawesome/fontawesome-free": "^6.1.1",
"@leaphy-robotics/leaphy-blocks": "1.0.4",
"@leaphy-robotics/leaphy-blocks": "1.0.5",
"@ngx-translate/core": "^14.0.0",
"@ngx-translate/http-loader": "^7.0.0",
"@serialport/parser-readline": "^10.3.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1737,10 +1737,10 @@
"@jridgewell/resolve-uri" "3.1.0"
"@jridgewell/sourcemap-codec" "1.4.14"

"@leaphy-robotics/leaphy-blocks@1.0.4":
version "1.0.4"
resolved "https://registry.yarnpkg.com/@leaphy-robotics/leaphy-blocks/-/leaphy-blocks-1.0.4.tgz#dc5e81baa38accee958017f3cb3d50b689524c01"
integrity sha512-aOM8fMMEfPlidZ/mGv/vs6JdF6ZQOJjmp851sFQNZNioAG+mf1Z8udo96bARjhYsPEOtHcZnLDSnggiYedl4tg==
"@leaphy-robotics/leaphy-blocks@1.0.5":
version "1.0.5"
resolved "https://registry.yarnpkg.com/@leaphy-robotics/leaphy-blocks/-/leaphy-blocks-1.0.5.tgz#01c0a311b0c2b5ce1e616f6c3aa715a857d65b26"
integrity sha512-OMfdgEVv7WH2YM0YhghRx3SRzdje+Mu2ddD4rafHpo9yCutJS7re1dXtI9rZYwE9fLw08NsAToBt3qYysLG1jA==
dependencies:
blockly "^10.1.3"
typescript "4.3.2"
Expand Down

0 comments on commit 858eee7

Please sign in to comment.