mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-09-22 00:20:47 +02:00
⬆️ Upgrade pnpm
This commit is contained in:
parent
b6828235be
commit
2006348819
3 changed files with 4 additions and 4 deletions
2
.github/CONTRIBUTING.md
vendored
2
.github/CONTRIBUTING.md
vendored
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
## NPM dependencies
|
## NPM dependencies
|
||||||
|
|
||||||
Install pnpm: `npm install -g pnpm@10.11.0`
|
Install pnpm: `npm install -g pnpm@10.12.1`
|
||||||
|
|
||||||
<details>
|
<details>
|
||||||
<summary>For China mainland</summary>
|
<summary>For China mainland</summary>
|
||||||
|
|
2
.github/CONTRIBUTING_zh_CN.md
vendored
2
.github/CONTRIBUTING_zh_CN.md
vendored
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
## NPM 依赖
|
## NPM 依赖
|
||||||
|
|
||||||
安装 pnpm:`npm install -g pnpm@10.11.0`
|
安装 pnpm:`npm install -g pnpm@10.12.1`
|
||||||
|
|
||||||
<details>
|
<details>
|
||||||
<summary>适用于中国大陆</summary>
|
<summary>适用于中国大陆</summary>
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
"description": "Refactor your thinking",
|
"description": "Refactor your thinking",
|
||||||
"homepage": "https://b3log.org/siyuan",
|
"homepage": "https://b3log.org/siyuan",
|
||||||
"main": "./electron/main.js",
|
"main": "./electron/main.js",
|
||||||
"packageManager": "pnpm@10.11.0",
|
"packageManager": "pnpm@10.12.1",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"lint": "eslint . --fix --cache",
|
"lint": "eslint . --fix --cache",
|
||||||
"dev": "webpack --mode development",
|
"dev": "webpack --mode development",
|
||||||
|
@ -58,7 +58,7 @@
|
||||||
"clean-webpack-plugin": "^4.0.0",
|
"clean-webpack-plugin": "^4.0.0",
|
||||||
"css-loader": "^6.7.1",
|
"css-loader": "^6.7.1",
|
||||||
"dayjs": "^1.11.5",
|
"dayjs": "^1.11.5",
|
||||||
"electron": "36.4.0",
|
"electron": "v36.4.0",
|
||||||
"electron-builder": "26.0.12",
|
"electron-builder": "26.0.12",
|
||||||
"encoding": "^0.1.13",
|
"encoding": "^0.1.13",
|
||||||
"esbuild-loader": "^3.0.1",
|
"esbuild-loader": "^3.0.1",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue