Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions packages/angular_devkit/build_angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,14 +74,14 @@
"esbuild": "0.17.18"
},
"peerDependencies": {
"@angular/compiler-cli": "^16.0.0-next.0",
"@angular/localize": "^16.0.0-next.0",
"@angular/platform-server": "^16.0.0-next.0",
"@angular/service-worker": "^16.0.0-next.0",
"@angular/compiler-cli": "^16.0.0",
"@angular/localize": "^16.0.0",
"@angular/platform-server": "^16.0.0",
"@angular/service-worker": "^16.0.0",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"karma": "^6.3.0",
"ng-packagr": "^16.0.0-next.1",
"ng-packagr": "^16.0.0",
"protractor": "^7.0.0",
"tailwindcss": "^2.0.0 || ^3.0.0",
"typescript": ">=4.9.3 <5.1"
Expand Down
6 changes: 3 additions & 3 deletions packages/ngtools/webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@
"homepage": "https://github.com/angular/angular-cli/tree/main/packages/ngtools/webpack",
"dependencies": {},
"peerDependencies": {
"@angular/compiler-cli": "^16.0.0-next.0",
"@angular/compiler-cli": "^16.0.0",
"typescript": ">=4.9.3 <5.1",
"webpack": "^5.54.0"
},
"devDependencies": {
"@angular-devkit/core": "0.0.0-PLACEHOLDER",
"@angular/compiler": "16.0.0-next.7",
"@angular/compiler-cli": "16.0.0-next.7",
"@angular/compiler": "16.0.0",
"@angular/compiler-cli": "16.0.0",
"typescript": "~5.0.2",
"webpack": "5.80.0"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/schematics/angular/utility/latest-versions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export const latestVersions: Record<string, string> & {
...require('./latest-versions/package.json')['dependencies'],

// As Angular CLI works with same minor versions of Angular Framework, a tilde match for the current
Angular: '^16.0.0-next.0',
Angular: '^16.0.0',

// Since @angular-devkit/build-angular and @schematics/angular are always
// published together from the same monorepo, and they are both
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"karma-jasmine-html-reporter": "~2.0.0",
"karma-jasmine": "~5.1.0",
"karma": "~6.4.0",
"ng-packagr": "^16.0.0-next.0",
"ng-packagr": "^16.0.0",
"protractor": "~7.0.0",
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
Expand Down