Skip to content

Commit

Permalink
Update dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
remcohaszing committed Jul 21, 2022
1 parent 4d71d14 commit 2bcfa72
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 31 deletions.
4 changes: 2 additions & 2 deletions index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export interface RemarkMdxFrontmatterOptions {
*
* Each key of the object will be used as the export name.
*
* @param object - The object to create an export node for.
* @param object The object to create an export node for.
* @returns The MDX ESM node.
*/
function createExport(object: object): MdxjsEsm {
Expand Down Expand Up @@ -75,7 +75,7 @@ function createExport(object: object): MdxjsEsm {
/**
* A remark plugin to expose frontmatter data as named exports.
*
* @param options - Optional options to configure the output.
* @param options Optional options to configure the output.
* @returns A unified transformer.
*/
const remarkMdxFrontmatter: Plugin<[RemarkMdxFrontmatterOptions?], Root> = ({
Expand Down
56 changes: 28 additions & 28 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"@typescript-eslint/eslint-plugin": "^5.0.0",
"c8": "^7.0.0",
"eslint": "^8.0.0",
"eslint-config-remcohaszing": "^4.0.0",
"eslint-config-remcohaszing": "^5.0.0",
"eslint-plugin-jsx-a11y": "^6.0.0",
"eslint-plugin-react": "^7.0.0",
"mdast-util-mdx": "^2.0.0",
Expand Down

0 comments on commit 2bcfa72

Please sign in to comment.