Skip to content

Commit

Permalink
chore: bump blocks (fix for motor speed, help urls) (#157)
Browse files Browse the repository at this point in the history
  • Loading branch information
rmoesbergen authored Dec 28, 2024
1 parent 53ee11d commit 4c5def0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@
"@blockly/workspace-backpack": "5",
"@floating-ui/dom": "^1.6.3",
"@fortawesome/free-brands-svg-icons": "^6.6.0",
"@leaphy-robotics/avrdude-webassembly": "1.7.1",
"@fortawesome/free-solid-svg-icons": "^6.7.1",
"@leaphy-robotics/avrdude-webassembly": "1.7.1",
"@leaphy-robotics/dfu-util-wasm": "^1.0.2",
"@leaphy-robotics/leaphy-blocks": "3.3.1",
"@leaphy-robotics/leaphy-blocks": "3.3.2",
"@leaphy-robotics/picotool-wasm": "1.0.3",
"@leaphy-robotics/webusb-ftdi": "1.0.1",
"@sentry/svelte": "^8.34.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -571,10 +571,10 @@
resolved "https://registry.yarnpkg.com/@leaphy-robotics/dfu-util-wasm/-/dfu-util-wasm-1.0.2.tgz#29afcc01266655e1c7b5da0eeceb0ead48c86fd7"
integrity sha512-lvS+tJFO049b4ERYKX0HcoUtnQv76A1z9sZrAvbs7s3bvdMW0BObKmktZeJ7emcp3lU/+OJWsD2h0EY5rnkiNg==

"@leaphy-robotics/[email protected].1":
version "3.3.1"
resolved "https://registry.yarnpkg.com/@leaphy-robotics/leaphy-blocks/-/leaphy-blocks-3.3.1.tgz#b1bb6bb289f88e88c4af5b9d8285d5bc216e69a8"
integrity sha512-qpQc+EDy5PZ1gUo4A3DXDy4ewwFa7zAhlV/iSCQKubu2eZ7IWuw4aAK6BWDqctWcdRKD0ZGEuPt4QU/fvnzz8g==
"@leaphy-robotics/[email protected].2":
version "3.3.2"
resolved "https://registry.yarnpkg.com/@leaphy-robotics/leaphy-blocks/-/leaphy-blocks-3.3.2.tgz#ede9bd9d2632e534acd2aaf5d6280edf1dcd6651"
integrity sha512-wZ/fnC5TNLiQ/KHBd3b0OonIHGF8lvUaIC+I4ohO8LGJ9GjXKvu0OBmVrAiqxz0G/4ORFPTMZmHarEMfN3X0iw==
dependencies:
blockly "^10.4.3"

Expand Down

0 comments on commit 4c5def0

Please sign in to comment.