Skip to content

Commit a527bc8

Browse files
committed
chore(deps): Add some overrides
1 parent 74a1d5e commit a527bc8

File tree

2 files changed

+160
-160
lines changed

2 files changed

+160
-160
lines changed

package.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,5 +169,14 @@
169169
"playwright": "^1.51.1",
170170
"process": "^0.11.10",
171171
"typescript": "^5.6.2"
172+
},
173+
"pnpm": {
174+
"overrides": {
175+
"cross-spawn@<6.0.6": ">=6.0.6",
176+
"cross-spawn@>=7.0.0 <7.0.5": ">=7.0.5",
177+
"@eslint/plugin-kit@<0.2.3": ">=0.2.3",
178+
"koa@>=2.0.0 <2.15.4": ">=2.15.4",
179+
"esbuild@<=0.24.2": ">=0.25.0"
180+
}
172181
}
173182
}

0 commit comments

Comments
 (0)