Skip to content

Commit da1b235

Browse files
committed
chore: update deps
1 parent 43b654a commit da1b235

5 files changed

Lines changed: 2389 additions & 2498 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
uses: oven-sh/setup-bun@v2
4242
- name: Set up Deno
4343
if: matrix.runtime == 'deno'
44-
uses: denoland/setup-deno@v2
44+
uses: denoland/setup-deno@v2.0.5
4545
with:
4646
deno-version: v2.x
4747
- run: pnpm install --frozen-lockfile

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"type": "module",
44
"version": "0.9.12",
55
"private": true,
6-
"packageManager": "pnpm@11.25.0",
6+
"packageManager": "pnpm@12.3.4",
77
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
88
"license": "MIT",
99
"funding": "https://github.com/sponsors/antfu",

0 commit comments

Comments
 (0)