Skip to content

Commit 52772da

Browse files
authored
chore(deps): add pnpm overrides to bump rollup to >=4.59.0 and minimatch to >=10.2.3 (#153)
1 parent 015e562 commit 52772da

2 files changed

Lines changed: 161 additions & 104 deletions

File tree

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,9 @@
6161
"pnpm": {
6262
"overrides": {
6363
"react": "^19.1.0",
64-
"react-dom": "^19.1.0"
64+
"react-dom": "^19.1.0",
65+
"rollup@>=4.0.0 <4.59.0": ">=4.59.0",
66+
"minimatch@>=10.0.0 <10.2.3": ">=10.2.3"
6567
}
6668
},
6769
"packageManager": "pnpm@9.15.4",

0 commit comments

Comments
 (0)