Skip to content

Commit

Permalink
Fix wrong Typescript version on Angualr Demo
Browse files Browse the repository at this point in the history
  • Loading branch information
rjborba committed Jul 11, 2024
1 parent c3ccd8f commit 2333c8f
Show file tree
Hide file tree
Showing 3 changed files with 12,679 additions and 10,923 deletions.
3 changes: 3 additions & 0 deletions apps/demo-angular/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,5 +79,8 @@
}
}
}
},
"cli": {
"analytics": false
}
}
2 changes: 1 addition & 1 deletion apps/demo-angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@
"karma-coverage": "~2.2.1",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.1.0",
"typescript": "~5.5.2"
"typescript": "~5.4.5"
}
}
Loading

0 comments on commit 2333c8f

Please sign in to comment.