Skip to content

Commit

Permalink
fix: contentlayer not building
Browse files Browse the repository at this point in the history
  • Loading branch information
tygrdotdev committed Oct 14, 2023
1 parent 4b1ebd2 commit aafc374
Show file tree
Hide file tree
Showing 4 changed files with 1,649 additions and 959 deletions.
6 changes: 3 additions & 3 deletions contentlayer.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ export default makeSource({
remarkPlugins: [
remarkGfm
],
rehypePlugins: [
[rehypePrettyCode, formattingOptions]
]
// rehypePlugins: [
// [rehypePrettyCode, formattingOptions]
// ]
}
})
42 changes: 21 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,39 +11,39 @@
"vercel": "vercel"
},
"dependencies": {
"@directus/sdk": "^11.0.1",
"@directus/sdk": "^12.0.1",
"@radix-ui/react-collapsible": "^1.0.3",
"@radix-ui/react-dropdown-menu": "^2.0.5",
"class-variance-authority": "^0.6.0",
"clsx": "^1.2.1",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"contentlayer": "^0.3.3",
"date-fns": "^2.30.0",
"lucide-react": "^0.244.0",
"next": "13.4.6",
"lucide-react": "^0.287.0",
"next": "^13.5.4",
"next-contentlayer": "^0.3.3",
"next-themes": "^0.2.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.9.0",
"react-wrap-balancer": "^1.0.0",
"reading-time": "^1.5.0",
"rehype-pretty-code": "^0.9.8",
"remark-gfm": "^3.0.1",
"shiki": "^0.14.2"
"rehype-pretty-code": "^0.10.1",
"remark-gfm": "^4.0.0",
"shiki": "^0.14.5"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.9",
"@types/node": "20.3.1",
"@types/react": "18.2.12",
"@types/react-dom": "18.2.5",
"autoprefixer": "10.4.14",
"eslint": "8.42.0",
"eslint-config-next": "13.4.6",
"postcss": "8.4.24",
"@types/node": "20.8.6",
"@types/react": "18.2.28",
"@types/react-dom": "18.2.13",
"autoprefixer": "10.4.16",
"eslint": "8.51.0",
"eslint-config-next": "13.5.4",
"postcss": "8.4.31",
"tailwind-merge": "^1.13.0",
"tailwindcss": "3.3.2",
"tailwindcss": "3.3.3",
"tailwindcss-animate": "^1.0.5",
"typescript": "5.1.3",
"vercel": "^31.0.4"
"typescript": "5.2.2",
"vercel": "^32.4.1"
}
}
}
53 changes: 0 additions & 53 deletions posts/v5.mdx

This file was deleted.

Loading

0 comments on commit aafc374

Please sign in to comment.