Skip to content

Commit

Permalink
Merge pull request #208 from egnor/master
Browse files Browse the repository at this point in the history
Allow newer nextjs patchlevels, to fix problems on some systems
  • Loading branch information
RaananW committed Apr 14, 2021
2 parents c06049a + dae25ba commit fc7ac49
Show file tree
Hide file tree
Showing 2 changed files with 422 additions and 903 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@next/mdx": "^10.0.5",
"@types/puppeteer": "^5.4.0",
"mdast-util-toc": "^5.0.4",
"next": "10.0.5",
"next": "10.0.9",
"next-mdx-remote": "^2.1.1",
"node-html-parser": "^2.0.0",
"prism-react-renderer": "^1.1.1",
Expand Down Expand Up @@ -44,6 +44,7 @@
"typedoc": "^0.19.2",
"typescript": "^4.0.5",
"unified": "^9.2.0",
"unist-util-visit": "^2.0.3"
"unist-util-visit": "^2.0.3",
"webpack": "4.20.x"
}
}

1 comment on commit fc7ac49

@vercel
Copy link

@vercel vercel bot commented on fc7ac49 Apr 14, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.