Skip to content

Commit

Permalink
fix: dependecy redux/toolkit in wrong package
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopheRibault committed Nov 6, 2021
1 parent 317931f commit 0744ee7
Show file tree
Hide file tree
Showing 3 changed files with 1,526 additions and 1,501 deletions.
1 change: 0 additions & 1 deletion back/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
"license": "",
"main": "index.js",
"dependencies": {
"@reduxjs/toolkit": "^1.6.2",
"axios": "^0.19.2",
"bcrypt": "^5.0.0",
"cors": "^2.8.5",
Expand Down
1 change: 1 addition & 0 deletions front/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"axios": "^0.24.0",
"@reduxjs/toolkit": "^1.6.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-redux": "^7.2.6",
Expand Down
Loading

0 comments on commit 0744ee7

Please sign in to comment.