chore: update pnpm & add allowBuild config
This commit is contained in:
parent
0f28734a2d
commit
ca81b780ce
2 changed files with 5 additions and 1 deletions
|
|
@ -63,7 +63,7 @@
|
||||||
"prettier --write"
|
"prettier --write"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"packageManager": "pnpm@10.33.2",
|
"packageManager": "pnpm@11.2.2",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@ayo-run/status-indicator": "^2.1.2",
|
"@ayo-run/status-indicator": "^2.1.2",
|
||||||
"web-component-base": "^4.1.2"
|
"web-component-base": "^4.1.2"
|
||||||
|
|
|
||||||
4
pnpm-workspace.yaml
Normal file
4
pnpm-workspace.yaml
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
allowBuilds:
|
||||||
|
esbuild: set this to true or false
|
||||||
|
sharp: set this to true or false
|
||||||
|
web-component-base: set this to true or false
|
||||||
Loading…
Reference in a new issue