Skip to content

Commit

Permalink
fix(angular): remove unnecessary esbuild peer dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
leosvelperez committed Jul 22, 2024
1 parent 5217c33 commit f36991e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
4 changes: 3 additions & 1 deletion packages/angular/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,9 @@
"stylus",
"tailwindcss",
// used in the CT angular plugin where Cy is already installed to use it.
"cypress"
"cypress",
// we have only one type import, so it's not a runtime dependency
"esbuild"
]
}
]
Expand Down
6 changes: 0 additions & 6 deletions packages/angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,14 +72,8 @@
"@angular-devkit/core": ">= 16.0.0 < 19.0.0",
"@angular-devkit/schematics": ">= 16.0.0 < 19.0.0",
"@schematics/angular": ">= 16.0.0 < 19.0.0",
"esbuild": "^0.19.2",
"rxjs": "^6.5.3 || ^7.5.0"
},
"peerDependenciesMeta": {
"esbuild": {
"optional": true
}
},
"publishConfig": {
"access": "public"
}
Expand Down

0 comments on commit f36991e

Please sign in to comment.