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.12.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.12.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 listed here in devDependencies but it's also present in dependencies. Since axios is a runtime dependency for making HTTP requests, it should only be listed in dependencies. Please remove it from devDependencies to avoid redundancy and potential confusion.

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