Update pnpm

pnpm is installed by yum and might be updated by source.
But it's version is specified in package.json.
Maybe make the version pinned?
idk
This commit is contained in:
风扇滑翔翼 2024-05-14 01:42:35 +08:00 committed by GitHub
parent c9e31fac32
commit 61743e2098
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -21,7 +21,7 @@
"vue-property-decorator": "^9.1.2",
"vuepress": "2.0.0-rc.2"
},
"packageManager": "pnpm@9.1.0",
"packageManager": "pnpm@9.1.1",
"scripts": {
"docs:dev": "vuepress dev docs --clean-temp --clean-cache",
"docs:build": "vuepress build docs --clean-temp --clean-cache",