Skip to content

Commit

Permalink
Update unified, vfile, etc
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Aug 23, 2023
1 parent 0f0ddf0 commit 15d19e3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
4 changes: 2 additions & 2 deletions complex-types.d.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
// Need a random export to turn this into a module?
export type Whatever = unknown
export {}

declare module 'vfile' {
// eslint-disable-next-line @typescript-eslint/consistent-type-definitions
interface DataMap {
meta: {
meta?: {
/**
* Date when this content was first published.
*
Expand Down
11 changes: 6 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,13 @@
"index.js"
],
"dependencies": {
"d3-dsv": "^3.0.0"
"d3-dsv": "^3.0.0",
"vfile": "^6.0.0"
},
"devDependencies": {
"@types/d3-dsv": "^3.0.0",
"@types/mdast": "^3.0.0",
"@types/node": "^20.5.3",
"@types/mdast": "^4.0.0",
"@types/node": "^20.0.0",
"@types/rimraf": "^3.0.0",
"@types/semver": "^7.0.0",
"@types/tape": "^5.0.0",
Expand All @@ -53,10 +54,10 @@
"rimraf": "^3.0.0",
"semver": "^7.0.0",
"tape": "^5.0.0",
"to-vfile": "^7.0.0",
"to-vfile": "^8.0.0",
"type-coverage": "^2.0.0",
"typescript": "^5.0.0",
"unified": "^10.0.0",
"unified": "^11.0.0",
"xo": "^0.56.0"
},
"scripts": {
Expand Down

0 comments on commit 15d19e3

Please sign in to comment.