Skip to content

Commit

Permalink
chore: Update npm dependencies for tailwindcss to version 3.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
anrouxel committed Jun 20, 2024
1 parent e2a3aae commit c39d674
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions anrouxel.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="8.0.1" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="8.0.1" PrivateAssets="all" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="8.0.6" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="8.0.6" PrivateAssets="all" />
<PackageReference Include="Microsoft.Extensions.Options.ConfigurationExtensions" Version="8.0.0" />
</ItemGroup>

Expand Down
10 changes: 5 additions & 5 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"build": "npx tailwindcss -i ./wwwroot/css/app.tailwind.css -o ./wwwroot/css/app.css"
},
"devDependencies": {
"tailwindcss": "^3.4.1"
"tailwindcss": "^3.4.4"
}
}

0 comments on commit c39d674

Please sign in to comment.