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
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,23 +52,23 @@
},
"devDependencies": {
"@ampproject/remapping": "2.3.0",
"@angular/animations": "19.0.0-rc.3",
"@angular/animations": "19.0.0",
"@angular/bazel": "patch:@angular/bazel@https%3A//github.com/angular/bazel-builds.git%23commit=07617f0f8540d27f8895b1820a6f994e1e5b7277#~/.yarn/patches/@angular-bazel-https-9848736cf4.patch",
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#3ba5a1f997a072caffcf19f9c767e7e570043898",
"@angular/cdk": "19.0.0-rc.3",
"@angular/common": "19.0.0-rc.3",
"@angular/compiler": "19.0.0-rc.3",
"@angular/compiler-cli": "19.0.0-rc.3",
"@angular/core": "19.0.0-rc.3",
"@angular/forms": "19.0.0-rc.3",
"@angular/localize": "19.0.0-rc.3",
"@angular/common": "19.0.0",
"@angular/compiler": "19.0.0",
"@angular/compiler-cli": "19.0.0",
"@angular/core": "19.0.0",
"@angular/forms": "19.0.0",
"@angular/localize": "19.0.0",
"@angular/material": "19.0.0-rc.3",
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#5f5021669687fdd811f916dc9699eca753ab4a13",
"@angular/platform-browser": "19.0.0-rc.3",
"@angular/platform-browser-dynamic": "19.0.0-rc.3",
"@angular/platform-server": "19.0.0-rc.3",
"@angular/router": "19.0.0-rc.3",
"@angular/service-worker": "19.0.0-rc.3",
"@angular/platform-browser": "19.0.0",
"@angular/platform-browser-dynamic": "19.0.0",
"@angular/platform-server": "19.0.0",
"@angular/router": "19.0.0",
"@angular/service-worker": "19.0.0",
"@babel/core": "7.26.0",
"@babel/generator": "7.26.2",
"@babel/helper-annotate-as-pure": "7.25.9",
Expand Down Expand Up @@ -168,7 +168,7 @@
"magic-string": "0.30.12",
"mini-css-extract-plugin": "2.9.2",
"mrmime": "2.0.0",
"ng-packagr": "19.0.0-rc.0",
"ng-packagr": "19.0.0",
"npm": "^10.8.1",
"npm-package-arg": "12.0.0",
"npm-pick-manifest": "10.0.0",
Expand Down
10 changes: 5 additions & 5 deletions packages/angular/build/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@
"lmdb": "3.1.5"
},
"peerDependencies": {
"@angular/compiler": "^19.0.0-next.9",
"@angular/compiler-cli": "^19.0.0-next.9",
"@angular/localize": "^19.0.0-next.9",
"@angular/platform-server": "^19.0.0-next.9",
"@angular/service-worker": "^19.0.0-next.9",
"@angular/compiler": "^19.0.0",
"@angular/compiler-cli": "^19.0.0",
"@angular/localize": "^19.0.0",
"@angular/platform-server": "^19.0.0",
"@angular/service-worker": "^19.0.0",
"@angular/ssr": "^0.0.0-PLACEHOLDER",
"less": "^4.2.0",
"postcss": "^8.4.0",
Expand Down
20 changes: 10 additions & 10 deletions packages/angular/ssr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,18 @@
"tslib": "^2.3.0"
},
"peerDependencies": {
"@angular/common": "^19.0.0-next.0",
"@angular/core": "^19.0.0-next.0",
"@angular/platform-server": "^19.0.0-next.0",
"@angular/router": "^19.0.0-next.0"
"@angular/common": "^19.0.0",
"@angular/core": "^19.0.0",
"@angular/platform-server": "^19.0.0",
"@angular/router": "^19.0.0"
},
"devDependencies": {
"@angular/common": "19.0.0-rc.3",
"@angular/compiler": "19.0.0-rc.3",
"@angular/core": "19.0.0-rc.3",
"@angular/platform-browser": "19.0.0-rc.3",
"@angular/platform-server": "19.0.0-rc.3",
"@angular/router": "19.0.0-rc.3",
"@angular/common": "19.0.0",
"@angular/compiler": "19.0.0",
"@angular/core": "19.0.0",
"@angular/platform-browser": "19.0.0",
"@angular/platform-server": "19.0.0",
"@angular/router": "19.0.0",
"@bazel/runfiles": "^5.8.1"
},
"sideEffects": false,
Expand Down
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 @@ -69,17 +69,17 @@
"undici": "6.21.0"
},
"peerDependencies": {
"@angular/compiler-cli": "^19.0.0-next.0",
"@angular/localize": "^19.0.0-next.0",
"@angular/platform-server": "^19.0.0-next.0",
"@angular/service-worker": "^19.0.0-next.0",
"@angular/compiler-cli": "^19.0.0",
"@angular/localize": "^19.0.0",
"@angular/platform-server": "^19.0.0",
"@angular/service-worker": "^19.0.0",
"@angular/ssr": "^0.0.0-PLACEHOLDER",
"@web/test-runner": "^0.19.0",
"browser-sync": "^3.0.2",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"karma": "^6.3.0",
"ng-packagr": "^19.0.0-next.0",
"ng-packagr": "^19.0.0",
"protractor": "^7.0.0",
"tailwindcss": "^2.0.0 || ^3.0.0",
"typescript": ">=5.5 <5.7"
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 @@ -21,14 +21,14 @@
},
"homepage": "https://github.com/angular/angular-cli/tree/main/packages/ngtools/webpack",
"peerDependencies": {
"@angular/compiler-cli": "^19.0.0-next.0",
"@angular/compiler-cli": "^19.0.0",
"typescript": ">=5.5 <5.7",
"webpack": "^5.54.0"
},
"devDependencies": {
"@angular-devkit/core": "0.0.0-PLACEHOLDER",
"@angular/compiler": "19.0.0-rc.3",
"@angular/compiler-cli": "19.0.0-rc.3",
"@angular/compiler": "19.0.0",
"@angular/compiler-cli": "19.0.0",
"typescript": "5.6.3",
"webpack": "5.96.1"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"comment": "This file is needed so that dependencies are synced by Renovate.",
"private": true,
"dependencies": {
"@angular/core": "^19.0.0-next.0",
"@angular/core": "^19.0.0",
"@types/express": "^4.17.17",
"@types/jasmine": "~5.1.0",
"@types/node": "^18.18.0",
Expand All @@ -17,7 +17,7 @@
"karma-jasmine": "~5.1.0",
"karma": "~6.4.0",
"less": "^4.2.0",
"ng-packagr": "^19.0.0-next.0",
"ng-packagr": "^19.0.0",
"postcss": "^8.4.38",
"protractor": "~7.0.0",
"rxjs": "~7.8.0",
Expand Down
Loading