Skip to content

Commit

Permalink
Move "@types/styled-components" to dev dependencies
Browse files Browse the repository at this point in the history
This commit involves moving dependency "@types/styled-components" from "dependencies" to "devDependencies". This is done because "@types/styled-components" is not required in the production build, hence should be positioned in "devDependencies".
  • Loading branch information
josch87 committed Jun 3, 2024
1 parent cab21ee commit 4aa3253
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
16 changes: 11 additions & 5 deletions frontend/package-lock.json

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

2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
"preview": "vite preview"
},
"dependencies": {
"@types/styled-components": "^5.1.34",
"axios": "^1.7.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand All @@ -28,6 +27,7 @@
"@types/jest": "^29.5.12",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/styled-components": "^5.1.34",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"@vitejs/plugin-react": "^4.2.1",
Expand Down

0 comments on commit 4aa3253

Please sign in to comment.