fixing docs hydration error (#2047)

This commit is contained in:
Italo Casas 2022-07-08 09:22:08 -04:00 committed by GitHub
parent c6b99ff34f
commit ae0131dbb4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 12 deletions

View File

@ -7,7 +7,6 @@ const nextConfig = withMarkdoc()({
reactStrictMode: true,
pageExtensions: ['js', 'jsx', 'md'],
experimental: {
newNextLinkBehavior: true,
scrollRestoration: true,
legacyBrowsers: false,
images: { allowFutureImage: true },

View File

@ -10,29 +10,29 @@
},
"browserslist": "defaults, not ie <= 11",
"dependencies": {
"@docsearch/react": "^3.1.0",
"@headlessui/react": "^1.6.5",
"@docsearch/react": "^3.1.1",
"@headlessui/react": "^1.6.6",
"@markdoc/markdoc": "^0.1.3",
"@markdoc/next.js": "^0.1.4",
"@markdoc/next.js": "^0.1.6",
"@sindresorhus/slugify": "^2.1.0",
"@tailwindcss/typography": "^0.5.2",
"@tailwindcss/typography": "^0.5.3",
"autoprefixer": "^10.4.7",
"clsx": "^1.1.1",
"clsx": "^1.2.1",
"focus-visible": "^5.2.0",
"next": "12.2.0",
"next": "12.2.1",
"next-plausible": "^3.2.0",
"postcss-focus-visible": "^6.0.4",
"postcss-import": "^14.1.0",
"prism-react-renderer": "^1.3.3",
"prism-react-renderer": "^1.3.5",
"prismjs": "^1.28.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"tailwindcss": "^3.1.4"
"tailwindcss": "^3.1.5"
},
"devDependencies": {
"eslint": "8.18.0",
"eslint-config-next": "12.2.0",
"eslint": "8.19.0",
"eslint-config-next": "12.2.1",
"prettier": "^2.7.1",
"prettier-plugin-tailwindcss": "^0.1.11"
"prettier-plugin-tailwindcss": "^0.1.12"
}
}