Skip to content

Commit

Permalink
Merge branch 'main' into chore-add-detailed-errormsg
Browse files Browse the repository at this point in the history
  • Loading branch information
filzrev authored Mar 19, 2024
2 parents 65d6eec + b130063 commit 7c3f7c5
Show file tree
Hide file tree
Showing 3 changed files with 99 additions and 99 deletions.
6 changes: 3 additions & 3 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
<PackageVersion Include="ICSharpCode.Decompiler" Version="8.2.0.7535" />
<PackageVersion Include="IgnoresAccessChecksToGenerator" Version="0.7.0" />
<PackageVersion Include="Jint" Version="3.0.1" />
<PackageVersion Include="JsonSchema.Net" Version="6.0.4" />
<PackageVersion Include="Markdig" Version="0.35.0" />
<PackageVersion Include="JsonSchema.Net" Version="6.0.5" />
<PackageVersion Include="Markdig" Version="0.36.2" />
<PackageVersion Include="Microsoft.CodeAnalysis" Version="4.9.2" />
<PackageVersion Include="Microsoft.CodeAnalysis.Common" Version="4.9.2" />
<PackageVersion Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.9.2" />
Expand Down Expand Up @@ -37,7 +37,7 @@
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
<PackageVersion Include="PublicApiGenerator" Version="11.1.0" />
<PackageVersion Include="Verify.DiffPlex" Version="2.3.0" />
<PackageVersion Include="Verify.Xunit" Version="23.5.0" />
<PackageVersion Include="Verify.Xunit" Version="23.5.2" />
<PackageVersion Include="xunit.runner.visualstudio" Version="2.5.7" />
<PackageVersion Include="xunit" Version="2.7.0" />
</ItemGroup>
Expand Down
188 changes: 94 additions & 94 deletions templates/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions templates/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
"devDependencies": {
"@types/jest": "^29.5.12",
"@types/lunr": "^2.3.7",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"@typescript-eslint/eslint-plugin": "^7.3.1",
"@typescript-eslint/parser": "^7.3.1",
"browser-sync": "^3.0.2",
"esbuild": "~0.20.2",
"esbuild-sass-plugin": "~3.2.0",
Expand Down

0 comments on commit 7c3f7c5

Please sign in to comment.