Skip to content

Commit

Permalink
fix(vitest-angular): update peerDependencies for @angular-devkit/arch…
Browse files Browse the repository at this point in the history
…itect version pattern range (#1113)
  • Loading branch information
NateRadebaugh authored May 27, 2024
1 parent cd88537 commit 1765d48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vitest-angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},
"peerDependencies": {
"@analogjs/vite-plugin-angular": "^1.3.0",
"@angular-devkit/architect": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0",
"@angular-devkit/architect": "^0.1500.0 || ^0.1600.0 || ^0.1700.0 || ^0.1800.0",
"vitest": "^1.3.1"
},
"ng-update": {
Expand Down

0 comments on commit 1765d48

Please sign in to comment.