|
30 | 30 | "devDependencies": { |
31 | 31 | "@angular-devkit/build-angular": "^15.2.9", |
32 | 32 | "@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#fb42478534df7d48ec23a6834fea94a776cb89a0", |
33 | | - "@angular/cli": "^15.2.9", |
34 | | - "@angular/compiler": "15.2.9", |
35 | | - "@angular/compiler-cli": "^15.2.9", |
| 33 | + "@angular/cli": "^16.2.0", |
| 34 | + "@angular/compiler": "16.2.12", |
| 35 | + "@angular/compiler-cli": "^16.2.12", |
36 | 36 | "@babel/core": "^7.16.12", |
37 | 37 | "@bazel/concatjs": "5.7.0", |
38 | 38 | "@bazel/esbuild": "5.7.0", |
|
65 | 65 | "yarn-deduplicate": "^5.0.0" |
66 | 66 | }, |
67 | 67 | "dependencies": { |
68 | | - "@angular/animations": "^15.2.9", |
69 | | - "@angular/cdk": "^15.2.9", |
70 | | - "@angular/common": "15.2.9", |
71 | | - "@angular/core": "^15.2.9", |
72 | | - "@angular/forms": "^15.2.9", |
73 | | - "@angular/localize": "^15.2.9", |
74 | | - "@angular/material": "^15.2.9", |
75 | | - "@angular/platform-browser": "^15.2.9", |
76 | | - "@angular/platform-browser-dynamic": "^15.2.9", |
77 | | - "@angular/router": "^15.2.9", |
| 68 | + "@angular/animations": "^16.2.12", |
| 69 | + "@angular/cdk": "^16.2.14", |
| 70 | + "@angular/common": "16.2.12", |
| 71 | + "@angular/core": "^16.2.12", |
| 72 | + "@angular/forms": "^16.2.12", |
| 73 | + "@angular/localize": "^16.2.12", |
| 74 | + "@angular/material": "^16.2.14", |
| 75 | + "@angular/platform-browser": "^16.2.12", |
| 76 | + "@angular/platform-browser-dynamic": "^16.2.12", |
| 77 | + "@angular/router": "^16.2.12", |
78 | 78 | "@ngrx/effects": "^15.4.0", |
79 | 79 | "@ngrx/store": "^15.4.0", |
80 | 80 | "@polymer/decorators": "^3.0.0", |
|
131 | 131 | "three": "~0.137.0", |
132 | 132 | "umap-js": "^1.3.2", |
133 | 133 | "web-animations-js": "^2.3.2", |
134 | | - "zone.js": "^0.12.0" |
135 | | - } |
| 134 | + "zone.js": "^0.13.3" |
| 135 | + }, |
| 136 | + "resolutions": { |
| 137 | + "@types/d3-brush": "1.1.8", |
| 138 | + "@types/d3-axis": "1.0.19", |
| 139 | + "@types/d3-transition": "1.3.6", |
| 140 | + "@types/d3-zoom": "1.8.7", |
| 141 | + "@types/d3-drag": "1.2.8", |
| 142 | + "@types/d3-scale-chromatic": "1.5.4" |
| 143 | + }, |
| 144 | + "packageManager": "yarn@1.22.22" |
136 | 145 | } |
0 commit comments