Skip to content

Commit 8c62ad5

Browse files
committed
update persist dispatch
1 parent 0bb494c commit 8c62ad5

File tree

11 files changed

+301
-72
lines changed

11 files changed

+301
-72
lines changed

package-lock.json

Lines changed: 180 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,17 @@
44
"private": true,
55
"homepage": "https://Miro-wq.github.io/goit-react-hw-06-phonebook/",
66
"dependencies": {
7+
"@reduxjs/toolkit": "^2.2.7",
78
"@testing-library/jest-dom": "^5.16.3",
89
"@testing-library/react": "^12.1.4",
910
"@testing-library/user-event": "^13.5.0",
1011
"normalize.css": "^8.0.1",
1112
"react": "^18.1.0",
1213
"react-dom": "^18.1.0",
14+
"react-redux": "^9.1.2",
1315
"react-scripts": "5.0.1",
16+
"redux": "^5.0.1",
17+
"redux-persist": "^6.0.0",
1418
"web-vitals": "^2.1.3"
1519
},
1620
"scripts": {

0 commit comments

Comments
 (0)