|
22 | 22 | "build": "node ./bin/devkit-admin build", |
23 | 23 | "build-tsc": "tsc -p tsconfig.json", |
24 | 24 | "lint": "eslint --cache --max-warnings=0 \"**/*.ts\"", |
25 | | - "ng-dev": "ts-node --esm --project .ng-dev/tsconfig.json --transpile-only node_modules/@angular/ng-dev/bundles/cli.mjs", |
26 | 25 | "templates": "node ./bin/devkit-admin templates", |
27 | 26 | "validate": "node ./bin/devkit-admin validate", |
28 | 27 | "postinstall": "yarn webdriver-update && yarn husky && patch-package --patch-dir tools/postinstall/patches", |
29 | 28 | "//webdriver-update-README": "ChromeDriver version must match Puppeteer Chromium version, see https://github.com/GoogleChrome/puppeteer/releases http://chromedriver.chromium.org/downloads", |
30 | 29 | "webdriver-update": "webdriver-manager update --standalone false --gecko false --versions.chrome 106.0.5249.21", |
31 | 30 | "public-api:check": "node goldens/public-api/manage.js test", |
| 31 | + "ng-dev": "node --no-warnings=ExperimentalWarning --loader ts-node/esm/transpile-only node_modules/@angular/ng-dev/bundles/cli.mjs", |
32 | 32 | "public-api:update": "node goldens/public-api/manage.js accept", |
33 | 33 | "ts-circular-deps:check": "yarn -s ng-dev ts-circular-deps check --config ./packages/circular-deps-test.conf.js", |
34 | 34 | "ts-circular-deps:approve": "yarn -s ng-dev ts-circular-deps approve --config ./packages/circular-deps-test.conf.js", |
|
39 | 39 | "url": "https://github.com/angular/angular-cli.git" |
40 | 40 | }, |
41 | 41 | "engines": { |
42 | | - "node": "^18.13.0 || ^20.9.0", |
| 42 | + "node": "^18.19.1 || ^20.11.1", |
43 | 43 | "yarn": ">=1.21.1 <2", |
44 | 44 | "npm": "Please use yarn instead of NPM to install dependencies" |
45 | 45 | }, |
|
0 commit comments