⬆️ Upgrade pnpm

This commit is contained in:
Daniel 2025-09-05 10:16:06 +08:00
parent 65b52a2bc6
commit 16913fb065
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 @@
## NPM dependencies
Install pnpm: `npm install -g pnpm@10.15.0`
Install pnpm: `npm install -g pnpm@10.15.1`
<details>
<summary>For China mainland</summary>

View file

@ -7,7 +7,7 @@
## NPM 依赖
安装 pnpm`npm install -g pnpm@10.15.0`
安装 pnpm`npm install -g pnpm@10.15.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@10.15.0",
"packageManager": "pnpm@10.15.1",
"scripts": {
"lint": "eslint . --fix --cache",
"dev": "webpack --mode development",