UI: Angular15 migration

This commit is contained in:
Igor Kulikov 2023-02-16 19:29:01 +02:00
parent 0e338f3946
commit 0c1f284a11
2 changed files with 11 additions and 11 deletions

View File

@ -19,7 +19,7 @@
"@angular/common": "^15.1.5", "@angular/common": "^15.1.5",
"@angular/compiler": "^15.1.5", "@angular/compiler": "^15.1.5",
"@angular/core": "^15.1.5", "@angular/core": "^15.1.5",
"@angular/flex-layout": "^14.0.0-beta.41", "@angular/flex-layout": "^15.0.0-beta.42",
"@angular/forms": "^15.1.5", "@angular/forms": "^15.1.5",
"@angular/material": "^14.2.7", "@angular/material": "^14.2.7",
"@angular/platform-browser": "^15.1.5", "@angular/platform-browser": "^15.1.5",
@ -32,7 +32,7 @@
"@flowjs/ngx-flow": "~0.6.0", "@flowjs/ngx-flow": "~0.6.0",
"@geoman-io/leaflet-geoman-free": "^2.13.0", "@geoman-io/leaflet-geoman-free": "^2.13.0",
"@juggle/resize-observer": "^3.3.1", "@juggle/resize-observer": "^3.3.1",
"@mat-datetimepicker/core": "~10.1.1", "@mat-datetimepicker/core": "~11.0.2",
"@material-ui/core": "4.12.3", "@material-ui/core": "4.12.3",
"@material-ui/icons": "4.11.2", "@material-ui/icons": "4.11.2",
"@material-ui/pickers": "3.3.10", "@material-ui/pickers": "3.3.10",

View File

@ -365,10 +365,10 @@
dependencies: dependencies:
tslib "^2.3.0" tslib "^2.3.0"
"@angular/flex-layout@^14.0.0-beta.41": "@angular/flex-layout@^15.0.0-beta.42":
version "14.0.0-beta.41" version "15.0.0-beta.42"
resolved "https://registry.yarnpkg.com/@angular/flex-layout/-/flex-layout-14.0.0-beta.41.tgz#94903664670090c3ba0d4824b0135882a7f1bda9" resolved "https://registry.yarnpkg.com/@angular/flex-layout/-/flex-layout-15.0.0-beta.42.tgz#ad5e1dda32ee6280ba73765be10fd916c222e38e"
integrity sha512-x1YcxqkdFlcbVXEy9ebCgW/F+7n/MXkEkwEcVEIPf5v5qn7HZsjQxgIj35Lf0amvMyF7h35prpoxO1uX5+ntFg== integrity sha512-cTAPVMMxnyIFwpZwdq0PL5mdP9Qh+R8MB7ZBezVaN3Rz2fRrkagzKpLvPX3TFzepXrvHBdpKsU4b8u+NxEC/6g==
dependencies: dependencies:
tslib "^2.3.0" tslib "^2.3.0"
@ -1944,10 +1944,10 @@
resolved "https://registry.yarnpkg.com/@leichtgewicht/ip-codec/-/ip-codec-2.0.4.tgz#b2ac626d6cb9c8718ab459166d4bb405b8ffa78b" resolved "https://registry.yarnpkg.com/@leichtgewicht/ip-codec/-/ip-codec-2.0.4.tgz#b2ac626d6cb9c8718ab459166d4bb405b8ffa78b"
integrity sha512-Hcv+nVC0kZnQ3tD9GVu5xSMR4VVYOteQIr/hwFPVEvPdlXqgGEuRjiheChHgdM+JyqdgNcmzZOX/tnl0JOiI7A== integrity sha512-Hcv+nVC0kZnQ3tD9GVu5xSMR4VVYOteQIr/hwFPVEvPdlXqgGEuRjiheChHgdM+JyqdgNcmzZOX/tnl0JOiI7A==
"@mat-datetimepicker/core@~10.1.1": "@mat-datetimepicker/core@~11.0.2":
version "10.1.1" version "11.0.2"
resolved "https://registry.yarnpkg.com/@mat-datetimepicker/core/-/core-10.1.1.tgz#02e1e4837eecf5e6b06640286089370ac783c279" resolved "https://registry.yarnpkg.com/@mat-datetimepicker/core/-/core-11.0.2.tgz#d89cf5f60a95567ca6e193fcc16a60e91172abdb"
integrity sha512-6cnMVsdDkPjpqMwOWAFLGPzwC3C9Dsyaq5TcVUpARUVppYz1phB6rVDtD8YTY8Xt5R/P9uL2atLSS0tczMVQ9g== integrity sha512-qZeiDWjSQ8OmjrQ7hDR3ynYHAFCTFHViNr38RaemNpfvTWvnYD+rRfD5/dWDo0VqLzkJjpQe0oFXgMkHqDFgzg==
dependencies: dependencies:
tslib "^2.4.0" tslib "^2.4.0"