Skip to content

Commit

Permalink
fix: picomatch peerDependency warning
Browse files Browse the repository at this point in the history
  • Loading branch information
adbayb committed Oct 16, 2024
1 parent 52dccc1 commit 752a91f
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 13 deletions.
5 changes: 5 additions & 0 deletions .changeset/flat-dolphins-tease.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"quickbundle": patch
---

Fix `picomatch` peerDependency warning.
30 changes: 18 additions & 12 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion quickbundle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
}
},
"dependencies": {
"@rollup/plugin-commonjs": "^28.0.0",
"@rollup/plugin-commonjs": "^28.0.1",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^15.3.0",
"@rollup/plugin-url": "^8.0.2",
Expand Down

0 comments on commit 752a91f

Please sign in to comment.