Skip to content

Commit

Permalink
Bump postcss from 8.3.11 to 8.4.31 in /src/OpenMod.Plugins
Browse files Browse the repository at this point in the history
Bumps [postcss](https://github.com/postcss/postcss) from 8.3.11 to 8.4.31.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](postcss/postcss@8.3.11...8.4.31)

---
updated-dependencies:
- dependency-name: postcss
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and CyberAndrii committed Oct 6, 2023
1 parent c149de9 commit b0f979e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
22 changes: 11 additions & 11 deletions src/OpenMod.Plugins/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 src/OpenMod.Plugins/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"dependencies": {
"@tailwindcss/typography": "^0.4.1",
"autoprefixer": "^10.4.0",
"postcss": "^8.3.11",
"postcss": "^8.4.31",
"postcss-cli": "^9.0.1",
"tailwindcss": "^2.2.19"
}
Expand Down

1 comment on commit b0f979e

@CyberAndrii
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A note to future myself: had to remove this commit from gh-pages branch due to dotnet 8.0.100-rc.1.23463.5 (currently the latest on GH Actions) being broken. Previous commit was built on 8.0.100-preview.7.23376.3 and works fine. Hope this will be resolved in a future release and we wouldn't need to downgrade.

Please sign in to comment.