Skip to content

Commit

Permalink
bump: ace-builds, eslint, webpack, Moq
Browse files Browse the repository at this point in the history
  • Loading branch information
ChaosEngine committed Sep 3, 2024
1 parent 22aa5b0 commit 78bdac8
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion DotnetPlayground.Tests/DotnetPlayground.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
<PackageReference Include="Moq" Version="4.20.70" />
<PackageReference Include="Moq" Version="4.20.71" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="8.0.8" />
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="8.0.8" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="8.0.8">
Expand Down
6 changes: 3 additions & 3 deletions DotnetPlayground.Web/Views/ViewCodeGenerator/Index.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
<script src="~/lib/ace-builds/mode-csharp.js" type="text/javascript"></script>
</environment>
<environment exclude="Development">
<script src="https://cdnjs.cloudflare.com/ajax/libs/ace/1.35.5/ace.min.js" integrity="sha512-R5hy7s3Z71fNuiNr3GZuv8WlRtLq0EyGgYAZBT+/LoTvgyGqVdVxGXCdPBLiPXYFDh9dMpqAKEO8oy1oCYBdew==" crossorigin="anonymous" referrerpolicy="no-referrer"
<script src="https://cdnjs.cloudflare.com/ajax/libs/ace/1.36.2/ace.min.js" integrity="sha512-xylzfb6LZn1im1ge493MNv0fISAU4QkshbKz/jVh6MJFAlZ6T1NRDJa0ZKb7ECuhSTO7fVy8wkXkT95/f4R4nA==" crossorigin="anonymous" referrerpolicy="no-referrer"
asp-fallback-src="~/lib/ace-builds/ace.js"
asp-fallback-test="window.ace"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/ace/1.35.5/mode-csharp.min.js" integrity="sha512-ya/ADmkcbeLr+IaTFiwHdgvcdV44bf0j2sbFq2jZOs81rc+mFpUlUywkE7FHC30mwplVjx2fe5jlauke4LSunw==" crossorigin="anonymous" referrerpolicy="no-referrer"
<script src="https://cdnjs.cloudflare.com/ajax/libs/ace/1.36.2/mode-csharp.min.js" integrity="sha512-ya/ADmkcbeLr+IaTFiwHdgvcdV44bf0j2sbFq2jZOs81rc+mFpUlUywkE7FHC30mwplVjx2fe5jlauke4LSunw==" crossorigin="anonymous" referrerpolicy="no-referrer"
asp-fallback-src="~/lib/ace-builds/mode-csharp.js"
asp-fallback-test="(window.ace && window.ace.require('ace/mode/csharp') !== undefined)"></script>
<script async src="https://cdnjs.cloudflare.com/ajax/libs/ace/1.35.5/theme-chaos.min.js" integrity="sha512-UKt6dcPMJtmddFb7cmXrwCGhGpvMC7Q+x4C2bQix7E30llOPEVZ638nQ0jcbfHQ9sDgVUwdXUbItJutpkgooSg==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script async src="https://cdnjs.cloudflare.com/ajax/libs/ace/1.36.2/theme-chaos.min.js" integrity="sha512-UKt6dcPMJtmddFb7cmXrwCGhGpvMC7Q+x4C2bQix7E30llOPEVZ638nQ0jcbfHQ9sDgVUwdXUbItJutpkgooSg==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
</environment>
<script type="text/javascript">
function AceSetCommandEnabled(ed, name, enabled) {
Expand Down
6 changes: 3 additions & 3 deletions DotnetPlayground.Web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"@playwright/test": "1.46.1",
"concaveman": "1.2.1",
"density-clustering": "1.3.0",
"eslint": "9.9.0",
"eslint": "9.9.1",
"fs-extra": "11.2.0",
"gulp": "5.0.0",
"gulp-concat": "2.6.1",
Expand All @@ -68,14 +68,14 @@
"sass": "1.77.8",
"terser-webpack-plugin": "5.3.10",
"tiny-glob": "0.2.9",
"webpack": "5.93.0",
"webpack": "5.94.0",
"webpack-stream": "7.0.0",
"worker-plugin": "5.0.1"
},
"dependencies": {
"@microsoft/signalr": "8.0.7",
"@microsoft/signalr-protocol-msgpack": "8.0.7",
"ace-builds": "1.35.5",
"ace-builds": "1.36.2",
"blueimp-gallery": "3.4.0",
"bootstrap": "5.3.3",
"bootstrap-table": "1.23.2",
Expand Down

0 comments on commit 78bdac8

Please sign in to comment.