Skip to content

Commit 7e431a5

Browse files
author
Alexey Ivanov
committed
Remove redundant '@types/webpack-dev-server' from dependencies
The '@types/webpack-dev-server' was removed from both package.json and pnpm-lock.yaml files. This is in line with the note within the package stating that webpack-dev-server provides its own type definitions, making the '@types/webpack-dev-server' package unnecessary and redundant. This will simplify the project's dependencies and streamline the build process.
1 parent 31177ee commit 7e431a5

File tree

2 files changed

+6
-25
lines changed

2 files changed

+6
-25
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
"@types/react": "^18.3.2",
2424
"@types/react-dom": "^18.3.0",
2525
"@types/webpack": "^5.28.5",
26-
"@types/webpack-dev-server": "4.7.2",
2726
"@typescript-eslint/eslint-plugin": "^7.9.0",
2827
"@typescript-eslint/parser": "^7.9.0",
2928
"babel-loader": "^9.1.3",

pnpm-lock.yaml

Lines changed: 6 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)