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
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Input hashes for repository rule npm_translate_lock(name = "npm2", pnpm_lock = "@//:pnpm-lock.yaml").
# This file should be checked into version control along with the pnpm-lock.yaml file.
.npmrc=-2023857461
package.json=1634106874
pnpm-lock.yaml=2053402545
package.json=1537147063
pnpm-lock.yaml=-1558034193
pnpm-workspace.yaml=1711114604
yarn.lock=-62288348
yarn.lock=-370009616
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,23 +42,23 @@
"homepage": "https://github.com/angular/angular-cli",
"devDependencies": {
"@ampproject/remapping": "2.3.0",
"@angular/animations": "19.1.0-next.3",
"@angular/bazel": "https://github.com/angular/bazel-builds.git#d9b105ada50e036455e44eb61cc218c696f50297",
"@angular/animations": "19.1.0-next.4",
"@angular/bazel": "https://github.com/angular/bazel-builds.git#c79da6c15ac32645b5e85ee9e098cbf3627e2126",
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#23a3f5d3df3644a47fefb864aa575c6ff0044cee",
"@angular/cdk": "19.1.0-next.2",
"@angular/common": "19.1.0-next.3",
"@angular/compiler": "19.1.0-next.3",
"@angular/compiler-cli": "19.1.0-next.3",
"@angular/core": "19.1.0-next.3",
"@angular/forms": "19.1.0-next.3",
"@angular/localize": "19.1.0-next.3",
"@angular/material": "19.1.0-next.2",
"@angular/cdk": "19.1.0-next.3",
"@angular/common": "19.1.0-next.4",
"@angular/compiler": "19.1.0-next.4",
"@angular/compiler-cli": "19.1.0-next.4",
"@angular/core": "19.1.0-next.4",
"@angular/forms": "19.1.0-next.4",
"@angular/localize": "19.1.0-next.4",
"@angular/material": "19.1.0-next.3",
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#a7f5e0ca6ce8a27aae64f8d342e7fb9f557a8408",
"@angular/platform-browser": "19.1.0-next.3",
"@angular/platform-browser-dynamic": "19.1.0-next.3",
"@angular/platform-server": "19.1.0-next.3",
"@angular/router": "19.1.0-next.3",
"@angular/service-worker": "19.1.0-next.3",
"@angular/platform-browser": "19.1.0-next.4",
"@angular/platform-browser-dynamic": "19.1.0-next.4",
"@angular/platform-server": "19.1.0-next.4",
"@angular/router": "19.1.0-next.4",
"@angular/service-worker": "19.1.0-next.4",
"@babel/core": "7.26.0",
"@babel/generator": "7.26.3",
"@babel/helper-annotate-as-pure": "7.25.9",
Expand Down
12 changes: 6 additions & 6 deletions packages/angular/ssr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@
}
},
"devDependencies": {
"@angular/common": "19.1.0-next.3",
"@angular/compiler": "19.1.0-next.3",
"@angular/core": "19.1.0-next.3",
"@angular/platform-browser": "19.1.0-next.3",
"@angular/platform-server": "19.1.0-next.3",
"@angular/router": "19.1.0-next.3",
"@angular/common": "19.1.0-next.4",
"@angular/compiler": "19.1.0-next.4",
"@angular/core": "19.1.0-next.4",
"@angular/platform-browser": "19.1.0-next.4",
"@angular/platform-server": "19.1.0-next.4",
"@angular/router": "19.1.0-next.4",
"@bazel/runfiles": "^5.8.1"
},
"sideEffects": false,
Expand Down
4 changes: 2 additions & 2 deletions packages/ngtools/webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
},
"devDependencies": {
"@angular-devkit/core": "0.0.0-PLACEHOLDER",
"@angular/compiler": "19.1.0-next.3",
"@angular/compiler-cli": "19.1.0-next.3",
"@angular/compiler": "19.1.0-next.4",
"@angular/compiler-cli": "19.1.0-next.4",
"typescript": "5.7.2",
"webpack": "5.97.1"
}
Expand Down
Loading
Loading