Skip to content

Commit 35489ac

Browse files
fix: remove unused ps-tree dependency
1 parent 8a7ca0f commit 35489ac

3 files changed

Lines changed: 38 additions & 66 deletions

File tree

packages/docs-builder/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@
4646
"marked": "^4.0.10",
4747
"postcss": "^8.5.6",
4848
"postcss-rtlcss": "^5.7.1",
49-
"ps-tree": "^1.2.0",
5049
"puppeteer": "^18.2.1",
5150
"rev-hash": "^3.0.0",
5251
"semver-compare": "^1.0.0"

pnpm-lock.yaml

Lines changed: 34 additions & 65 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pnpm-workspace.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ packages:
22
- packages/*
33
- examples/*
44

5+
# Allow certain packages to run postinstall scripts
6+
onlyBuiltDependencies:
7+
- puppeteer
8+
59
# Prevent pnpm from automatically installing unresolved peer dependencies
610
autoInstallPeers: false
711

0 commit comments

Comments
 (0)