Skip to content

Commit

Permalink
Update @types/unist
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Aug 9, 2023
1 parent 250d3e5 commit dd9834a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"index.js"
],
"dependencies": {
"@types/unist": "^2.0.0",
"@types/unist": "^3.0.0",
"bail": "^2.0.0",
"extend": "^3.0.0",
"is-buffer": "^2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion test/process.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @typedef {import('unist').Literal<string>} Literal
* @typedef {import('unist').Literal} Literal
* @typedef {import('../index.js').Parser} Parser
* @typedef {import('../index.js').Compiler} Compiler
*/
Expand Down
2 changes: 1 addition & 1 deletion test/util/simple.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @typedef {import('unist').Literal<string>} Literal
* @typedef {import('unist').Literal} Literal
* @typedef {import('../../index.js').Parser} Parser
* @typedef {import('../../index.js').Compiler} Compiler
*/
Expand Down

0 comments on commit dd9834a

Please sign in to comment.