fix(frontend): align @angular/platform-browser-dynamic version to ^21.2.0
Fixed peer dependency conflict by updating @angular/platform-browser-dynamic from ^20.0.7 to ^21.2.0 to match the rest of the Angular 21 packages.
This commit is contained in:
parent
675c10b949
commit
dac44dcb7d
2 changed files with 1076 additions and 3134 deletions
4208
eeg_frontend/package-lock.json
generated
4208
eeg_frontend/package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
|
@ -19,7 +19,7 @@
|
||||||
"@angular/forms": "^21.2.0",
|
"@angular/forms": "^21.2.0",
|
||||||
"@angular/material": "^21.2.12",
|
"@angular/material": "^21.2.12",
|
||||||
"@angular/platform-browser": "^21.2.0",
|
"@angular/platform-browser": "^21.2.0",
|
||||||
"@angular/platform-browser-dynamic": "^20.0.7",
|
"@angular/platform-browser-dynamic": "^21.2.0",
|
||||||
"@angular/router": "^21.2.0",
|
"@angular/router": "^21.2.0",
|
||||||
"@tailwindcss/postcss": "^4.3.0",
|
"@tailwindcss/postcss": "^4.3.0",
|
||||||
"echarts": "^6.1.0",
|
"echarts": "^6.1.0",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue