|
15 | 15 | }, |
16 | 16 | "scripts": { |
17 | 17 | "postinstall": "node tools/postinstall/apply-patches.js", |
18 | | - "ng-dev": "cross-env TS_NODE_PROJECT=$PWD/.ng-dev/tsconfig.json TS_NODE_TRANSPILE_ONLY=1 node --no-warnings --loader ts-node/esm node_modules/@angular/dev-infra-private/ng-dev/bundles/cli.mjs", |
| 18 | + "ng-dev": "cross-env TS_NODE_PROJECT=$PWD/.ng-dev/tsconfig.json TS_NODE_TRANSPILE_ONLY=1 node --no-warnings --loader ts-node/esm node_modules/@angular/ng-dev/bundles/cli.mjs", |
19 | 19 | "build": "ts-node --esm --project scripts/tsconfig.json ./scripts/build-packages-dist-main.mts", |
20 | 20 | "build-docs-content": "ts-node --esm --project scripts/tsconfig.json ./scripts/build-docs-content-main.mts", |
21 | 21 | "build-and-check-release-output": "ts-node --esm --project scripts/tsconfig.json scripts/build-and-check-release-output.mts", |
|
75 | 75 | "@angular-devkit/core": "^14.0.1", |
76 | 76 | "@angular-devkit/schematics": "^14.0.1", |
77 | 77 | "@angular/bazel": "^14.0.1", |
| 78 | + "@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#1addc303bef0b6acc0dca0961e9e642629f3a5cd", |
78 | 79 | "@angular/cli": "^14.0.1", |
79 | 80 | "@angular/compiler-cli": "^14.0.1", |
80 | | - "@angular/dev-infra-private": "https://github.com/angular/dev-infra-private-builds.git#c1b330bfbd79adf076039c872b966cfef76c5781", |
81 | 81 | "@angular/localize": "^14.0.1", |
| 82 | + "@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#865c7687cdca2bd512040330e1677eecaa26e46a", |
82 | 83 | "@angular/platform-browser-dynamic": "^14.0.1", |
83 | 84 | "@angular/platform-server": "^14.0.1", |
84 | 85 | "@angular/router": "^14.0.1", |
|
224 | 225 | "zx": "^6.2.4" |
225 | 226 | }, |
226 | 227 | "resolutions": { |
227 | | - "@angular/dev-infra-private/typescript": "~4.7.2", |
| 228 | + "@angular/build-tooling/typescript": "~4.7.2", |
| 229 | + "@angular/ng-dev/typescript": "~4.7.2", |
228 | 230 | "browser-sync-client": "2.26.13", |
229 | 231 | "dgeni-packages/typescript": "~4.7.2", |
230 | 232 | "**/https-proxy-agent": "5.0.0" |
|
0 commit comments