Skip to content

Commit

Permalink
fix: resolve ghost dependency issue for strict pnpm compatibility (#223)
Browse files Browse the repository at this point in the history
* fix: resolve ghost dependency issue for strict pnpm compatibility

Fixed an issue where ghost dependencies prevented the project from starting correctly under pnpm's strict mode.

* chore: update bun.lockb
  • Loading branch information
YumoImer authored Nov 23, 2024
1 parent a5a7725 commit 5be21dc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Binary file modified bun.lockb
Binary file not shown.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@
"@biomejs/biome": "^1.9.0",
"@codecov/webpack-plugin": "^1.4.0",
"@codesandbox/sandpack-react": "^2.19.8",
"@emotion/react": "^11.13.5",
"@emotion/server": "^11.11.0",
"@happy-dom/jest-environment": "^15.7.4",
"@ianvs/prettier-plugin-sort-imports": "^4.3.1",
Expand Down Expand Up @@ -165,6 +166,7 @@
"cheerio": "^1.0.0",
"circular-dependency-plugin": "^5.2.2",
"cli-progress": "^3.12.0",
"copy-to-clipboard": "^3.3.3",
"cross-env": "^7.0.3",
"cross-fetch": "^4.0.0",
"crypto": "^1.0.1",
Expand Down Expand Up @@ -219,6 +221,7 @@
"prismjs": "^1.29.0",
"puppeteer": "^23.3.0",
"qs": "^6.13.0",
"rc-drawer": "^7.2.0",
"rc-footer": "^0.6.8",
"rc-resize-observer": "^1.4.0",
"rc-virtual-list": "^3.14.5",
Expand Down

0 comments on commit 5be21dc

Please sign in to comment.