Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"@babel/core": "^7.23.9",
"@blueprintjs/core": "^5.8.2",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.11",
"@pybricks/firmware": "7.22.0",
"@pybricks/firmware": "7.27.0",
"@pybricks/ide-docs": "2.20.0",
"@pybricks/images": "^1.4.0",
"@pybricks/jedi": "1.17.0",
Expand Down
4 changes: 3 additions & 1 deletion src/firmware/installPybricksDialog/hooks.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
// SPDX-License-Identifier: MIT
// Copyright (c) 2022-2025 The Pybricks Authors
// Copyright (c) 2022-2026 The Pybricks Authors
// based on https://usehooks-ts.com/react-hook/use-fetch

import { FirmwareMetadata, FirmwareReader } from '@pybricks/firmware';
import cityHubZip from '@pybricks/firmware/build/cityhub.zip';
import essentialHubZip from '@pybricks/firmware/build/essentialhub.zip';
import ev3Zip from '@pybricks/firmware/build/ev3.zip';
import moveHubZip from '@pybricks/firmware/build/movehub.zip';
import primeHubZip from '@pybricks/firmware/build/primehub.zip';
import technicHubZip from '@pybricks/firmware/build/technichub.zip';
Expand Down Expand Up @@ -44,6 +45,7 @@ const firmwareZipMap = new Map<Hub, string>([
[Hub.Prime, primeHubZip],
[Hub.Essential, essentialHubZip],
[Hub.Inventor, primeHubZip],
[Hub.EV3, ev3Zip],
]);

/**
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2923,12 +2923,12 @@ __metadata:
languageName: node
linkType: hard

"@pybricks/firmware@npm:7.22.0":
version: 7.22.0
resolution: "@pybricks/firmware@npm:7.22.0"
"@pybricks/firmware@npm:7.27.0":
version: 7.27.0
resolution: "@pybricks/firmware@npm:7.27.0"
dependencies:
jszip: ^3.7.1
checksum: 2c2ebfd1b6d07861b3583194607929d4772fb0770c6c8477acddc240bdb912c4096a044e06c39170d52a38fdc8d8d6de5f8a338d0d3c140cd9955e5c87110ca8
checksum: bd58b29376e2a21ac12551ed8c3977a165faed04e46661e826ed207f3467f4354c62e798b75efd53b0f5aadd7c51b1fd60229c6e2a59099062099118ffbcc903
languageName: node
linkType: hard

Expand Down Expand Up @@ -2974,7 +2974,7 @@ __metadata:
"@babel/core": ^7.23.9
"@blueprintjs/core": ^5.8.2
"@pmmmwh/react-refresh-webpack-plugin": ^0.5.11
"@pybricks/firmware": 7.22.0
"@pybricks/firmware": 7.27.0
"@pybricks/ide-docs": 2.20.0
"@pybricks/images": ^1.4.0
"@pybricks/jedi": 1.17.0
Expand Down