|
5 | 5 | "version": "0.0.0", |
6 | 6 | "license": "MIT", |
7 | 7 | "scripts": { |
8 | | - "preinstall": "(pnpm remove codelyzer --silent || echo ✅ Codelyzer is already removed.) && (pnpm remove tslint --silent || echo ✅ TSLint is already removed.)", |
9 | 8 | "postinstall": "node ./decorate-angular-cli.js && ngcc --properties es2015 browser module main", |
10 | 9 | "nx": "nx", |
11 | 10 | "start": "nx serve examples-angular-nrwl-airlines-booking-desktop-app", |
12 | | - "build": "nx run-many --target=build --configuration=production --all", |
13 | | - "test": "nx run-many --target=test --all --parallel", |
14 | | - "lint": "nx workspace-lint && nx run-many --target=lint --all --parallel", |
15 | | - "e2e": "nx run-many --target=e2e --all --parallel", |
| 11 | + "build": "nx run-many --target=build --configuration=production --all --parallel=false", |
| 12 | + "test": "nx run-many --target=test --all", |
| 13 | + "lint": "nx workspace-lint && nx run-many --target=lint --all", |
| 14 | + "e2e": "nx run-many --target=e2e --all --parallel=false", |
16 | 15 | "affected:apps": "nx affected:apps", |
17 | 16 | "affected:libs": "nx affected:libs", |
18 | | - "affected:build": "nx affected:build", |
19 | | - "affected:e2e": "nx affected:e2e --parallel", |
20 | | - "affected:test": "nx affected:test --parallel", |
21 | | - "affected:lint": "nx affected:lint --parallel", |
| 17 | + "affected:build": "nx affected:build --parallel=false", |
| 18 | + "affected:e2e": "nx affected:e2e", |
| 19 | + "affected:test": "nx affected:test", |
| 20 | + "affected:lint": "nx affected:lint", |
22 | 21 | "affected:dep-graph": "nx affected:dep-graph", |
23 | 22 | "affected": "nx affected", |
24 | 23 | "contributors:add": "all-contributors add", |
|
50 | 49 | "@ngrx/store": "~12.0.0", |
51 | 50 | "@nrwl/angular": "~12.3.5", |
52 | 51 | "luxon": "^1.25.0", |
53 | | - "rxjs": "~6.5.5", |
| 52 | + "rxjs": "~6.6.0", |
54 | 53 | "tslib": "^2.1.0", |
55 | 54 | "zone.js": "~0.11.4" |
56 | 55 | }, |
|
79 | 78 | "@nrwl/workspace": "~12.3.5", |
80 | 79 | "@types/jest": "~26.0.8", |
81 | 80 | "@types/luxon": "^1.25.0", |
82 | | - "@types/node": "14.14.33", |
83 | | - "@typescript-eslint/eslint-plugin": "~4.3.0", |
84 | | - "@typescript-eslint/parser": "~4.3.0", |
| 81 | + "@types/node": "^14.14.33", |
| 82 | + "@typescript-eslint/eslint-plugin": "~4.19.0", |
| 83 | + "@typescript-eslint/parser": "~4.19.0", |
85 | 84 | "all-contributors-cli": "^6.19.0", |
86 | | - "cypress": "^5.6.0", |
| 85 | + "cypress": "^7.4.0", |
87 | 86 | "dotenv": "~8.2.0", |
88 | 87 | "eslint": "~7.10.0", |
89 | 88 | "eslint-config-prettier": "~8.1.0", |
90 | 89 | "eslint-plugin-cypress": "^2.11.2", |
91 | | - "eslint-plugin-import": "^2.22.1", |
92 | | - "eslint-plugin-jsdoc": "^30.7.13", |
93 | | - "eslint-plugin-prefer-arrow": "^1.2.2", |
94 | 90 | "git-cz": "^4.7.6", |
95 | 91 | "husky": "^4.3.7", |
96 | 92 | "jest": "~26.2.2", |
97 | 93 | "jest-preset-angular": "~8.4.0", |
98 | 94 | "json": "^10.0.0", |
99 | 95 | "lint-staged": "^10.5.3", |
| 96 | + "ng-packagr": "~12.0.2", |
100 | 97 | "prettier": "~2.2.1", |
101 | 98 | "ts-jest": "~26.5.5", |
102 | 99 | "ts-node": "~9.1.1", |
|
0 commit comments