Skip to content

Commit d1c0a45

Browse files
authored
Migrate to Redux Toolkit part 5 (#2866)
* Migrate remaining workspace reducers to RTK * Migrate remaining action creators to RTK * Remove `typesafe-actions` dependency Type safety is now achieved via Redux Toolkit. * Update testcase * Fix format * Fix compile error * Fix errors * Restore old NOTIFY_PROGRAM_EVALUATED reducer Done to optimize the diff and will be removed later.
1 parent 0c45606 commit d1c0a45

File tree

6 files changed

+273
-494
lines changed

6 files changed

+273
-494
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@
9292
"rehype-react": "^8.0.0",
9393
"showdown": "^2.1.0",
9494
"sourceror": "^0.8.5",
95-
"typesafe-actions": "^5.1.0",
9695
"unified": "^11.0.0",
9796
"uuid": "^9.0.0",
9897
"xlsx": "https://cdn.sheetjs.com/xlsx-0.20.2/xlsx-0.20.2.tgz",

0 commit comments

Comments
 (0)