Skip to content

Commit

Permalink
derpderpderp
Browse files Browse the repository at this point in the history
  • Loading branch information
louis-bompart committed Feb 13, 2024
1 parent 8c6338a commit 5a48947
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 44 deletions.
69 changes: 27 additions & 42 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/cli/core/src/commands/ui/create/angular.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export default class Angular extends CLICommand {
*/
public static requiredNodeVersion = '^18.18.1 || ^20.9.0';
public static requiredNpmVersion = '^9.8.1 || ^10.1.0';
public static requiredNgVersion = '^15.0.0';
public static requiredNgVersion = '^17.0.0';

public static description =
'Create a Coveo Headless-powered search page with the Angular web framework. See <https://docs.coveo.com/headless> and <https://angular.io/>.';
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@angular/cdk": "^17.0.0",
"@angular/cli": "^17.0.0",
"@coveo/search-token-server": "1.35.29",
"@schematics/angular": "^15.0.0",
"@schematics/angular": "^17.0.0",
"jest-config": "29.5.0"
},
"devDependencies": {
Expand Down

0 comments on commit 5a48947

Please sign in to comment.