mirror of
https://github.com/pybricks/pybricks-code.git
synced 2026-09-12 09:36:27 +00:00
use redux toolkit
Using redux directly has been deprecated. Using redux toolkit offers some more safety checks (and could potientially replace some use of sagas).
This commit is contained in:
committed by
David Lechner
parent
c2e38664dc
commit
2686e0e5d3
@@ -15,6 +15,7 @@
|
||||
"@pybricks/firmware": "4.15.0",
|
||||
"@pybricks/ide-docs": "2.2.0",
|
||||
"@pybricks/mpy-cross-v5": "^2.0.0",
|
||||
"@reduxjs/toolkit": "^1.8.2",
|
||||
"@shopify/react-i18n": "^7.1.3",
|
||||
"@svgr/webpack": "^6.2.1",
|
||||
"@testing-library/dom": "^8.13.0",
|
||||
|
||||
Reference in New Issue
Block a user