Skip to content

Commit

Permalink
Update dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
remcohaszing committed Aug 3, 2024
1 parent 9f1c8b0 commit 682bd59
Show file tree
Hide file tree
Showing 4 changed files with 1,466 additions and 527 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npx playwright install --with-deps chromium
- run: npx playwright-core install --with-deps chromium
- run: npm test
- uses: actions/upload-artifact@v4
if: always()
Expand Down
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,6 @@ using [playwright](https://playwright.dev).
- [Usage](#usage)
- [API](#api)
- [`unified().use(remarkMermaid, options?)`](#unifieduseremarkmermaid-options)
- [`browser`](#browser)
- [`css`](#css)
- [`errorFallback`](#errorfallback)
- [`launchOptions`](#launchoptions)
- [`mermaidOptions`](#mermaidoptions)
- [`prefix`](#prefix)
- [Compatibility](#compatibility)
- [Related Projects](#related-projects)
- [Contributing](#contributing)
Expand Down
Loading

0 comments on commit 682bd59

Please sign in to comment.