Skip to content

Commit

Permalink
Merge pull request #9747 from qmonmert/reactws
Browse files Browse the repository at this point in the history
React: remove unused dependency types/ws
  • Loading branch information
murdos authored May 6, 2024
2 parents 3545ad6 + ac67def commit 3f71f2a
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ public JHipsterModule buildModule(JHipsterModuleProperties properties) {
.addDevDependency(packageName("@types/node"), REACT)
.addDevDependency(packageName("@types/react"), REACT)
.addDevDependency(packageName("@types/react-dom"), REACT)
.addDevDependency(packageName("@types/ws"), REACT)
.addDevDependency(packageName("@typescript-eslint/eslint-plugin"), REACT)
.addDevDependency(packageName("@vitejs/plugin-react"), REACT)
.addDevDependency(packageName("@vitest/coverage-istanbul"), REACT)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
"@types/node": "20.12.8",
"@types/react": "18.3.1",
"@types/react-dom": "18.3.0",
"@types/ws": "8.5.10",
"@typescript-eslint/eslint-plugin": "7.8.0",
"@vitejs/plugin-react": "4.2.1",
"@vitest/coverage-istanbul": "1.6.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ void shouldBuildModuleWithStyle() {
.containing(nodeDependency("@types/node"))
.containing(nodeDependency("@types/react"))
.containing(nodeDependency("@types/react-dom"))
.containing(nodeDependency("@types/ws"))
.containing(nodeDependency("@typescript-eslint/eslint-plugin"))
.containing(nodeDependency("@vitejs/plugin-react"))
.containing(nodeDependency("@vitest/coverage-istanbul"))
Expand Down

0 comments on commit 3f71f2a

Please sign in to comment.