|
40 | 40 | "dependencies": { |
41 | 41 | "@angular-eslint/eslint-plugin-template": "20.0.0", |
42 | 42 | "@angular-eslint/template-parser": "20.0.0", |
43 | | - "@angular/animations": "20.0.2", |
44 | | - "@angular/cdk": "20.0.2", |
45 | | - "@angular/common": "20.0.2", |
46 | | - "@angular/compiler": "20.0.2", |
47 | | - "@angular/core": "20.0.2", |
48 | | - "@angular/forms": "20.0.2", |
49 | | - "@angular/platform-browser": "20.0.2", |
50 | | - "@angular/platform-browser-dynamic": "20.0.2", |
51 | | - "@angular/router": "20.0.2", |
| 43 | + "@angular/animations": "20.1.3", |
| 44 | + "@angular/cdk": "20.1.3", |
| 45 | + "@angular/common": "20.1.3", |
| 46 | + "@angular/compiler": "20.1.3", |
| 47 | + "@angular/core": "20.1.3", |
| 48 | + "@angular/forms": "20.1.3", |
| 49 | + "@angular/platform-browser": "20.1.3", |
| 50 | + "@angular/platform-browser-dynamic": "20.1.3", |
| 51 | + "@angular/router": "20.1.3", |
52 | 52 | "@fundamental-styles/cx": "0.40.1", |
53 | | - "@nx/angular": "21.2.0", |
| 53 | + "@nx/angular": "21.3.7", |
54 | 54 | "@sap-theming/theming-base-content": "11.31.1", |
55 | 55 | "@stackblitz/sdk": "1.9.0", |
56 | 56 | "@swc/helpers": "0.5.11", |
|
76 | 76 | }, |
77 | 77 | "devDependencies": { |
78 | 78 | "@actions/core": "1.10.1", |
79 | | - "@angular-devkit/build-angular": "20.0.1", |
80 | | - "@angular-devkit/core": "20.0.1", |
81 | | - "@angular-devkit/schematics": "20.0.1", |
| 79 | + "@angular-devkit/build-angular": "20.1.3", |
| 80 | + "@angular-devkit/core": "20.1.3", |
| 81 | + "@angular-devkit/schematics": "20.1.3", |
82 | 82 | "@angular/cli": "~20.0.0", |
83 | | - "@angular/compiler-cli": "20.0.2", |
84 | | - "@angular/language-service": "20.0.2", |
| 83 | + "@angular/compiler-cli": "20.1.3", |
| 84 | + "@angular/language-service": "20.1.3", |
85 | 85 | "@commitlint/cli": "18.6.1", |
86 | 86 | "@commitlint/config-conventional": "18.6.1", |
87 | 87 | "@jsdevtools/npm-publish": "3.0.1", |
88 | | - "@nx/devkit": "21.2.0", |
89 | | - "@nx/eslint": "21.2.0", |
90 | | - "@nx/eslint-plugin": "21.2.0", |
91 | | - "@nx/jest": "21.2.0", |
92 | | - "@nx/js": "21.2.0", |
93 | | - "@nx/plugin": "21.2.0", |
94 | | - "@nx/workspace": "21.2.0", |
| 88 | + "@nx/devkit": "21.3.7", |
| 89 | + "@nx/eslint": "21.3.7", |
| 90 | + "@nx/eslint-plugin": "21.3.7", |
| 91 | + "@nx/jest": "21.3.7", |
| 92 | + "@nx/js": "21.3.7", |
| 93 | + "@nx/plugin": "21.3.7", |
| 94 | + "@nx/workspace": "21.3.7", |
95 | 95 | "@sap-ui/common-css": "0.40.1", |
96 | | - "@schematics/angular": "20.0.1", |
| 96 | + "@schematics/angular": "20.1.3", |
97 | 97 | "@swc-node/register": "1.9.2", |
98 | 98 | "@swc/cli": "0.6.0", |
99 | 99 | "@swc/core": "1.5.7", |
100 | 100 | "@types/google.visualization": "0.0.71", |
101 | 101 | "@types/jasmine": "5.1.3", |
102 | | - "@types/jest": "29.5.14", |
| 102 | + "@types/jest": "30.0.0", |
103 | 103 | "@types/lodash-es": "4.17.6", |
104 | 104 | "@types/marked": "5.0.2", |
105 | 105 | "@types/node": "22.10.2", |
|
129 | 129 | "eslint-plugin-markdown": "3.0.0", |
130 | 130 | "eslint-plugin-prefer-arrow": "1.2.3", |
131 | 131 | "fast-glob": "3.3.1", |
| 132 | + "fs-extra": "^11.3.0", |
132 | 133 | "husky": "8.0.2", |
133 | 134 | "jasmine-core": "4.5.0", |
134 | 135 | "jasmine-marbles": "0.9.2", |
135 | 136 | "jasmine-spec-reporter": "7.0.0", |
136 | | - "jest": "29.7.0", |
137 | | - "jest-environment-jsdom": "29.7.0", |
| 137 | + "jest": "30.0.5", |
| 138 | + "jest-environment-jsdom": "30.0.5", |
138 | 139 | "jest-environment-node": "^29.4.1", |
139 | 140 | "jest-extended": "4.0.2", |
140 | | - "jest-preset-angular": "14.6.0", |
| 141 | + "jest-preset-angular": "15.0.0", |
| 142 | + "jest-util": "30.0.5", |
141 | 143 | "jsonc-eslint-parser": "^2.1.0", |
142 | 144 | "lerna": "^8.1.9", |
143 | 145 | "lint-staged": "15.1.0", |
144 | | - "ng-packagr": "20.0.0", |
| 146 | + "ng-packagr": "20.1.0", |
145 | 147 | "ngx-cva-test-suite": "2.0.0", |
146 | 148 | "postcss-preset-env": "9.3.0", |
147 | 149 | "postcss-url": "10.1.3", |
|
150 | 152 | "semver": "7.6.3", |
151 | 153 | "standard-version": "9.5.0", |
152 | 154 | "through2": "4.0.2", |
153 | | - "ts-jest": "29.1.0", |
| 155 | + "ts-jest": "29.4.0", |
154 | 156 | "ts-node": "10.9.2", |
155 | 157 | "tsconfig-paths": "4.1.0", |
156 | 158 | "typedoc": "0.25.3", |
|
163 | 165 | "webdriverio": "7.27.0" |
164 | 166 | }, |
165 | 167 | "resolutions": { |
166 | | - "nx": "21.2.0" |
| 168 | + "nx": "21.3.7" |
167 | 169 | }, |
168 | 170 | "lint-staged": { |
169 | 171 | "*.properties": [ |
|
0 commit comments