Skip to content

Commit

Permalink
✨ feat: Add dpdm package to devDependencies for dependency checks
Browse files Browse the repository at this point in the history
The change introduces the dpdm package to the development dependencies in the `package.json` file. This package is used for detecting problems with module dependencies, which helps in maintaining a clean and efficient codebase by ensuring that there are no circular dependencies or other issues that could cause problems during development or in production.
  • Loading branch information
Gincioks committed May 4, 2024
1 parent 124a049 commit 7f2fe90
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@
"@testing-library/react": "^14",
"commitlint": "^19.0.0",
"cross-env": "^7",
"dpdm": "^3",
"husky": "^8",
"jsdom": "^24.0.0",
"lint-staged": "^15",
Expand Down

0 comments on commit 7f2fe90

Please sign in to comment.