Skip to content

Commit

Permalink
upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
sreetamdas committed Sep 23, 2023
1 parent 3aa9fef commit 7851bc0
Show file tree
Hide file tree
Showing 3 changed files with 865 additions and 693 deletions.
4 changes: 3 additions & 1 deletion next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ process.env.SITE_URL = process.env.SITE_URL || process.env.VERCEL_URL || "http:/
const moduleExports = withPlausibleProxy()({
experimental: {
typedRoutes: true,
logging: "verbose",
logging: {
level: "verbose",
},
},
images: {
domains: ["avatars.githubusercontent.com", "i.imgur.com"],
Expand Down
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,20 +26,20 @@
"@radix-ui/react-alert-dialog": "^1.0.4",
"@radix-ui/react-switch": "^1.0.3",
"@radix-ui/react-toast": "^1.1.4",
"@sentry/nextjs": "^7.68.0",
"@sentry/nextjs": "^7.70.0",
"@sreetamdas/karma": "3.1.1",
"@supabase/supabase-js": "^2.33.2",
"@supabase/supabase-js": "^2.36.0",
"clsx": "^2.0.0",
"contentlayer": "^0.3.4",
"date-fns": "^2.30.0",
"esbuild": "^0.19.2",
"esbuild": "^0.19.3",
"framer-motion": "^10.16.4",
"image-size": "^1.0.2",
"lodash-es": "^4.17.21",
"markdown-wasm": "^1.2.0",
"mdx-bundler": "^9.2.1",
"micromark": "^4.0.0",
"next": "13.4.19",
"next": "13.5.2",
"next-contentlayer": "^0.3.4",
"next-plausible": "^3.11.1",
"react": "^18.2.0",
Expand All @@ -48,42 +48,42 @@
"react-wrap-balancer": "^1.1.0",
"rehype-raw": "^7.0.0",
"rehype-slug": "^6.0.0",
"remark-frontmatter": "^4.0.1",
"remark-gfm": "^3.0.1",
"remark-toc": "^8.0.1",
"remark-frontmatter": "^5.0.0",
"remark-gfm": "^4.0.0",
"remark-toc": "^9.0.0",
"server-only": "^0.0.1",
"shiki": "^0.14.4",
"tailwind-merge": "^1.14.0",
"unist-util-visit": "^5.0.0",
"zustand": "4.4.1"
},
"devDependencies": {
"@next/bundle-analyzer": "^13.4.19",
"@next/eslint-plugin-next": "^13.4.19",
"@next/bundle-analyzer": "^13.5.2",
"@next/eslint-plugin-next": "^13.5.2",
"@notionhq/client": "^2.2.13",
"@octokit/types": "^11.1.0",
"@octokit/types": "^12.0.0",
"@types/eslint": "^8.44.2",
"@types/eslint-plugin-prettier": "^3.1.0",
"@types/lodash-es": "^4.17.9",
"@types/mdx": "^2.0.7",
"@types/node": "^20.6.0",
"@types/react": "^18.2.21",
"@types/node": "^20.6.3",
"@types/react": "^18.2.22",
"@types/react-dom": "^18.2.7",
"@typescript-eslint/eslint-plugin": "^6.7.0",
"@typescript-eslint/parser": "^6.7.0",
"autoprefixer": "^10.4.15",
"eslint": "^8.49.0",
"eslint-config-next": "^13.4.19",
"@typescript-eslint/eslint-plugin": "^6.7.2",
"@typescript-eslint/parser": "^6.7.2",
"autoprefixer": "^10.4.16",
"eslint": "^8.50.0",
"eslint-config-next": "^13.5.2",
"eslint-config-prettier": "^9.0.0",
"eslint-import-resolver-typescript": "^3.6.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-mdx": "^2.2.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"next-sitemap": "^4.2.3",
"postcss": "^8.4.29",
"postcss": "^8.4.30",
"prettier": "^3.0.3",
"prettier-plugin-tailwindcss": "^0.5.4",
"tailwindcss": "^3.3.3",
Expand Down
Loading

0 comments on commit 7851bc0

Please sign in to comment.