Skip to content

Commit 830e262

Browse files
committed
chore: update peer dependency
1 parent 6af5960 commit 830e262

File tree

2 files changed

+162
-380
lines changed

2 files changed

+162
-380
lines changed

package.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,13 @@
4646
},
4747
"dependencies": {
4848
"zod": "^3.24.2"
49+
},
50+
"pnpm": {
51+
"overrides": {
52+
"ws@>=8.0.0 <8.17.1": ">=8.17.1",
53+
"axios@>=1.3.2 <=1.7.3": ">=1.7.4",
54+
"esbuild@<=0.24.2": ">=0.25.0",
55+
"axios@>=1.0.0 <1.8.2": ">=1.8.2"
56+
}
4957
}
5058
}

0 commit comments

Comments
 (0)