Skip to content

Commit 8dc1603

Browse files
update package.json file with redux toolkit
1 parent d691a46 commit 8dc1603

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/frontend/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"@fluentui/merge-styles": "^8.6.14",
88
"@fluentui/react-components": "^9.64.0",
99
"@fluentui/react-icons": "^2.0.300",
10+
"@reduxjs/toolkit": "^2.11.2",
1011
"@testing-library/dom": "^10.4.0",
1112
"@testing-library/jest-dom": "^6.6.3",
1213
"@testing-library/react": "^16.3.0",
@@ -19,6 +20,7 @@
1920
"react": "^18.3.1",
2021
"react-dom": "^18.3.1",
2122
"react-markdown": "^10.1.0",
23+
"react-redux": "^9.2.0",
2224
"react-router-dom": "^7.12.0",
2325
"rehype-prism": "^2.3.3",
2426
"remark-gfm": "^4.0.1",
@@ -68,4 +70,4 @@
6870
"vite": "^7.1.2",
6971
"vitest": "^3.2.4"
7072
}
71-
}
73+
}

0 commit comments

Comments
 (0)