Fixed @angular/flex-layout
This commit is contained in:
parent
e36d04c108
commit
263557a576
4 changed files with 15 additions and 15 deletions
22
client/package-lock.json
generated
22
client/package-lock.json
generated
|
|
@ -13,7 +13,7 @@
|
||||||
"@angular/common": "^15.2.2",
|
"@angular/common": "^15.2.2",
|
||||||
"@angular/compiler": "^15.2.2",
|
"@angular/compiler": "^15.2.2",
|
||||||
"@angular/core": "^15.2.2",
|
"@angular/core": "^15.2.2",
|
||||||
"@angular/flex-layout": "^14.0.0-beta.41",
|
"@angular/flex-layout": "^15.0.0-beta.42",
|
||||||
"@angular/forms": "^15.2.2",
|
"@angular/forms": "^15.2.2",
|
||||||
"@angular/platform-browser": "^15.2.2",
|
"@angular/platform-browser": "^15.2.2",
|
||||||
"@angular/platform-browser-dynamic": "^15.2.2",
|
"@angular/platform-browser-dynamic": "^15.2.2",
|
||||||
|
|
@ -746,18 +746,18 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@angular/flex-layout": {
|
"node_modules/@angular/flex-layout": {
|
||||||
"version": "14.0.0-beta.41",
|
"version": "15.0.0-beta.42",
|
||||||
"resolved": "https://registry.npmjs.org/@angular/flex-layout/-/flex-layout-14.0.0-beta.41.tgz",
|
"resolved": "https://registry.npmjs.org/@angular/flex-layout/-/flex-layout-15.0.0-beta.42.tgz",
|
||||||
"integrity": "sha512-x1YcxqkdFlcbVXEy9ebCgW/F+7n/MXkEkwEcVEIPf5v5qn7HZsjQxgIj35Lf0amvMyF7h35prpoxO1uX5+ntFg==",
|
"integrity": "sha512-cTAPVMMxnyIFwpZwdq0PL5mdP9Qh+R8MB7ZBezVaN3Rz2fRrkagzKpLvPX3TFzepXrvHBdpKsU4b8u+NxEC/6g==",
|
||||||
"deprecated": "This package has been deprecated. Please see https://blog.angular.io/modern-css-in-angular-layouts-4a259dca9127",
|
"deprecated": "This package has been deprecated. Please see https://blog.angular.io/modern-css-in-angular-layouts-4a259dca9127",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"tslib": "^2.3.0"
|
"tslib": "^2.3.0"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@angular/cdk": "^14.0.0",
|
"@angular/cdk": ">=15.0.0",
|
||||||
"@angular/common": "^14.0.0",
|
"@angular/common": ">=15.0.2",
|
||||||
"@angular/core": "^14.0.0",
|
"@angular/core": ">=15.0.2",
|
||||||
"@angular/platform-browser": "^14.0.0",
|
"@angular/platform-browser": ">=15.0.2",
|
||||||
"rxjs": "^6.5.3 || ^7.4.0"
|
"rxjs": "^6.5.3 || ^7.4.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
@ -13247,9 +13247,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@angular/flex-layout": {
|
"@angular/flex-layout": {
|
||||||
"version": "14.0.0-beta.41",
|
"version": "15.0.0-beta.42",
|
||||||
"resolved": "https://registry.npmjs.org/@angular/flex-layout/-/flex-layout-14.0.0-beta.41.tgz",
|
"resolved": "https://registry.npmjs.org/@angular/flex-layout/-/flex-layout-15.0.0-beta.42.tgz",
|
||||||
"integrity": "sha512-x1YcxqkdFlcbVXEy9ebCgW/F+7n/MXkEkwEcVEIPf5v5qn7HZsjQxgIj35Lf0amvMyF7h35prpoxO1uX5+ntFg==",
|
"integrity": "sha512-cTAPVMMxnyIFwpZwdq0PL5mdP9Qh+R8MB7ZBezVaN3Rz2fRrkagzKpLvPX3TFzepXrvHBdpKsU4b8u+NxEC/6g==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"tslib": "^2.3.0"
|
"tslib": "^2.3.0"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -17,7 +17,7 @@
|
||||||
"@angular/common": "^15.2.2",
|
"@angular/common": "^15.2.2",
|
||||||
"@angular/compiler": "^15.2.2",
|
"@angular/compiler": "^15.2.2",
|
||||||
"@angular/core": "^15.2.2",
|
"@angular/core": "^15.2.2",
|
||||||
"@angular/flex-layout": "^14.0.0-beta.41",
|
"@angular/flex-layout": "^15.0.0-beta.42",
|
||||||
"@angular/forms": "^15.2.2",
|
"@angular/forms": "^15.2.2",
|
||||||
"@angular/platform-browser": "^15.2.2",
|
"@angular/platform-browser": "^15.2.2",
|
||||||
"@angular/platform-browser-dynamic": "^15.2.2",
|
"@angular/platform-browser-dynamic": "^15.2.2",
|
||||||
|
|
|
||||||
|
|
@ -55,7 +55,7 @@
|
||||||
<a class="navbar-item" routerLink="profile"> Profile </a>
|
<a class="navbar-item" routerLink="profile"> Profile </a>
|
||||||
<a class="navbar-item" (click)="logout()"> Logout </a>
|
<a class="navbar-item" (click)="logout()"> Logout </a>
|
||||||
<hr class="navbar-divider" />
|
<hr class="navbar-divider" />
|
||||||
<div class="navbar-item">Version 2.0.19</div>
|
<div class="navbar-item">Version 2.0.20</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@
|
||||||
<TargetFramework>net6.0</TargetFramework>
|
<TargetFramework>net6.0</TargetFramework>
|
||||||
<OutputType>Exe</OutputType>
|
<OutputType>Exe</OutputType>
|
||||||
<UserSecretsId>94c24cba-f03f-4453-a671-3640b517c573</UserSecretsId>
|
<UserSecretsId>94c24cba-f03f-4453-a671-3640b517c573</UserSecretsId>
|
||||||
<Version>2.0.19</Version>
|
<Version>2.0.20</Version>
|
||||||
<Nullable>enable</Nullable>
|
<Nullable>enable</Nullable>
|
||||||
<ImplicitUsings>enable</ImplicitUsings>
|
<ImplicitUsings>enable</ImplicitUsings>
|
||||||
<LangVersion>latest</LangVersion>
|
<LangVersion>latest</LangVersion>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue