|
19 | 19 | "private": true, |
20 | 20 | "dependencies": { |
21 | 21 | "@actions/core": "^1.10.0", |
22 | | - "@angular/animations": "20.1.3", |
23 | | - "@angular/common": "20.1.3", |
24 | | - "@angular/compiler": "20.1.3", |
25 | | - "@angular/core": "20.1.3", |
26 | | - "@angular/forms": "20.1.3", |
27 | | - "@angular/platform-browser": "20.1.3", |
28 | | - "@angular/platform-browser-dynamic": "20.1.3", |
29 | | - "@angular/router": "20.1.3", |
30 | | - "@nx/angular": "21.3.10", |
| 22 | + "@angular/animations": "20.3.9", |
| 23 | + "@angular/common": "20.3.9", |
| 24 | + "@angular/compiler": "20.3.9", |
| 25 | + "@angular/core": "20.3.9", |
| 26 | + "@angular/forms": "20.3.9", |
| 27 | + "@angular/platform-browser": "20.3.9", |
| 28 | + "@angular/platform-browser-dynamic": "20.3.9", |
| 29 | + "@angular/router": "20.3.9", |
| 30 | + "@nx/angular": "22.0.2", |
31 | 31 | "@sap-ui/common-css": "^0.40.1", |
32 | 32 | "@storybook/addon-docs": "9.1.0", |
33 | 33 | "@types/lodash": "4.14.191", |
|
54 | 54 | "zone.js": "0.15.0" |
55 | 55 | }, |
56 | 56 | "devDependencies": { |
57 | | - "@angular-devkit/architect": "0.2001.3", |
58 | | - "@angular-devkit/build-angular": "20.1.3", |
59 | | - "@angular-devkit/core": "20.1.3", |
60 | | - "@angular-devkit/schematics": "20.1.3", |
61 | | - "@angular-eslint/eslint-plugin": "20.0.0", |
62 | | - "@angular-eslint/eslint-plugin-template": "20.0.0", |
63 | | - "@angular-eslint/template-parser": "20.0.0", |
64 | | - "@angular/cli": "~20.0.0", |
65 | | - "@angular/compiler-cli": "20.1.3", |
66 | | - "@angular/language-service": "20.1.3", |
| 57 | + "@angular-devkit/architect": "0.2003.9", |
| 58 | + "@angular-devkit/build-angular": "20.3.9", |
| 59 | + "@angular-devkit/core": "20.3.9", |
| 60 | + "@angular-devkit/schematics": "20.3.9", |
| 61 | + "@angular-eslint/eslint-plugin": "20.5.1", |
| 62 | + "@angular-eslint/eslint-plugin-template": "20.5.1", |
| 63 | + "@angular-eslint/template-parser": "20.5.1", |
| 64 | + "@angular/cli": "~20.3.0", |
| 65 | + "@angular/compiler-cli": "20.3.9", |
| 66 | + "@angular/language-service": "20.3.9", |
67 | 67 | "@babel/core": "^7.21.8", |
68 | 68 | "@commitlint/cli": "17.3.0", |
69 | 69 | "@commitlint/config-angular": "17.3.0", |
70 | 70 | "@commitlint/config-conventional": "17.3.0", |
71 | | - "@nx/cypress": "21.3.10", |
72 | | - "@nx/devkit": "21.3.10", |
73 | | - "@nx/eslint": "21.3.10", |
74 | | - "@nx/eslint-plugin": "21.3.10", |
75 | | - "@nx/jest": "21.3.10", |
76 | | - "@nx/js": "21.3.10", |
77 | | - "@nx/plugin": "21.3.10", |
78 | | - "@nx/storybook": "21.3.10", |
79 | | - "@nx/workspace": "21.3.10", |
80 | | - "@schematics/angular": "20.1.3", |
| 71 | + "@nx/cypress": "22.0.2", |
| 72 | + "@nx/devkit": "22.0.2", |
| 73 | + "@nx/eslint": "22.0.2", |
| 74 | + "@nx/eslint-plugin": "22.0.2", |
| 75 | + "@nx/jest": "22.0.2", |
| 76 | + "@nx/js": "22.0.2", |
| 77 | + "@nx/plugin": "22.0.2", |
| 78 | + "@nx/storybook": "22.0.2", |
| 79 | + "@nx/workspace": "22.0.2", |
| 80 | + "@schematics/angular": "20.3.9", |
81 | 81 | "@storybook/angular": "9.1.0", |
82 | 82 | "@storybook/mdx2-csf": "^1.1.0", |
83 | 83 | "@types/fs-extra": "^11.0.1", |
|
105 | 105 | "jest-util": "30.0.5", |
106 | 106 | "jsonc-eslint-parser": "2.1.0", |
107 | 107 | "lerna": "^8.1.2", |
108 | | - "ng-packagr": "20.1.0", |
109 | | - "nx": "21.3.10", |
| 108 | + "ng-packagr": "20.3.0", |
| 109 | + "nx": "22.0.2", |
110 | 110 | "patch-package": "^8.0.0", |
111 | 111 | "postcss": "8.4.31", |
112 | 112 | "postcss-import": "14.1.0", |
|
119 | 119 | "through2": "^4.0.2", |
120 | 120 | "ts-jest": "29.4.0", |
121 | 121 | "ts-node": "10.9.1", |
122 | | - "typescript": "5.8.2", |
| 122 | + "typescript": "5.9.3", |
123 | 123 | "webpack": "^5.64.0" |
124 | 124 | }, |
125 | 125 | "resolutions": { |
126 | | - "nx": "21.3.10", |
| 126 | + "nx": "22.0.2", |
127 | 127 | "rollup": "4.44.1" |
128 | 128 | }, |
129 | 129 | "lint-staged": { |
|
0 commit comments