|
23 | 23 | }, |
24 | 24 | "license": "MIT", |
25 | 25 | "dependencies": { |
26 | | - "@angular/animations": "~19.1.4", |
27 | | - "@angular/cdk": "~19.1.2", |
28 | | - "@angular/common": "~19.1.4", |
29 | | - "@angular/compiler": "~19.1.4", |
30 | | - "@angular/core": "~19.1.4", |
31 | | - "@angular/elements": "~19.1.4", |
| 26 | + "@angular/animations": "~20.0.4", |
| 27 | + "@angular/cdk": "~20.0.3", |
| 28 | + "@angular/common": "~20.0.4", |
| 29 | + "@angular/compiler": "~20.0.4", |
| 30 | + "@angular/core": "~20.0.4", |
| 31 | + "@angular/elements": "~20.0.4", |
32 | 32 | "@angular/flex-layout": "15.0.0-beta.42", |
33 | | - "@angular/forms": "~19.1.4", |
34 | | - "@angular/platform-browser": "~19.1.4", |
35 | | - "@angular/platform-browser-dynamic": "~19.1.4", |
36 | | - "@angular/router": "~19.1.4", |
| 33 | + "@angular/forms": "~20.0.4", |
| 34 | + "@angular/platform-browser": "~20.0.4", |
| 35 | + "@angular/platform-browser-dynamic": "~20.0.4", |
| 36 | + "@angular/router": "~20.0.4", |
37 | 37 | "d3-array": "^3.2.4", |
38 | 38 | "d3-dispatch": "^3.0.1", |
39 | 39 | "d3-ease": "^3.0.1", |
|
54 | 54 | "zone.js": "~0.15.0" |
55 | 55 | }, |
56 | 56 | "devDependencies": { |
57 | | - "@angular-devkit/architect": "^0.1802.11", |
58 | | - "@angular-devkit/build-angular": "~19.1.5", |
59 | | - "@angular-devkit/core": "~19.1.5", |
60 | | - "@angular-devkit/schematics": "~19.1.5", |
61 | | - "@angular-eslint/builder": "~19.0.2", |
62 | | - "@angular-eslint/eslint-plugin": "~19.0.2", |
63 | | - "@angular-eslint/eslint-plugin-template": "~19.0.2", |
64 | | - "@angular-eslint/schematics": "~19.0.2", |
65 | | - "@angular-eslint/template-parser": "~19.0.2", |
66 | | - "@angular/cli": "19.1.5", |
67 | | - "@angular/compiler-cli": "~19.1.4", |
68 | | - "@angular/language-service": "~19.1.4", |
| 57 | + "@angular-devkit/architect": "^0.2000.3", |
| 58 | + "@angular-devkit/build-angular": "~20.0.3", |
| 59 | + "@angular-devkit/core": "~20.0.3", |
| 60 | + "@angular-devkit/schematics": "~20.0.3", |
| 61 | + "@angular-eslint/builder": "~20.1.1", |
| 62 | + "@angular-eslint/eslint-plugin": "~20.1.1", |
| 63 | + "@angular-eslint/eslint-plugin-template": "~20.1.1", |
| 64 | + "@angular-eslint/schematics": "~20.1.1", |
| 65 | + "@angular-eslint/template-parser": "~20.1.1", |
| 66 | + "@angular/cli": "20.0.3", |
| 67 | + "@angular/compiler-cli": "~20.0.4", |
| 68 | + "@angular/language-service": "~20.0.4", |
69 | 69 | "@babel/core": "^7.7.7", |
70 | 70 | "@chromatic-com/storybook": "^3.2.2", |
71 | 71 | "@compodoc/compodoc": "^1.1.26", |
|
114 | 114 | "karma-coverage-istanbul-reporter": "~3.0.2", |
115 | 115 | "karma-jasmine": "~4.0.0", |
116 | 116 | "karma-jasmine-html-reporter": "^1.5.0", |
117 | | - "ng-packagr": "~18.1.0", |
| 117 | + "ng-packagr": "~20.0.1", |
118 | 118 | "npm-run-all": "^4.1.5", |
119 | 119 | "prettier": "^2.0.4", |
120 | 120 | "pretty-quick": "^2.0.1", |
|
123 | 123 | "rollup": "4.14.3", |
124 | 124 | "start-server-and-test": "^1.10.11", |
125 | 125 | "storybook": "^8.4.1", |
126 | | - "typescript": "~5.5.2", |
| 126 | + "typescript": "~5.8.3", |
127 | 127 | "webpack": "5" |
128 | 128 | }, |
129 | 129 | "husky": { |
|
132 | 132 | } |
133 | 133 | }, |
134 | 134 | "volta": { |
135 | | - "node": "20.17.0", |
136 | | - "yarn": "4.5.1" |
| 135 | + "node": "22.16.0", |
| 136 | + "yarn": "4.9.2" |
137 | 137 | }, |
138 | | - "packageManager": "yarn@4.5.1", |
| 138 | + "packageManager": "yarn@4.9.2", |
139 | 139 | "eslintConfig": { |
140 | 140 | "extends": [ |
141 | 141 | "plugin:storybook/recommended" |
142 | 142 | ] |
143 | 143 | }, |
144 | 144 | "resolutions": { |
145 | | - "typescript": "5.5.2" |
| 145 | + "typescript": "5.8.3" |
146 | 146 | } |
147 | 147 | } |
0 commit comments