Skip to content
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

feat: rm npm2yarn add npm2yarn2pnpm plugin #4805

Merged
merged 19 commits into from Jul 5, 2022
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/docs/getting-started/upgrade-to-v4.md
Expand Up @@ -13,7 +13,7 @@ We encourage users to try it out and report any and all issues they come across.

You can upgrade to the new version by running:

```bash npm2yarn
```bash npm2yarn2pnpm
npm install next-auth
```

Expand Down
2 changes: 1 addition & 1 deletion docs/docusaurus.config.js
Expand Up @@ -157,7 +157,7 @@ module.exports = {
remarkPlugins: [
require("remark-github"),
require("mdx-mermaid"),
[require("@docusaurus/remark-plugin-npm2yarn"), { sync: true }],
require("@sapphire/docusaurus-plugin-npm2yarn2pnpm"),
],
versions: {
current: {
Expand Down
4 changes: 3 additions & 1 deletion docs/package.json
Expand Up @@ -21,12 +21,14 @@
"dependencies": {
"@docusaurus/core": "^2.0.0-beta.21",
"@docusaurus/preset-classic": "^2.0.0-beta.21",
"@docusaurus/remark-plugin-npm2yarn": "^2.0.0-beta.21",
"@docusaurus/theme-common": "2.0.0-beta.21",
"@mdx-js/react": "1.6.22",
"@sapphire/docusaurus-plugin-npm2yarn2pnpm": "^1.1.0",
"classnames": "^2.3.1",
"i": "^0.3.7",
"mdx-mermaid": "^1.2.2",
"mermaid": "^9.0.1",
"npm": "^8.13.2",
ndom91 marked this conversation as resolved.
Show resolved Hide resolved
"prism-react-renderer": "1.3.1",
"react": "^18.1.0",
"react-dom": "^18.1.0",
Expand Down