Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
terwer committed Dec 13, 2024
1 parent a0e543d commit 48227ad
Show file tree
Hide file tree
Showing 5 changed files with 38 additions and 41 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
name: Install pnpm
id: pnpm-install
with:
version: 9.13.2
version: 9.15.0
run_install: false

- name: Get pnpm store directory
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
uses: pnpm/action-setup@v4
id: pnpm-install
with:
version: 9.13.2
version: 9.15.0
run_install: false
if: ${{ steps.release.outputs.release_created }}

Expand Down
2 changes: 1 addition & 1 deletion DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ brew install n
sudo n 18
brew install corepack
corepack enable pnpm
corepack use pnpm@9.13.2
corepack use pnpm@9.15.0

pnpm install
```
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,5 +93,5 @@
"zhi-siyuan-picgo": "^1.12.1",
"zhi-xmlrpc-middleware": "^0.6.21"
},
"packageManager": "pnpm@9.13.2"
"packageManager": "pnpm@9.15.0"
}
71 changes: 34 additions & 37 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 48227ad

Please sign in to comment.