Skip to content

Commit

Permalink
chore(upgrade ng): Upgrade to ng17 latest
Browse files Browse the repository at this point in the history
Tests pass, and example tests pass.

resolves: [Feature]: Angular 17 support  thymikee#2196
  • Loading branch information
johncrim committed Jan 3, 2024
1 parent 45ec57b commit 5f3effb
Show file tree
Hide file tree
Showing 2 changed files with 2,656 additions and 1,239 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,14 +63,14 @@
"typescript": ">=4.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "^16.0.4",
"@angular/animations": "^16.0.4",
"@angular/common": "^16.0.4",
"@angular/compiler": "^16.0.4",
"@angular/compiler-cli": "~16.0.4",
"@angular/core": "^16.0.4",
"@angular/platform-browser": "^16.0.4",
"@angular/platform-browser-dynamic": "^16.0.4",
"@angular-devkit/build-angular": "^17.0.8",
"@angular/animations": "^17.0.8",
"@angular/common": "^17.0.8",
"@angular/compiler": "^17.0.8",
"@angular/compiler-cli": "~17.0.8",
"@angular/core": "^17.0.8",
"@angular/platform-browser": "^17.0.8",
"@angular/platform-browser-dynamic": "^17.0.8",
"@commitlint/cli": "^17.6.7",
"@commitlint/config-angular": "^17.6.7",
"@jest/transform": "^29.5.0",
Expand Down Expand Up @@ -104,7 +104,7 @@
"ts-node": "^10.9.1",
"tslib": "^2.5.2",
"typescript": "^5.3.3",
"zone.js": "^0.13.0"
"zone.js": "^0.14.2"
},
"packageManager": "yarn@3.5.1"
}
Loading

0 comments on commit 5f3effb

Please sign in to comment.