Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"axios": "^1.6.4",
"axios": "^1.13.1",
"dateformat": "^3.0.3",
"immutability-helper": "^3.0.0",
"react": "^17.0.2",
Expand All @@ -23,7 +23,7 @@
"@types/react-router-dom": "^5.1.8",
"@types/styled-components": "^5.1.11",
"auth0-js": "^9.16.2",
"axios": "^1.6.4",
"axios": "^1.13.1",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The axios package is already declared in dependencies. Including it in devDependencies as well is redundant and can be confusing. Since axios is a runtime dependency for making HTTP requests, it should only be listed in the dependencies section. Please remove it from devDependencies.

"typescript": ">=3.8.0"
},
"scripts": {
Expand Down