Skip to content

Commit

Permalink
feat: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
huv1k committed Sep 20, 2023
1 parent 6fc0cde commit 18347ed
Show file tree
Hide file tree
Showing 3 changed files with 4,571 additions and 1,596 deletions.
2 changes: 1 addition & 1 deletion contentlayer.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const options: Partial<Options> = {
light: 'github-light',
},
onVisitHighlightedLine(node) {
node.properties.className.push('line--highlighted')
node.properties.className?.push('line--highlighted')
},
}

Expand Down
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,41 +28,41 @@
"@emotion/react": "11.11.1",
"@emotion/styled": "11.11.0",
"@heroicons/react": "2.0.18",
"@pothos/core": "3.30.0",
"@pothos/core": "3.36.0",
"@pothos/plugin-simple-objects": "3.7.0",
"@prisma/client": "4.16.2",
"@vercel/analytics": "1.0.1",
"@prisma/client": "5.3.1",
"@vercel/analytics": "1.0.2",
"@vercel/og": "0.5.11",
"contentlayer": "0.3.3",
"contentlayer": "0.3.4",
"date-fns": "2.30.0",
"framer-motion": "10.12.18",
"graphql": "16.8.0",
"graphql-yoga": "4.0.3",
"framer-motion": "10.16.4",
"graphql": "16.8.1",
"graphql-yoga": "4.0.4",
"gray-matter": "4.0.3",
"next": "13.4.9",
"next-contentlayer": "0.3.3",
"next": "13.5.2",
"next-contentlayer": "0.3.4",
"next-seo": "6.1.0",
"nexus": "1.3.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"reading-time": "1.5.0",
"rehype-autolink-headings": "6.1.1",
"rehype-pretty-code": "0.9.9",
"rehype-slug": "5.1.0",
"remark-gfm": "3.0.1",
"shiki": "0.14.3",
"swr": "2.2.0"
"rehype-pretty-code": "0.10.1",
"rehype-slug": "6.0.0",
"remark-gfm": "4.0.0",
"shiki": "0.14.4",
"swr": "2.2.2"
},
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "4.2.0",
"@types/node": "18.16.17",
"@types/react": "18.2.14",
"eslint": "8.44.0",
"eslint-config-next": "13.4.9",
"@types/react": "18.2.22",
"eslint": "8.49.0",
"eslint-config-next": "13.5.2",
"husky": "^8.0.0",
"prettier": "2.8.8",
"prettier": "3.0.3",
"pretty-quick": "3.1.3",
"prisma": "4.16.2",
"prisma": "5.3.1",
"typescript": "5.2.2"
}
}
Loading

0 comments on commit 18347ed

Please sign in to comment.