Skip to content

Commit

Permalink
Chore: Update epic-remark version
Browse files Browse the repository at this point in the history
  • Loading branch information
sandypockets committed Dec 16, 2023
1 parent ed4731f commit 618aed5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions examples/next-tailwind/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@
"lint": "next lint"
},
"dependencies": {
"epic-react": "^1.0.0",
"epic-remark": "^0.1.7",
"epic-remark": "^0.1.10",
"next": "14.0.4",
"react": "^18",
"react-dom": "^18"
Expand Down
2 changes: 1 addition & 1 deletion examples/next-tailwind/pages/blog/[slug].jsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import getAllPosts from '../../helpers/getAllPosts';
import 'epic-remark/dist/index.esm.css';
import 'epic-remark/dist/index.esm.dark.css';
import { processMarkdown } from 'epic-remark';

async function convertPostToHtml(fileContents) {
Expand Down

0 comments on commit 618aed5

Please sign in to comment.