Skip to content

Commit

Permalink
fix: make compiler stop crying about list names with spaces, womp womp (
Browse files Browse the repository at this point in the history
#144)

* fix: make compiler stop crying about list names with spaces, womp womp

* fix: actually fix compiler not crying thank you very much, womp womp, compiled mad

* fix: actually actually fix
  • Loading branch information
koen1711 authored Nov 17, 2024
1 parent 25dcbbb commit d750c8b
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 @@ -36,7 +36,7 @@
"@fortawesome/free-solid-svg-icons": "6.6.0",
"@leaphy-robotics/avrdude-webassembly": "1.7.0",
"@leaphy-robotics/dfu-util-wasm": "^1.0.2",
"@leaphy-robotics/leaphy-blocks": "3.2.3",
"@leaphy-robotics/leaphy-blocks": "^3.2.6",
"@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 @@ -611,10 +611,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].3":
version "3.2.3"
resolved "https://registry.yarnpkg.com/@leaphy-robotics/leaphy-blocks/-/leaphy-blocks-3.2.3.tgz#4f9c4bcab200633b08a2da32871c1eb9ea936556"
integrity sha512-DAVexNQWEvetFVpMyDS77EQEqvLNSJ/398cAYCXMNExaVSinXNgKmUr3py98vEg5cB2zj8TPkOFhO7lE3s9ijw==
"@leaphy-robotics/leaphy-blocks@^3.2.6":
version "3.2.6"
resolved "https://registry.yarnpkg.com/@leaphy-robotics/leaphy-blocks/-/leaphy-blocks-3.2.6.tgz#db74660722485e7978dd41b4eb1d2bcf2cb83332"
integrity sha512-4FXwIxcZHHlKgZaOxsRIVL05d8u+NJlhIIPr8KmgslZIhZWP/vGdf5anJGnQG8g2X286XqYrP3pxLyQnhFAlqg==
dependencies:
blockly "^10.4.3"

Expand Down

0 comments on commit d750c8b

Please sign in to comment.