Skip to content

Commit

Permalink
Bump unist-util-visit to ^5.0.0 (#38235)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Lukas <[email protected]>
  • Loading branch information
renovate[bot] and LukasTy authored Aug 29, 2024
1 parent 7d435f9 commit 914dcb4
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import traverse from '@babel/traverse';
import * as _ from 'lodash';
import kebabCase from 'lodash/kebabCase';
import remark from 'remark';
import remarkVisit from 'unist-util-visit';
import { visit as remarkVisit } from 'unist-util-visit';
import type { Link } from 'mdast';
import { defaultHandlers, parse as docgenParse } from 'react-docgen';
import { renderMarkdown } from '@mui/internal-markdown';
Expand Down
2 changes: 1 addition & 1 deletion packages/api-docs-builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"recast": "^0.23.9",
"remark": "^13.0.0",
"typescript": "^5.5.4",
"unist-util-visit": "^2.0.3"
"unist-util-visit": "^5.0.0"
},
"devDependencies": {
"@types/babel__core": "^7.20.5",
Expand Down
34 changes: 18 additions & 16 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 914dcb4

Please sign in to comment.