Skip to content

Commit

Permalink
Upgrade to next@13.4.18
Browse files Browse the repository at this point in the history
Fixes navigation bug with external sites (vercel/next.js#53347)
  • Loading branch information
altano committed Aug 18, 2023
1 parent ee25563 commit c669070
Show file tree
Hide file tree
Showing 3 changed files with 704 additions and 573 deletions.
2 changes: 0 additions & 2 deletions mdx-components.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,9 @@ export function useMDXComponents(components: MDXComponents): MDXComponents {
/>
);
},
// @ts-expect-error
Code: Code,
// @ts-expect-error
img: Image,
// @ts-expect-error
Image,
Chrome,
Firefox,
Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,16 +38,16 @@
"@altano/use-toc-visible-sections": "^1.0.5",
"@ark-ui/react": "^0.9.0",
"@mdx-js/loader": "^2.3.0",
"@next/mdx": "^13.4.12",
"@next/mdx": "13.4.18",
"bright": "^0.8.4",
"esbuild": "^0.17.19",
"globby": "^13.2.2",
"next": "^13.4.12",
"next": "13.4.18",
"next-themes": "^0.2.1",
"nextra": "^2.10.0",
"nextra": "^2.11.0",
"npm-run-all": "^4.1.5",
"nullthrows": "^1.1.1",
"postcss": "^8.4.27",
"postcss": "^8.4.28",
"react-icons": "^4.10.1",
"rehype": "^12.0.1",
"rehype-autolink-headings": "^6.1.1",
Expand All @@ -61,22 +61,22 @@
"remark-sectionize": "^2.0.0",
"remark-smartypants": "^2.0.0",
"rss": "^1.2.2",
"sharp": "^0.32.4",
"sharp": "^0.32.5",
"trash-cli": "^5.0.0",
"typescript": "5.1.3",
"webpack": "5.87.0",
"zod": "^3.21.4"
"zod": "^3.22.1"
},
"devDependencies": {
"@next/bundle-analyzer": "^13.4.12",
"@next/bundle-analyzer": "^13.4.18",
"@pandacss/dev": "^0.6.0",
"@pandacss/types": "^0.6.0",
"@types/mdx": "^2.0.5",
"@types/mdx": "^2.0.6",
"@types/node": "20.3.1",
"@types/react": "18.2.12",
"@types/react-dom": "18.2.5",
"@types/rss": "^0.0.30",
"@typescript-eslint/eslint-plugin": "^6.2.0",
"@typescript-eslint/eslint-plugin": "^6.4.0",
"cross-env": "^7.0.3",
"eslint": "8.43.0",
"eslint-config-next": "13.4.6",
Expand Down
Loading

0 comments on commit c669070

Please sign in to comment.