Skip to content

Commit 63e8dd8

Browse files
fix(vite-plugin-angular): remove vfile dependency
1 parent 9ab109a commit 63e8dd8

File tree

3 files changed

+3
-8
lines changed

3 files changed

+3
-8
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,6 @@
195195
"ts-morph": "^26.0.0",
196196
"ts-node": "10.9.2",
197197
"typescript": "~5.8.3",
198-
"vfile": "^6.0.3",
199198
"vite": "7.0.0",
200199
"vite-plugin-eslint": "^1.8.1",
201200
"vite-plugin-inspect": "11.3.2",

packages/vite-plugin-angular/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,7 @@
3636
}
3737
},
3838
"dependencies": {
39-
"ts-morph": "^21.0.0",
40-
"vfile": "^6.0.3"
39+
"ts-morph": "^21.0.0"
4140
},
4241
"builders": "./src/lib/tools/builders.json",
4342
"ng-update": {

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)