Browse Source

update documents

Yuki Takei 1 year ago
parent
commit
e8ca460c58
3 changed files with 5 additions and 5 deletions
  1. 2 2
      README.md
  2. 2 2
      README_JP.md
  3. 1 1
      apps/app/src/server/routes/apiv3/admin-home.js

+ 2 - 2
README.md

@@ -81,9 +81,9 @@ See [GROWI Docs: Environment Variables](https://docs.growi.org/en/admin-guide/ad
 
 
 - Node.js v18.x or v20.x
 - Node.js v18.x or v20.x
 - npm 6.x
 - npm 6.x
-- yarn
+- pnpm 9.x
 - [Turborepo](https://turbo.build/repo)
 - [Turborepo](https://turbo.build/repo)
-- MongoDB 4.4 or above
+- MongoDB 6.0 or above
 
 
 ### Optional Dependencies
 ### Optional Dependencies
 
 

+ 2 - 2
README_JP.md

@@ -80,9 +80,9 @@ Crowi からの移行は **[こちら](https://docs.growi.org/en/admin-guide/mig
 
 
 - Node.js v18.x or v20.x
 - Node.js v18.x or v20.x
 - npm 6.x
 - npm 6.x
-- yarn
+- pnpm 9.x
 - [Turborepo](https://turbo.build/repo)
 - [Turborepo](https://turbo.build/repo)
-- MongoDB 4.4 以上
+- MongoDB 6.0 以上
 
 
 ### オプションの依存関係
 ### オプションの依存関係
 
 

+ 1 - 1
apps/app/src/server/routes/apiv3/admin-home.js

@@ -29,7 +29,7 @@ const router = express.Router();
  *            description: version of npm
  *            description: version of npm
  *          pnpmVersion:
  *          pnpmVersion:
  *            type: string
  *            type: string
- *            description: version of yarn
+ *            description: version of pnpm
  *      InstalledPluginsParams:
  *      InstalledPluginsParams:
  *        type: object
  *        type: object
  *        properties:
  *        properties: