Skip to content

Commit

Permalink
Update remark in blog-starter-typescript (vercel#31393)
Browse files Browse the repository at this point in the history
* update remark 13.0.0 to 14.0.1

* Update deps

Co-authored-by: JJ Kasper <jj@jjsweb.site>
  • Loading branch information
2 people authored and natew committed Feb 16, 2022
1 parent 45f05a3 commit 69b608c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/blog-starter-typescript/lib/markdownToHtml.ts
@@ -1,4 +1,4 @@
import remark from 'remark'
import { remark } from 'remark'
import html from 'remark-html'

export default async function markdownToHtml(markdown: string) {
Expand Down
4 changes: 2 additions & 2 deletions examples/blog-starter-typescript/package.json
Expand Up @@ -13,8 +13,8 @@
"next": "latest",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"remark": "13.0.0",
"remark-html": "13.0.1",
"remark": "14.0.2",
"remark-html": "15.0.1",
"typescript": "^4.2.4"
},
"devDependencies": {
Expand Down

0 comments on commit 69b608c

Please sign in to comment.