Skip to content
Snippets Groups Projects
Verified Commit ad26d5d4 authored by João Magalhães's avatar João Magalhães :rocket:
Browse files

fix: bump emukit

parent c06d34c5
No related branches found
No related tags found
No related merge requests found
Pipeline #2310 passed
......@@ -13,7 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
*
* Bumped emukit, fixing a lot of bugs
### Fixed
......
......@@ -23,7 +23,7 @@
"@types/react-dom": "^18.0.11",
"@typescript-eslint/eslint-plugin": "^5.54.0",
"@typescript-eslint/parser": "^5.54.0",
"emukit": "^0.7.0",
"emukit": "^0.7.1",
"eslint": "^8.35.0",
"nodemon": "^2.0.20",
"parcel": "^2.8.3",
......
......@@ -67,6 +67,12 @@ export const HelpKeyboard: FC = () => (
</span>
Toggle on-screen keyboard
</li>
<li>
<span className="key-container">
<span className="key">Ctrl + P</span>
</span>
Change screen palette
</li>
</ul>
);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment