|
1 | 1 | { |
2 | 2 | "name": "@hmcts/ccd-case-ui-toolkit", |
3 | | - "version": "7.2.59-exui-3066-2", |
| 3 | + "version": "7.3.0-exui-3066", |
4 | 4 | "engines": { |
5 | | - "node": ">=18.19.0" |
| 5 | + "node": ">=20.19.0" |
6 | 6 | }, |
7 | 7 | "description": "Case UI Toolkit", |
8 | 8 | "main": "./dist/index.umd.js", |
|
48 | 48 | "dependencies": { |
49 | 49 | "@angular-material-components/datetime-picker": "16.0.1", |
50 | 50 | "@angular-material-components/moment-adapter": "16.0.1", |
51 | | - "@angular/animations": "~18.2.13", |
| 51 | + "@angular/animations": "~20.3.2", |
52 | 52 | "@angular/cdk": "17.3.5", |
53 | | - "@angular/common": "^18.2.13", |
54 | | - "@angular/compiler": "18.2.13", |
55 | | - "@angular/core": "18.2.13", |
56 | | - "@angular/forms": "18.2.13", |
57 | | - "@angular/localize": "18.2.13", |
| 53 | + "@angular/common": "^20.3.2", |
| 54 | + "@angular/compiler": "20.3.2", |
| 55 | + "@angular/core": "20.3.2", |
| 56 | + "@angular/forms": "20.3.2", |
| 57 | + "@angular/localize": "20.3.2", |
58 | 58 | "@angular/material": "^16.2.0", |
59 | | - "@angular/platform-browser": "18.2.13", |
60 | | - "@angular/platform-browser-dynamic": "18.2.13", |
61 | | - "@angular/router": "18.2.13", |
62 | | - "@angular/upgrade": "18.2.13", |
| 59 | + "@angular/platform-browser": "20.3.2", |
| 60 | + "@angular/platform-browser-dynamic": "20.3.2", |
| 61 | + "@angular/router": "20.3.2", |
| 62 | + "@angular/upgrade": "20.3.2", |
63 | 63 | "@edium/fsm": "^2.1.2", |
64 | | - "@hmcts/ccpay-web-component": "6.3.3", |
| 64 | + "@hmcts/ccpay-web-component": "6.5.14", |
65 | 65 | "@hmcts/frontend": "0.0.50-alpha", |
66 | | - "@hmcts/media-viewer": "4.1.10", |
| 66 | + "@hmcts/media-viewer": "4.2.0", |
67 | 67 | "@ngrx/effects": "17.2.0", |
68 | 68 | "@ngrx/store": "^17.2.0", |
69 | 69 | "@nicky-lenaers/ngx-scroll-to": "^14.0.0", |
|
80 | 80 | "moment": "^2.30.1", |
81 | 81 | "moment-timezone": "^0.5.31", |
82 | 82 | "ngx-chips": "^3.0.0", |
83 | | - "ngx-markdown": "^17.2.1", |
| 83 | + "ngx-markdown": "^20", |
84 | 84 | "ngx-pagination": "6.0.3", |
85 | 85 | "npm-registry-fetch": "^4.0.5", |
86 | 86 | "pegjs": "^0.10.0", |
87 | 87 | "prism": "^4.1.2", |
88 | 88 | "prismjs": "^1.29.0", |
89 | | - "rpx-xui-translation": "1.1.2", |
| 89 | + "rpx-xui-translation": "1.2.0", |
90 | 90 | "rx-polling-hmcts": "1.1.1", |
91 | 91 | "rxjs": "^7.8.1", |
92 | 92 | "rxjs-compat": "^6.6.7", |
93 | 93 | "underscore": "^1.9.1", |
94 | 94 | "yargs": "17.7.2", |
95 | 95 | "yargs-parser": "^21.1.1", |
96 | | - "zone.js": "^0.14.10" |
| 96 | + "zone.js": "^0.15.1" |
97 | 97 | }, |
98 | 98 | "devDependencies": { |
99 | | - "@angular-devkit/build-angular": "^18.2.15", |
100 | | - "@angular-eslint/builder": "18.4.3", |
101 | | - "@angular-eslint/eslint-plugin": "18.4.3", |
102 | | - "@angular-eslint/eslint-plugin-template": "18.4.3", |
103 | | - "@angular-eslint/schematics": "18.4.3", |
104 | | - "@angular-eslint/template-parser": "18.4.3", |
105 | | - "@angular/cli": "^18.2.17", |
106 | | - "@angular/compiler-cli": "^18.2.13", |
| 99 | + "@angular-devkit/build-angular": "^20.3.3", |
| 100 | + "@angular-eslint/builder": "^20", |
| 101 | + "@angular-eslint/eslint-plugin": "^20", |
| 102 | + "@angular-eslint/eslint-plugin-template": "^20", |
| 103 | + "@angular-eslint/schematics": "^20", |
| 104 | + "@angular-eslint/template-parser": "^20", |
| 105 | + "@angular/cli": "^20.3.3", |
| 106 | + "@angular/compiler-cli": "^20.3.2", |
107 | 107 | "@babel/core": "^7.23.0", |
108 | 108 | "@compodoc/compodoc": "1.1.12", |
109 | 109 | "@storybook/addon-actions": "^6.5.10", |
|
117 | 117 | "@storybook/testing-library": "^0.2.0", |
118 | 118 | "@types/jasmine": "~2.8.0", |
119 | 119 | "@types/jasminewd2": "^2.0.3", |
120 | | - "@types/node": "^18.19.0", |
| 120 | + "@types/node": "^20.19.0", |
121 | 121 | "@types/pegjs": "^0.10.0", |
122 | 122 | "@types/underscore": "^1.11.4", |
123 | 123 | "@types/webpack": "^4.41.25", |
|
141 | 141 | "font-awesome": "^4.6.1", |
142 | 142 | "gh-pages": "^2.0.0", |
143 | 143 | "git-message": "^2.0.2", |
144 | | - "govuk_frontend_toolkit": "^9.0.0", |
| 144 | + "govuk_frontend_toolkit": "^9.0.1", |
145 | 145 | "gulp": "^4.0.2", |
146 | 146 | "gulp-inline-ng2-template": "^5.0.1", |
147 | 147 | "gulp-sass": "^5.1.0", |
|
164 | 164 | "mocha": "^8.1.1", |
165 | 165 | "multidep": "2.0.2", |
166 | 166 | "ng-mocks": "^14.12.2", |
167 | | - "ng-packagr": "^18.0.0", |
| 167 | + "ng-packagr": "^20.3.0", |
168 | 168 | "ng2-mock-component": "^0.1.1", |
169 | | - "ngx-device-detector": "^7.0.0", |
170 | 169 | "nyc": "^13.0.1", |
171 | 170 | "raw-loader": "^0.5.1", |
172 | 171 | "reflect-metadata": "^0.1.12", |
|
185 | 184 | "ts-node": "^10.9.2", |
186 | 185 | "tslib": "^2.6.1", |
187 | 186 | "tslint": "^6.1.3", |
188 | | - "typescript": "~5.4.5", |
| 187 | + "typescript": "^5.9.2", |
189 | 188 | "webpack": "^5.88.2", |
190 | 189 | "webpack-angular-externals": "^1.0.2", |
191 | 190 | "webpack-cli": "^4.4.0", |
|
225 | 224 | "hosted-git-info": "^3.0.8", |
226 | 225 | "normalize-url": "^6.0.1", |
227 | 226 | "trim-newlines": "^3.0.1", |
228 | | - "typescript": "~5.4.5" |
| 227 | + "typescript": "~5.9.2" |
229 | 228 | }, |
230 | 229 | "nyc": { |
231 | 230 | "include": [ |
|
0 commit comments