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 @@ -3,20 +3,20 @@
# This file should be checked into version control along with the pnpm-lock.yaml file.
.npmrc=-1406867100
modules/testing/builder/package.json=-1196120648
package.json=1915794033
packages/angular/build/package.json=-1602808389
package.json=746161171
packages/angular/build/package.json=-183033924
packages/angular/cli/package.json=-1878910022
packages/angular/pwa/package.json=1108903917
packages/angular/ssr/package.json=1104313629
packages/angular_devkit/architect/package.json=-1496633956
packages/angular_devkit/architect_cli/package.json=1551210941
packages/angular_devkit/build_angular/package.json=-949307408
packages/angular_devkit/build_angular/package.json=1298883186
packages/angular_devkit/build_webpack/package.json=373950017
packages/angular_devkit/core/package.json=339935828
packages/angular_devkit/schematics/package.json=673943597
packages/angular_devkit/schematics_cli/package.json=-1663529211
packages/ngtools/webpack/package.json=1463215526
packages/schematics/angular/package.json=251715148
pnpm-lock.yaml=327624853
pnpm-lock.yaml=-2018660090
pnpm-workspace.yaml=-1847919625
yarn.lock=1005429013
yarn.lock=1341797402
6 changes: 3 additions & 3 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ build_bazel_rules_nodejs_dependencies()

http_archive(
name = "aspect_rules_js",
sha256 = "fbc34d815a0cc52183a1a26732fc0329e26774a51abbe0f26fc9fd2dab6133b4",
strip_prefix = "rules_js-2.1.2",
url = "https://github.com/aspect-build/rules_js/releases/download/v2.1.2/rules_js-v2.1.2.tar.gz",
sha256 = "875b8d01af629dbf626eddc5cf239c9f0da20330f4d99ad956afc961096448dd",
strip_prefix = "rules_js-2.1.3",
url = "https://github.com/aspect-build/rules_js/releases/download/v2.1.3/rules_js-v2.1.3.tar.gz",
)

load("@aspect_rules_js//js:repositories.bzl", "rules_js_dependencies")
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@
"magic-string": "0.30.17",
"mini-css-extract-plugin": "2.9.2",
"mrmime": "2.0.0",
"ng-packagr": "19.1.0",
"ng-packagr": "19.1.1",
"npm": "^11.0.0",
"npm-package-arg": "12.0.1",
"npm-pick-manifest": "10.0.0",
Expand All @@ -179,7 +179,7 @@
"puppeteer": "18.2.1",
"quicktype-core": "23.0.171",
"resolve-url-loader": "5.0.0",
"rollup": "4.31.0",
"rollup": "4.32.0",
"rollup-license-plugin": "~3.0.1",
"rollup-plugin-sourcemaps": "^0.6.0",
"rxjs": "7.8.1",
Expand All @@ -197,7 +197,7 @@
"ts-node": "^10.9.1",
"tslib": "2.8.1",
"typescript": "5.7.3",
"undici": "7.2.3",
"undici": "7.3.0",
"unenv": "^1.10.0",
"verdaccio": "6.0.5",
"verdaccio-auth-memory": "^10.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/angular/build/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"parse5-html-rewriting-stream": "7.0.0",
"picomatch": "4.0.2",
"piscina": "4.8.0",
"rollup": "4.31.0",
"rollup": "4.32.0",
"sass": "1.83.4",
"semver": "7.6.3",
"vite": "6.0.11",
Expand Down
2 changes: 1 addition & 1 deletion packages/angular_devkit/build_angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"esbuild": "0.24.2"
},
"devDependencies": {
"undici": "7.2.3"
"undici": "7.3.0"
},
"peerDependencies": {
"@angular/compiler-cli": "0.0.0-ANGULAR-FW-PEER-DEP",
Expand Down
Loading
Loading