Skip to content

Commit 60194e3

Browse files
authored
fix(core): add picomatch (#388)
<!-- CURSOR_SUMMARY --> > [!NOTE] > Introduces `picomatch` as a runtime dependency in core and updates the lockfile accordingly. > > - Adds `picomatch@^4.0.3` to `packages/core/package.json` dependencies > - Updates `pnpm-lock.yaml` to include `picomatch` > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit cb878c2. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY -->
1 parent 4daa7d3 commit 60194e3

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

packages/core/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@
8787
"@babel/types": "^7.28.5",
8888
"@oxc-project/runtime": "catalog:",
8989
"lightningcss": "^1.30.2",
90+
"picomatch": "^4.0.3",
9091
"postcss": "^8.5.6",
9192
"semver": "^7.7.3",
9293
"tree-kill": "^1.2.2"

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)