Skip to content

Commit 6ec5113

Browse files
committed
chore: downgrade markdown-table
1 parent 53c3d8c commit 6ec5113

File tree

3 files changed

+6
-11
lines changed

3 files changed

+6
-11
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"fast-glob": "^3.2.5",
3030
"fs-extra": "^9.1.0",
3131
"js-yaml": "^4.1.0",
32-
"markdown-table": "^3.0.0",
32+
"markdown-table": "^2.0.0",
3333
"pacote": "^11.3.2",
3434
"param-case": "^3.0.4",
3535
"semver": "^7.3.5",

pnpm-lock.yaml

Lines changed: 4 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/template.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import dayjs from 'dayjs'
2-
import { markdownTable as makeTable } from 'markdown-table'
2+
import makeTable from 'markdown-table'
33
import { PackageInfo, KnightlyJob, CloneResult } from './types'
44
import { version } from '.'
55

0 commit comments

Comments
 (0)