Skip to content

Commit

Permalink
Merge pull request #1 from geekswagg/update-dependencies
Browse files Browse the repository at this point in the history
Update NPM & Dotnet Dependencies
  • Loading branch information
geekswagg committed Apr 1, 2024
2 parents dba7d80 + a5122bf commit a2ee408
Show file tree
Hide file tree
Showing 47 changed files with 8,929 additions and 7,537 deletions.
4,550 changes: 1,704 additions & 2,846 deletions src/Bicep.Cli.E2eTests/package-lock.json

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions src/Bicep.Cli.E2eTests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"private": true,
"devDependencies": {
"@types/cross-spawn": "^6.0.6",
"@types/jest": "^27.4.1",
"@types/jest": "^29.5.12",
"@types/minimist": "^1.2.5",
"@types/rimraf": "^4.0.5",
"@types/uuid": "^9.0.8",
Expand All @@ -16,12 +16,12 @@
"eslint-plugin-header": "^3.1.1",
"eslint-plugin-jest": "^27.9.0",
"eslint-plugin-prettier": "^5.1.3",
"jest": "^27.5.1",
"jest": "^29.7.0",
"jest-runner-groups": "^2.2.0",
"prettier": "^3.2.5",
"rimraf": "^5.0.5",
"ts-jest": "^27.1.4",
"typescript": "^4.9.5",
"ts-jest": "^29.1.2",
"typescript": "^5.4.3",
"uuid": "^9.0.1",
"vscode-jsonrpc": "^8.2.0"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="coverlet.collector" Version="6.0.1">
<PackageReference Include="coverlet.collector" Version="6.0.2">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down
Loading

0 comments on commit a2ee408

Please sign in to comment.