Skip to content

Commit

Permalink
fix(deps): update dependency postcss to v8.4.47 (#293)
Browse files Browse the repository at this point in the history
| datasource | package | from   | to     |
| ---------- | ------- | ------ | ------ |
| npm        | postcss | 8.4.45 | 8.4.47 |

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
asdf
  • Loading branch information
CalvinWilkinson committed Oct 11, 2024
1 parent dd3c015 commit 57f750e
Show file tree
Hide file tree
Showing 3 changed files with 181 additions and 181 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/api-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ jobs:
"$outputFilePath";
- name: Build Site
run: docusaurus build
run: pnpm docusaurus build

- name: Setup Pages
if: ${{ inputs.dry-run == false }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prod-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
"$outputFilePath";
- name: Build Site
run: docusaurus build
run: pnpm docusaurus build

- name: Setup Pages
if: ${{ inputs.dry-run == false }}
Expand Down
Loading

0 comments on commit 57f750e

Please sign in to comment.