Skip to content

Commit

Permalink
bumps: Oracle.EntityFrameworkCore, sass, webpack
Browse files Browse the repository at this point in the history
  • Loading branch information
ChaosEngine committed Jul 12, 2024
1 parent 4a47a9c commit ff10591
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion DotnetPlayground.Web/DotnetPlayground.Web.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="8.0.7" />
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="8.0.4" Condition="$(DefineConstants.Contains('INCLUDE_POSTGRES'))" />
<PackageReference Include="Pomelo.EntityFrameworkCore.MySql" Version="8.0.2" Condition="$(DefineConstants.Contains('INCLUDE_MYSQL'))" />
<PackageReference Include="Oracle.EntityFrameworkCore" Version="8.23.40" Condition="$(DefineConstants.Contains('INCLUDE_ORACLE'))" />
<PackageReference Include="Oracle.EntityFrameworkCore" Version="8.23.50" Condition="$(DefineConstants.Contains('INCLUDE_ORACLE'))" />
<PackageReference Include="IdentityManager2.AspNetIdentity" Version="1.0.0" />
<PackageReference Include="Lib.AspNetCore.ServerTiming" Version="6.0.0" />
<!--<PackageReference Include="Microsoft.Azure.DocumentDB.Core" Version="2.16.2" Condition="$(DefineConstants.Contains('INCLUDE_COSMOSDB'))" />-->
Expand Down
4 changes: 2 additions & 2 deletions DotnetPlayground.Web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,10 @@
"gulp-sourcemaps": "3.0.0",
"gulp-terser": "2.1.0",
"javascript-astar": "0.4.1",
"sass": "1.77.7",
"sass": "1.77.8",
"terser-webpack-plugin": "5.3.10",
"tiny-glob": "0.2.9",
"webpack": "5.92.1",
"webpack": "5.93.0",
"webpack-stream": "7.0.0",
"worker-plugin": "5.0.1"
},
Expand Down

0 comments on commit ff10591

Please sign in to comment.