Skip to content

Commit

Permalink
chore: bump deps, remove lock and workaround (#2879)
Browse files Browse the repository at this point in the history
  • Loading branch information
brc-dd authored May 21, 2024
1 parent 4447a5e commit 40d770b
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 15 deletions.
2 changes: 0 additions & 2 deletions .vitepress/headerMdPlugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ export interface AugmentedHeader extends Header {
}

export const headerPlugin = (md: MarkdownIt) => {
md.core.ruler.enable('text_join')

md.renderer.rules.heading_open = (tokens, i, options, env, self) => {
for (const child of tokens[i + 1].children!) {
if (child.type === 'text' && child.content.endsWith('*')) {
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
},
"dependencies": {
"@vue/repl": "^4.1.2",
"@vue/theme": "^2.2.9",
"@vue/theme": "^2.2.11",
"dynamics.js": "^1.1.5",
"gsap": "^3.12.5",
"vitepress": "~1.1",
"vitepress": "^1.2.2",
"vue": "^3.4.27"
},
"devDependencies": {
Expand Down
23 changes: 12 additions & 11 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 40d770b

Please sign in to comment.