-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
📦 Upgrade to Docusaurus v3 #15
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
issue: When I attempt to run
This is on Ubuntu 22 running under WSL with a fresh repository checked out as follows:
|
Hey @ncn-ssw thanks - fixed in the latest commit |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚀 LGTM
Tested with Yarn and NPM
Some dependency issues raised with NPM install, but they are caused by TinaCMS dependencies and will be corrected in due course.
for issue #12
These docs were helpful https://docusaurus.io/docs/migration/v3
This issue also helped facebook/docusaurus#8940 (comment)
Updated Docusaurus Packages:
@docusaurus/core
from2.2.0
to3.3.2
@docusaurus/preset-classic
from2.2.0
to3.3.2
@docusaurus/module-type-aliases
from2.2.0
to3.3.2
Updated React Packages:
react
from^17.0.2
to^18.3.1
react-dom
from^17.0.2
to^18.3.1
Updated TinaCMS Packages:
@tinacms/cli
to^1.5.29
tinacms
to^1.5.20
Updated MDX Packages:
@mdx-js/react
from^1.6.22
to^3.0.1
Updated Other Dependencies:
clsx
from^1.2.1
to^2.1.1
prism-react-renderer
from^1.3.5
to^2.3.1
title
to^3.5.3
Updated Node Engine Requirement:
node
from>=16.14
to>=18.0
This update enhances compatibility with the latest versions, ensuring improved performance and new features.