Skip to content

Commit

Permalink
chore: downgrade unified package version to fix markdown build
Browse files Browse the repository at this point in the history
  • Loading branch information
realdreamer committed Nov 15, 2023
1 parent adabee6 commit 900ea6c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion packages/tools/docs-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,6 @@
"rimraf": "~5.0.1",
"tsc-alias": "~1.8.7",
"typescript": "5.2.2",
"unified": "^11.0.3"
"unified": "11.0.3"
}
}
2 changes: 1 addition & 1 deletion packages/tools/markdown/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"eslint": "^8.45.0",
"prettier": "~3.0.3",
"typescript": "5.2.2",
"unified": "^11.0.3",
"unified": "11.0.3",
"vfile": "6.0.1"
}
}
18 changes: 9 additions & 9 deletions pnpm-lock.yaml

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

0 comments on commit 900ea6c

Please sign in to comment.