⬆️ Upgrade pnpm to v9.12.1

This commit is contained in:
Daniel 2024-10-16 20:18:01 +08:00
parent 5fdc72d545
commit 591029f73b
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
3 changed files with 3 additions and 3 deletions

View file

@ -7,7 +7,7 @@
## User Interface
Install pnpm: `npm install -g pnpm@9.1.1`
Install pnpm: `npm install -g pnpm@9.12.1`
<details>
<summary>For China mainland</summary>

View file

@ -7,7 +7,7 @@
## NPM 依赖
安装 pnpm`npm install -g pnpm@9.1.1`
安装 pnpm`npm install -g pnpm@9.12.1`
<details>
<summary>适用于中国大陆</summary>

View file

@ -4,7 +4,7 @@
"description": "Refactor your thinking",
"homepage": "https://b3log.org/siyuan",
"main": "./electron/main.js",
"packageManager": "pnpm@9.1.1",
"packageManager": "pnpm@9.12.1",
"scripts": {
"lint": "eslint . --fix --cache",
"dev": "webpack --mode development",