Skip to content

Commit

Permalink
installed npm 2 packages to bring the redux
Browse files Browse the repository at this point in the history
1- @reduxjs/toolkit
2- react-redux
  • Loading branch information
ajmalfaris11 committed Nov 9, 2024
1 parent 4eff846 commit 30dda3d
Show file tree
Hide file tree
Showing 2 changed files with 89 additions and 0 deletions.
87 changes: 87 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,13 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"@reduxjs/toolkit": "^2.3.0",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-redux": "^9.1.2",
"react-scripts": "5.0.1",
"web-vitals": "^2.1.4"
},
Expand Down

0 comments on commit 30dda3d

Please # to comment.