Skip to content
This repository has been archived by the owner on Oct 1, 2024. It is now read-only.

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Aug 6, 2021
1 parent a18ca15 commit f54c771
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import toString from 'mdast-util-to-string'
import visit from 'unist-util-visit'
import {toString} from 'mdast-util-to-string'
import {visit} from 'unist-util-visit'
import BananaSlug from 'github-slugger'

const slugs = new BananaSlug()
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
],
"dependencies": {
"github-slugger": "^1.0.0",
"mdast-util-to-string": "^1.0.0",
"unist-util-visit": "^2.0.0"
"mdast-util-to-string": "^3.0.0",
"unist-util-visit": "^4.0.0"
},
"devDependencies": {
"c8": "^7.0.0",
Expand Down

0 comments on commit f54c771

Please sign in to comment.