Skip to content

Commit

Permalink
feat(fenceparser): migrate to fenceparser@3
Browse files Browse the repository at this point in the history
  • Loading branch information
naiyerasif committed Apr 25, 2024
1 parent e871aee commit 3a6c9e9
Show file tree
Hide file tree
Showing 5 changed files with 1,384 additions and 1,070 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/regression.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,21 @@ on:
push:
branches:
- main
- v4

jobs:
regression:
runs-on: ubuntu-latest

steps:
- name: Checkout source
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Setup PNPM
uses: pnpm/action-setup@v2
with:
version: 8
uses: pnpm/action-setup@v3

- name: Setup Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 20
cache: 'pnpm'
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@microflash/rehype-starry-night",
"version": "3.6.0",
"description": "rehype plugin to highlight codeblocks with Starry Night ",
"version": "4.0.0",
"description": "rehype plugin to highlight codeblocks with Starry Night",
"license": "MIT",
"keywords": [
"unified",
Expand Down Expand Up @@ -42,7 +42,7 @@
"test": "ava"
},
"dependencies": {
"@microflash/fenceparser": "^2.6.2",
"@microflash/fenceparser": "^3.0.0",
"@wooorm/starry-night": "^3.3.0",
"hast-util-to-string": "^3.0.0",
"hastscript": "^9.0.0",
Expand All @@ -57,7 +57,7 @@
"remark-rehype": "^11.1.0",
"unified": "^11.0.4"
},
"packageManager": "pnpm@8.15.6",
"packageManager": "pnpm@9.0.6",
"ava": {
"files": [
"test/**/*.test.js"
Expand Down
Loading

0 comments on commit 3a6c9e9

Please sign in to comment.