|
1 | 1 | {
|
2 |
| - "name": "root", |
| 2 | + "name": "workspace", |
3 | 3 | "private": true,
|
4 | 4 | "scripts": {
|
5 | 5 | "postinstall": "node ./decorate-angular-cli.js && ngcc --properties es2015 browser module main",
|
6 | 6 | "build": "nx build",
|
7 | 7 | "lint": "nx workspace-lint && nx lint --max-warnings=0",
|
8 | 8 | "nx": "nx",
|
9 |
| - "renovate:validate": "renovate-config-validator", |
10 | 9 | "test": "nx test"
|
11 | 10 | },
|
12 |
| - "dependencies": { |
13 |
| - "@angular/animations": "13.1.3", |
14 |
| - "@angular/common": "13.1.3", |
15 |
| - "@angular/compiler": "13.1.3", |
16 |
| - "@angular/core": "13.1.3", |
17 |
| - "@angular/forms": "13.1.3", |
18 |
| - "@angular/platform-browser": "13.1.3", |
19 |
| - "@angular/platform-browser-dynamic": "13.1.3", |
20 |
| - "@angular/router": "13.1.3", |
21 |
| - "@ngrx/component-store": "13.0.2", |
22 |
| - "@ngrx/router-store": "13.0.2", |
23 |
| - "@ngrx/store": "13.0.2", |
24 |
| - "@nrwl/angular": "13.3.6", |
25 |
| - "rxjs": "7.4.0", |
26 |
| - "tslib": "2.3.1", |
27 |
| - "zone.js": "0.11.8" |
28 |
| - }, |
29 |
| - "devDependencies": { |
30 |
| - "@angular-devkit/build-angular": "13.0.4", |
31 |
| - "@angular-eslint/eslint-plugin": "13.0.1", |
32 |
| - "@angular-eslint/eslint-plugin-template": "13.0.1", |
33 |
| - "@angular-eslint/template-parser": "13.0.1", |
34 |
| - "@angular/cli": "13.0.4", |
35 |
| - "@angular/compiler-cli": "13.1.3", |
36 |
| - "@angular/language-service": "13.1.3", |
37 |
| - "@nrwl/cli": "13.3.6", |
38 |
| - "@nrwl/cypress": "13.3.6", |
39 |
| - "@nrwl/eslint-plugin-nx": "13.3.6", |
40 |
| - "@nrwl/jest": "13.3.6", |
41 |
| - "@nrwl/linter": "13.3.6", |
42 |
| - "@nrwl/tao": "13.3.6", |
43 |
| - "@nrwl/workspace": "13.3.6", |
44 |
| - "@schematics/angular": "12.2.18", |
45 |
| - "@types/jest": "27.0.3", |
46 |
| - "@types/node": "14.14.45", |
47 |
| - "@typescript-eslint/eslint-plugin": "5.3.1", |
48 |
| - "@typescript-eslint/parser": "5.3.1", |
49 |
| - "cypress": "8.3.1", |
50 |
| - "eslint": "8.2.0", |
51 |
| - "eslint-config-prettier": "8.1.0", |
52 |
| - "eslint-plugin-ngrx": "2.1.4", |
53 |
| - "jest": "27.2.5", |
54 |
| - "jest-preset-angular": "11.0.1", |
55 |
| - "ng-packagr": "13.0.8", |
56 |
| - "postcss": "8.3.11", |
57 |
| - "postcss-import": "14.0.2", |
58 |
| - "postcss-preset-env": "6.7.1", |
59 |
| - "postcss-url": "10.1.3", |
60 |
| - "prettier": "2.3.2", |
61 |
| - "renovate": "31.97.3", |
62 |
| - "ts-jest": "27.0.7", |
63 |
| - "typescript": "4.4.4" |
64 |
| - }, |
65 | 11 | "engines": {
|
66 |
| - "node": "16.18.0", |
67 |
| - "npm": "Use Yarn v1 instead of npm", |
| 12 | + "node": "14.20.1", |
68 | 13 | "yarn": "1.22.19"
|
69 | 14 | },
|
70 | 15 | "volta": {
|
71 |
| - "node": "16.18.0", |
| 16 | + "node": "14.20.1", |
72 | 17 | "yarn": "1.22.19"
|
| 18 | + }, |
| 19 | + "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" |
| 35 | + }, |
| 36 | + "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", |
| 44 | + "@nrwl/cli": "13.1.4", |
| 45 | + "@nrwl/cypress": "13.1.4", |
| 46 | + "@nrwl/eslint-plugin-nx": "13.1.4", |
| 47 | + "@nrwl/jest": "13.1.4", |
| 48 | + "@nrwl/linter": "13.1.4", |
| 49 | + "@nrwl/tao": "13.1.4", |
| 50 | + "@nrwl/workspace": "13.1.4", |
| 51 | + "@schematics/angular": "12.2.0", |
| 52 | + "@types/jest": "27.0.2", |
| 53 | + "@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", |
| 57 | + "eslint": "7.32.0", |
| 58 | + "eslint-config-prettier": "8.1.0", |
| 59 | + "eslint-plugin-ngrx": "^1.46.3", |
| 60 | + "jest": "27.2.3", |
| 61 | + "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", |
| 69 | + "ts-jest": "27.0.5", |
| 70 | + "typescript": "~4.3.5" |
73 | 71 | }
|
74 | 72 | }
|
0 commit comments