Skip to content

Commit

Permalink
(task) update to angular 17
Browse files Browse the repository at this point in the history
  • Loading branch information
pusherman committed Mar 11, 2024
1 parent bb76f05 commit 3dae4cf
Show file tree
Hide file tree
Showing 2 changed files with 1,929 additions and 2,077 deletions.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,23 +10,23 @@
},
"private": true,
"dependencies": {
"@angular/animations": "^16.2.7",
"@angular/common": "^16.2.7",
"@angular/compiler": "^16.2.7",
"@angular/core": "^16.2.7",
"@angular/forms": "^16.2.7",
"@angular/platform-browser": "^16.2.7",
"@angular/platform-browser-dynamic": "^16.2.7",
"@angular/router": "^16.2.7",
"@angular/animations": "^17.2.4",
"@angular/common": "^17.2.4",
"@angular/compiler": "^17.2.4",
"@angular/core": "^17.2.4",
"@angular/forms": "^17.2.4",
"@angular/platform-browser": "^17.2.4",
"@angular/platform-browser-dynamic": "^17.2.4",
"@angular/router": "^17.2.4",
"katex": "^0.16.0",
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
"zone.js": "~0.13.3"
"zone.js": "~0.14.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "^16.2.4",
"@angular/cli": "^16.2.4",
"@angular/compiler-cli": "^16.2.7",
"@angular-devkit/build-angular": "^17.2.3",
"@angular/cli": "^17.2.3",
"@angular/compiler-cli": "^17.2.4",
"@types/jasmine": "~4.0.0",
"@types/katex": "^0.16.0",
"jasmine-core": "~4.1.0",
Expand All @@ -35,8 +35,8 @@
"karma-coverage": "~2.2.0",
"karma-jasmine": "~5.0.0",
"karma-jasmine-html-reporter": "~1.7.0",
"ng-packagr": "^16.2.3",
"ng-packagr": "^17.2.1",
"prettier": "^2.7.1",
"typescript": "~5.1.6"
"typescript": "~5.3.3"
}
}
Loading

0 comments on commit 3dae4cf

Please sign in to comment.