|
3 | 3 | "private": true,
|
4 | 4 | "scripts": {
|
5 | 5 | "postinstall": "node ./decorate-angular-cli.js && ngcc --properties es2015 browser module main",
|
6 |
| - "build": "nx build", |
7 |
| - "lint": "nx workspace-lint && nx lint --max-warnings=0", |
| 6 | + "build": "nx run-many --target=build --all", |
| 7 | + "ci": "yarn lint && yarn test && yarn build", |
| 8 | + "lint": "nx workspace-lint && nx run-many --target=lint --all --max-warnings=0", |
8 | 9 | "nx": "nx",
|
9 |
| - "test": "nx test" |
| 10 | + "test": "nx run-many --target=test --all" |
10 | 11 | },
|
11 | 12 | "engines": {
|
12 | 13 | "node": "14.20.1",
|
|
17 | 18 | "yarn": "1.22.19"
|
18 | 19 | },
|
19 | 20 | "dependencies": {
|
20 |
| - "@angular/animations": "^12.2.0", |
21 |
| - "@angular/common": "^12.2.0", |
22 |
| - "@angular/compiler": "^12.2.0", |
23 |
| - "@angular/core": "^12.2.0", |
24 |
| - "@angular/forms": "^12.2.0", |
25 |
| - "@angular/platform-browser": "^12.2.0", |
26 |
| - "@angular/platform-browser-dynamic": "^12.2.0", |
27 |
| - "@angular/router": "^12.2.0", |
28 |
| - "@ngrx/component-store": "^12.5.1", |
29 |
| - "@ngrx/router-store": "^12.5.1", |
30 |
| - "@ngrx/store": "^12.5.1", |
31 |
| - "@nrwl/angular": "^13.1.4", |
32 |
| - "rxjs": "^7.4.0", |
33 |
| - "tslib": "^2.0.0", |
34 |
| - "zone.js": "~0.11.4" |
| 21 | + "@angular/common": "12.2.0", |
| 22 | + "@angular/compiler": "12.2.0", |
| 23 | + "@angular/core": "12.2.0", |
| 24 | + "@angular/platform-browser": "12.2.0", |
| 25 | + "@angular/platform-browser-dynamic": "12.2.0", |
| 26 | + "@angular/router": "12.2.0", |
| 27 | + "@ngrx/component-store": "12.0.0", |
| 28 | + "@ngrx/router-store": "12.0.0", |
| 29 | + "@ngrx/store": "12.0.0", |
| 30 | + "@nrwl/angular": "13.1.4", |
| 31 | + "rxjs": "7.2.0", |
| 32 | + "tslib": "2.3.1", |
| 33 | + "zone.js": "0.11.4" |
35 | 34 | },
|
36 | 35 | "devDependencies": {
|
37 |
| - "@angular-devkit/build-angular": "~12.2.0", |
38 |
| - "@angular-eslint/eslint-plugin": "~12.3.0", |
39 |
| - "@angular-eslint/eslint-plugin-template": "~12.3.0", |
40 |
| - "@angular-eslint/template-parser": "~12.3.0", |
41 |
| - "@angular/cli": "^12.2.0", |
42 |
| - "@angular/compiler-cli": "^12.2.0", |
43 |
| - "@angular/language-service": "^12.2.0", |
| 36 | + "@angular-devkit/build-angular": "12.2.0", |
| 37 | + "@angular-eslint/eslint-plugin": "12.3.0", |
| 38 | + "@angular-eslint/eslint-plugin-template": "12.3.0", |
| 39 | + "@angular-eslint/template-parser": "12.3.0", |
| 40 | + "@angular/cli": "12.2.0", |
| 41 | + "@angular/compiler-cli": "12.2.0", |
| 42 | + "@angular/language-service": "12.2.0", |
44 | 43 | "@nrwl/cli": "13.1.4",
|
45 | 44 | "@nrwl/cypress": "13.1.4",
|
46 | 45 | "@nrwl/eslint-plugin-nx": "13.1.4",
|
47 | 46 | "@nrwl/jest": "13.1.4",
|
48 | 47 | "@nrwl/linter": "13.1.4",
|
49 | 48 | "@nrwl/tao": "13.1.4",
|
50 | 49 | "@nrwl/workspace": "13.1.4",
|
51 |
| - "@schematics/angular": "12.2.0", |
52 | 50 | "@types/jest": "27.0.2",
|
53 | 51 | "@types/node": "14.14.33",
|
54 |
| - "@typescript-eslint/eslint-plugin": "~4.33.0", |
55 |
| - "@typescript-eslint/parser": "^5.3.1", |
56 |
| - "cypress": "^8.3.0", |
| 52 | + "@typescript-eslint/eslint-plugin": "4.33.0", |
| 53 | + "@typescript-eslint/parser": "4.33.0", |
| 54 | + "cypress": "8.7.0", |
57 | 55 | "eslint": "7.32.0",
|
58 | 56 | "eslint-config-prettier": "8.1.0",
|
59 | 57 | "eslint-plugin-ngrx": "^1.46.3",
|
60 | 58 | "jest": "27.2.3",
|
61 | 59 | "jest-preset-angular": "10.0.1",
|
62 |
| - "ng-packagr": "^12.1.1", |
63 |
| - "nx": "13.1.4", |
64 |
| - "postcss": "^8.3.9", |
65 |
| - "postcss-import": "^14.0.2", |
66 |
| - "postcss-preset-env": "^6.7.0", |
67 |
| - "postcss-url": "^10.1.1", |
68 |
| - "prettier": "^2.3.1", |
| 60 | + "ng-packagr": "12.2.7", |
| 61 | + "postcss": "8.4.18", |
| 62 | + "postcss-import": "14.1.0", |
| 63 | + "postcss-preset-env": "6.7.0", |
| 64 | + "postcss-url": "10.1.3", |
| 65 | + "prettier": "2.7.1", |
69 | 66 | "ts-jest": "27.0.5",
|
70 |
| - "typescript": "~4.3.5" |
| 67 | + "typescript": "4.3.5" |
71 | 68 | }
|
72 | 69 | }
|
0 commit comments