|
2 | 2 | "name": "workspace", |
3 | 3 | "private": true, |
4 | 4 | "scripts": { |
5 | | - "postinstall": "node ./decorate-angular-cli.js && ngcc --properties es2020 browser module main", |
| 5 | + "postinstall": "node ./decorate-angular-cli.js", |
6 | 6 | "build": "nx run-many --target=build --all", |
7 | 7 | "ci": "yarn lint && yarn test && yarn build", |
8 | 8 | "lint": "nx workspace-lint && nx run-many --target=lint --all --max-warnings=0", |
9 | 9 | "nx": "nx", |
10 | 10 | "test": "nx run-many --target=test --all" |
11 | 11 | }, |
12 | 12 | "engines": { |
13 | | - "node": "16.18.0", |
| 13 | + "node": "16.19.0", |
14 | 14 | "yarn": "1.22.19" |
15 | 15 | }, |
16 | 16 | "volta": { |
17 | | - "node": "16.18.0", |
| 17 | + "node": "16.19.0", |
18 | 18 | "yarn": "1.22.19" |
19 | 19 | }, |
20 | 20 | "dependencies": { |
21 | | - "@angular/common": "14.0.7", |
22 | | - "@angular/compiler": "14.0.7", |
23 | | - "@angular/core": "14.0.7", |
24 | | - "@angular/platform-browser": "14.0.7", |
25 | | - "@angular/platform-browser-dynamic": "14.0.7", |
26 | | - "@angular/router": "14.0.7", |
27 | | - "@ngrx/component-store": "14.0.2", |
28 | | - "@ngrx/router-store": "14.0.2", |
29 | | - "@ngrx/store": "14.0.2", |
30 | | - "@nrwl/angular": "14.4.3", |
| 21 | + "@angular/common": "15.0.4", |
| 22 | + "@angular/compiler": "15.0.4", |
| 23 | + "@angular/core": "15.0.4", |
| 24 | + "@angular/platform-browser": "15.0.4", |
| 25 | + "@angular/platform-browser-dynamic": "15.0.4", |
| 26 | + "@angular/router": "15.0.4", |
| 27 | + "@ngrx/component-store": "15.0.0", |
| 28 | + "@ngrx/router-store": "15.0.0", |
| 29 | + "@ngrx/store": "15.0.0", |
| 30 | + "@nrwl/angular": "15.3.3", |
31 | 31 | "rxjs": "7.4.0", |
32 | | - "tslib": "2.3.1", |
33 | | - "zone.js": "0.11.8" |
| 32 | + "tslib": "2.4.1", |
| 33 | + "zone.js": "0.12.0" |
34 | 34 | }, |
35 | 35 | "devDependencies": { |
36 | | - "@angular-devkit/build-angular": "14.0.7", |
37 | | - "@angular-eslint/eslint-plugin": "14.0.4", |
38 | | - "@angular-eslint/eslint-plugin-template": "14.0.4", |
39 | | - "@angular-eslint/template-parser": "14.0.4", |
40 | | - "@angular/cli": "14.0.7", |
41 | | - "@angular/compiler-cli": "14.0.7", |
42 | | - "@angular/language-service": "14.0.7", |
43 | | - "@ngrx/eslint-plugin": "14.0.2", |
44 | | - "@nrwl/cli": "14.4.3", |
45 | | - "@nrwl/cypress": "14.4.3", |
46 | | - "@nrwl/eslint-plugin-nx": "14.4.3", |
47 | | - "@nrwl/jest": "14.4.3", |
48 | | - "@nrwl/linter": "14.4.3", |
49 | | - "@nrwl/workspace": "14.4.3", |
50 | | - "@types/jest": "27.4.1", |
| 36 | + "@angular-devkit/build-angular": "15.0.4", |
| 37 | + "@angular-eslint/eslint-plugin": "15.0.0", |
| 38 | + "@angular-eslint/eslint-plugin-template": "15.0.0", |
| 39 | + "@angular-eslint/template-parser": "15.0.0", |
| 40 | + "@angular/cli": "15.0.4", |
| 41 | + "@angular/compiler-cli": "15.0.4", |
| 42 | + "@angular/language-service": "15.0.4", |
| 43 | + "@ngrx/eslint-plugin": "15.0.0", |
| 44 | + "@nrwl/cli": "15.3.3", |
| 45 | + "@nrwl/eslint-plugin-nx": "15.3.3", |
| 46 | + "@nrwl/jest": "15.3.3", |
| 47 | + "@nrwl/linter": "15.3.3", |
| 48 | + "@nrwl/workspace": "15.3.3", |
| 49 | + "@types/jest": "28.1.8", |
51 | 50 | "@types/node": "16.11.7", |
52 | | - "@typescript-eslint/eslint-plugin": "5.40.1", |
53 | | - "@typescript-eslint/parser": "5.40.1", |
54 | | - "cypress": "9.7.0", |
| 51 | + "@typescript-eslint/eslint-plugin": "5.36.1", |
| 52 | + "@typescript-eslint/parser": "5.36.1", |
55 | 53 | "eslint": "8.15.0", |
56 | 54 | "eslint-config-prettier": "8.1.0", |
57 | | - "eslint-plugin-cypress": "2.12.1", |
58 | | - "jest": "27.5.1", |
59 | | - "jest-preset-angular": "11.1.2", |
60 | | - "ng-packagr": "14.0.4", |
61 | | - "nx": "14.4.3", |
| 55 | + "jest": "28.1.3", |
| 56 | + "jest-environment-jsdom": "28.1.1", |
| 57 | + "jest-preset-angular": "12.2.3", |
| 58 | + "ng-packagr": "15.0.3", |
| 59 | + "nx": "15.3.3", |
62 | 60 | "postcss": "8.4.18", |
63 | 61 | "postcss-import": "14.1.0", |
64 | 62 | "postcss-preset-env": "7.5.0", |
65 | 63 | "postcss-url": "10.1.3", |
66 | 64 | "prettier": "2.7.1", |
67 | | - "ts-jest": "27.1.4", |
68 | | - "ts-node": "10.8.2", |
69 | | - "typescript": "4.7.4" |
| 65 | + "ts-jest": "28.0.8", |
| 66 | + "ts-node": "10.9.1", |
| 67 | + "typescript": "4.8.4" |
70 | 68 | } |
71 | 69 | } |
0 commit comments