Skip to content

Commit

Permalink
⬆️ chore(package): update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ythecombinator committed Nov 26, 2023
1 parent f0327d5 commit df3ec41
Show file tree
Hide file tree
Showing 4 changed files with 168 additions and 187 deletions.
4 changes: 4 additions & 0 deletions contentlayer.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ export default makeSource({
mdx: {
cwd: process.cwd(),
remarkPlugins: [
// @ts-ignore
remarkExtractFrontmatter,
remarkGfm,
remarkCodeTitles,
Expand All @@ -98,8 +99,11 @@ export default makeSource({
rehypeAccessibleEmojis,
rehypeSlug,
rehypeAutolinkHeadings,
// @ts-ignore
[rehypeCitation, { path: path.join(root, 'data') }],
// @ts-ignore
[rehypePrismPlus, { ignoreMissing: true }],
// @ts-ignore
rehypePresetMinify,
],
},
Expand Down
4 changes: 0 additions & 4 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@ const nextConfig = {
images: {
domains: ['images.ctfassets.net', 'pbs.twimg.com', 'i.ytimg.com'],
},
typescript: {
// TODO: Remove this.
ignoreBuildErrors: true,
},
experimental: {
largePageDataBytes: 128 * 100000,
},
Expand Down
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
"@radix-ui/react-dropdown-menu": "2.0.6",
"@radix-ui/react-navigation-menu": "1.1.4",
"@radix-ui/react-scroll-area": "1.0.5",
"@radix-ui/react-slot": "1.0.2",
"@radix-ui/react-tooltip": "1.0.7",
"@react-spring/web": "9.7.3",
"@tailwindcss/forms": "0.5.7",
Expand Down Expand Up @@ -78,8 +79,8 @@
"rehype-slug": "6.0.0",
"remark": "15.0.1",
"remark-footnotes": "4.0.1",
"remark-gfm": "4.0.0",
"remark-math": "6.0.0",
"remark-gfm": "3.0.1",
"remark-math": "5.1.1",
"smoothscroll-polyfill": "0.4.4",
"suspend-react": "0.1.3",
"tailwind-merge": "2.0.0",
Expand Down Expand Up @@ -108,7 +109,7 @@
"pa11y-ci": "3.1.0",
"prettier": "3.1.0",
"ts-prune": "0.10.3",
"typescript": "4.9.5",
"typescript": "5.3.2",
"utility-types": "3.10.0"
}
}
Loading

0 comments on commit df3ec41

Please sign in to comment.