Skip to content

Commit 6ac18ee

Browse files
committed
Update dependences
1 parent 80d9c09 commit 6ac18ee

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

CoreHome.Admin/libman.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,19 @@
33
"defaultProvider": "jsdelivr",
44
"libraries": [
55
{
6-
"library": "jquery@3.6.0",
6+
"library": "jquery@3.6.1",
77
"destination": "wwwroot/lib/jquery/"
88
},
99
{
1010
"library": "chart.js@2.9.4",
1111
"destination": "wwwroot/lib/chart.js/"
1212
},
1313
{
14-
"library": "bootstrap@4.6.1",
14+
"library": "bootstrap@4.6.2",
1515
"destination": "wwwroot/lib/bootstrap/"
1616
},
1717
{
18-
"library": "darkreader@4.9.51",
18+
"library": "darkreader@4.9.57",
1919
"destination": "wwwroot/lib/darkreader/"
2020
},
2121
{

CoreHome.Data/CoreHome.Data.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
</PropertyGroup>
77

88
<ItemGroup>
9-
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="7.0.0-preview.6.22329.4">
9+
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="7.0.0-preview.7.22376.2">
1010
<PrivateAssets>all</PrivateAssets>
1111
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1212
</PackageReference>

CoreHome.HomePage/libman.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
"defaultProvider": "jsdelivr",
44
"libraries": [
55
{
6-
"library": "jquery@3.6.0",
6+
"library": "jquery@3.6.1",
77
"destination": "wwwroot/lib/jquery/"
88
},
99
{
10-
"library": "bootstrap@4.6.1",
10+
"library": "bootstrap@4.6.2",
1111
"destination": "wwwroot/lib/bootstrap/"
1212
},
1313
{
14-
"library": "darkreader@4.9.51",
14+
"library": "darkreader@4.9.57",
1515
"destination": "wwwroot/lib/darkreader/"
1616
},
1717
{

0 commit comments

Comments
 (0)