build: bumped pnpm

This commit is contained in:
alina 🌸 2025-01-15 11:45:05 +03:00
parent 19986e3272
commit 0931ab55f3
Signed by: teidesu
SSH key fingerprint: SHA256:uNeCpw6aTSU4aIObXLvHfLkDa82HWH9EiOj9AXOIRpI
3 changed files with 5 additions and 4 deletions

View file

@ -3,8 +3,6 @@ runs:
steps: steps:
- name: Setup pnpm - name: Setup pnpm
uses: pnpm/action-setup@v2 uses: pnpm/action-setup@v2
with:
version: '9.0.6'
- run: pnpm install --frozen-lockfile - run: pnpm install --frozen-lockfile
shell: bash shell: bash
- name: 'TL codegen' - name: 'TL codegen'

View file

@ -3,7 +3,7 @@
"type": "module", "type": "module",
"version": "0.19.7", "version": "0.19.7",
"private": true, "private": true,
"packageManager": "pnpm@9.0.6", "packageManager": "pnpm@10.0.0+sha512.b8fef5494bd3fe4cbd4edabd0745df2ee5be3e4b0b8b08fa643aa3e4c6702ccc0f00d68fa8a8c9858a735a0032485a44990ed2810526c875e416f001b17df12b",
"description": "Type-safe library for MTProto (Telegram API) for browser and NodeJS", "description": "Type-safe library for MTProto (Telegram API) for browser and NodeJS",
"author": "alina sireneva <alina@tei.su>", "author": "alina sireneva <alina@tei.su>",
"license": "MIT", "license": "MIT",
@ -44,7 +44,7 @@
}, },
"devDependencies": { "devDependencies": {
"@antfu/eslint-config": "^3.11.2", "@antfu/eslint-config": "^3.11.2",
"@fuman/build": "https://pkg.pr.new/teidesu/fuman/@fuman/build@ccea1c7", "@fuman/build": "https://pkg.pr.new/teidesu/fuman/@fuman/build@c5f4664",
"@fuman/utils": "0.0.4", "@fuman/utils": "0.0.4",
"@types/bun": "1.1.14", "@types/bun": "1.1.14",
"@types/deno": "npm:@teidesu/deno-types@1.46.3", "@types/deno": "npm:@teidesu/deno-types@1.46.3",

View file

@ -28,5 +28,8 @@
}, },
"fuman": { "fuman": {
"jsr": "skip" "jsr": "skip"
},
"pnpm": {
"onlyBuiltDependencies": ["better-sqlite3"]
} }
} }