Skip to content

Commit

Permalink
Merge pull request #55 from matthieu-crouzet/feat/angular-migration
Browse files Browse the repository at this point in the history
feat: angular migration v19
  • Loading branch information
RawZ06 authored Feb 7, 2025
2 parents de5ba3b + e3f76b1 commit 6afd027
Show file tree
Hide file tree
Showing 16 changed files with 1,999 additions and 2,306 deletions.
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,32 +14,32 @@
},
"private": true,
"dependencies": {
"@angular/animations": "^18.2.2",
"@angular/cdk": "^18.2.7",
"@angular/common": "^18.2.2",
"@angular/compiler": "^18.2.2",
"@angular/core": "^18.2.2",
"@angular/forms": "^18.2.2",
"@angular/platform-browser": "^18.2.2",
"@angular/platform-browser-dynamic": "^18.2.2",
"@angular/router": "^18.2.2",
"@angular/animations": "^19.0.3",
"@angular/cdk": "^19.0.2",
"@angular/common": "^19.0.3",
"@angular/compiler": "^19.0.3",
"@angular/core": "^19.0.3",
"@angular/forms": "^19.0.3",
"@angular/platform-browser": "^19.0.3",
"@angular/platform-browser-dynamic": "^19.0.3",
"@angular/router": "^19.0.3",
"rxjs": "~7.8.0",
"tslib": "^2.7.0",
"zone.js": "~0.14.10"
"zone.js": "~0.15.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^18.2.7",
"@angular/cli": "^18.2.7",
"@angular/compiler-cli": "^18.2.2",
"@angular-devkit/build-angular": "^19.0.4",
"@angular/cli": "^19.0.4",
"@angular/compiler-cli": "^19.0.3",
"@types/jasmine": "~5.1.0",
"@vscode/codicons": "^0.0.36",
"@vscode/codicons": "~0.0.36",
"jasmine-core": "~5.3.0",
"karma": "~6.4.4",
"karma-chrome-launcher": "~3.2.0",
"karma-coverage": "~2.2.0",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.1.0",
"ng-packagr": "^18.2.1",
"typescript": "~5.4.2"
"ng-packagr": "^19.0.1",
"typescript": "~5.6.3"
}
}
Loading

0 comments on commit 6afd027

Please sign in to comment.