Skip to content

Commit fc286e2

Browse files
committed
chore(deps): update pnpm to v10.12.4 and add built dependencies
Update the `packageManager` version in `package.json` to [email protected]. Additionally, modify `pnpm-workspace.yaml` to include a list of built dependencies. Update the CI workflow to ensure it uses the new pnpm version. - Updated `package.json` to [email protected] - Added built dependencies in `pnpm-workspace.yaml` - Updated CI workflow to use [email protected]
1 parent 54cf38d commit fc286e2

File tree

3 files changed

+14
-4
lines changed

3 files changed

+14
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- uses: pnpm/action-setup@v4
2626
name: Install pnpm
2727
with:
28-
version: 10.12.3
28+
version: 10.12.4
2929
run_install: false
3030

3131
- name: Get pnpm store directory

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"type": "git",
66
"url": "https://github.com/txnlab/use-wallet.git"
77
},
8-
"packageManager": "[email protected].3",
8+
"packageManager": "[email protected].4",
99
"type": "module",
1010
"scripts": {
1111
"build": "pnpm build:packages && pnpm build:examples",

pnpm-workspace.yaml

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
11
packages:
2-
- 'examples/*'
3-
- 'packages/*'
2+
- examples/*
3+
- packages/*
4+
5+
onlyBuiltDependencies:
6+
- '@algorandfoundation/liquid-client'
7+
- '@parcel/watcher'
8+
- bufferutil
9+
- canvas
10+
- cbor-extract
11+
- esbuild
12+
- utf-8-validate
13+
- vue-demi

0 commit comments

Comments
 (0)