Commit 4df777f
committed
fix(vite): accept @angular/build 22 as an optional peer
Angular 22 projects (`@angular-devkit/build-angular` 22 pulls `@angular/build`
22) could not install `@nativescript/vite` without `--legacy-peer-deps`: the
optional peer range stopped at `^21.0.0` while the Angular flavor already runs
on 22 (verified with the ns-apple-music Angular app on 8.0.7).
[skip ci]1 parent 927dd6f commit 4df777f
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
120 | | - | |
| 120 | + | |
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
| |||
0 commit comments