Skip to content

Commit

Permalink
fix(devDependencies): Fix the problem of missing glob package (#2277)
Browse files Browse the repository at this point in the history
* fix(pnpm): Fix the problem of missing glob package caused by ghost dependency in pnpm

* run `bun install`

---------

Co-authored-by: yuanrang.peng <[email protected]>
Co-authored-by: Yusuke Wada <[email protected]>
  • Loading branch information
3 people authored Feb 28, 2024
1 parent b4912f3 commit c9567b6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
Binary file modified bun.lockb
Binary file not shown.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -520,6 +520,7 @@
"denoify": "^1.6.6",
"esbuild": "^0.15.12",
"eslint": "^8.55.0",
"glob": "7.2.3",
"jsdom": "^22.1.0",
"msw": "1.3.2",
"np": "7.7.0",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2961,7 +2961,7 @@ [email protected]:
resolved "https://registry.npmjs.org/gitignore-parser/-/gitignore-parser-0.0.2.tgz"
integrity sha512-X6mpqUv59uWLGD4n3hZ8Cu8KbF2PMWPSFYmxZjdkpm3yOU7hSUYnzTkZI1mcWqchphvqyuz3/BhgBR4E/JtkCg==

glob@^7.1.3, glob@^7.1.4, glob@^7.1.6:
glob@7.2.3, glob@^7.1.3, glob@^7.1.4, glob@^7.1.6:
version "7.2.3"
resolved "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz"
integrity sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==
Expand Down

0 comments on commit c9567b6

Please sign in to comment.