Skip to content

Commit 34a53b3

Browse files
authored
Merge pull request #1 from oslabs-beta/chris/implement-RTK
Chris/implement rtk
2 parents b4e6988 + 711e047 commit 34a53b3

File tree

8 files changed

+521
-15
lines changed

8 files changed

+521
-15
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,7 @@
186186
"@mui/icons-material": "^5.14.1",
187187
"@mui/material": "^5.14.1",
188188
"@mui/styled-engine-sc": "^5.12.0",
189+
"@reduxjs/toolkit": "^1.9.6",
189190
"@types/react-dom": "^17.0.14",
190191
"@types/react-router-dom": "^5.3.3",
191192
"@visx/axis": "^1.0.0",
@@ -229,13 +230,15 @@
229230
"react-hover": "^2.0.0",
230231
"react-html-parser": "^2.0.2",
231232
"react-json-tree": "^0.11.2",
233+
"react-redux": "^8.1.3",
232234
"react-router-dom": "^5.2.0",
233235
"react-select": "^3.2.0",
234236
"react-spinners": "^0.11.0",
235237
"recoil": "0.0.10",
238+
"redux": "^4.2.1",
236239
"styled-components": "^6.0.4",
237240
"util": "^0.12.4",
238241
"web-vitals": "^1.1.0",
239242
"yarn": "^1.22.19"
240243
}
241-
}
244+
}

0 commit comments

Comments
 (0)