Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix(vitest-angular): update @angular-devkit/architect dep range to …
…include v20
  • Loading branch information
leosvelperez committed May 29, 2025
commit 1e3fa9702d4425e65f3fc848b37c91fc354b07d1
2 changes: 1 addition & 1 deletion packages/vitest-angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
},
"peerDependencies": {
"@analogjs/vite-plugin-angular": "*",
"@angular-devkit/architect": ">=0.1500.0 < 0.2000.0",
"@angular-devkit/architect": ">=0.1500.0 < 0.2100.0",
"vitest": "^1.3.1 || ^2.0.0 || ^3.0.0"
},
"ng-update": {
Expand Down
Loading