Skip to content

Commit

Permalink
Merge pull request #26 from mitoc/mprat/dependencies
Browse files Browse the repository at this point in the history
Prune dependencies for prod deployment
  • Loading branch information
mprat authored Aug 11, 2022
2 parents b4dfedf + d38b756 commit ac56d93
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,7 @@
"version": "1.0.0",
"private": true,
"dependencies": {
"@eslint/eslintrc": "^1.2.1",
"@reduxjs/toolkit": "^1.8.0",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"@types/lodash": "^4.14.182",
"@types/react-datepicker": "^4.4.1",
"@types/react-dom": "^18.0.4",
Expand All @@ -29,6 +25,10 @@
"styled-components": "^5.3.3"
},
"devDependencies": {
"@eslint/eslintrc": "^1.2.1",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"@types/jest": "^24.0.0",
"@types/node": "^12.0.0",
"@types/react": "^18.0.9",
Expand Down

0 comments on commit ac56d93

Please sign in to comment.