Skip to content
Draft
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
151 changes: 94 additions & 57 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions packages/microbit-connection/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,9 @@
"nrf-intel-hex": "^1.4.0"
},
"peerDependencies": {
"@capacitor-community/bluetooth-le": "^7.3.0",
"@capacitor/core": "^7.4.4",
"@capacitor/filesystem": "^7.1.6",
"@microbit/capacitor-community-nordic-dfu": "v7.0.0-microbit.4"
"@capacitor-community/bluetooth-le": "^8.0.0",
"@capacitor/core": "^8.0.0",
"@capacitor/filesystem": "^8.0.0",
"@microbit/capacitor-community-nordic-dfu": "file:../../../nordic-dfu"

@microbit-grace microbit-grace May 15, 2026

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

To do: Replace with migrated v8 version of nordic-dfu plugin

}
}
Loading