Skip to content

Commit 9e75cfd

Browse files
committed
chore: move zustand to dep
1 parent c816442 commit 9e75cfd

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

.changeset/yummy-impalas-melt.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@msw-dev-tool/core": patch
3+
---
4+
5+
Move `zustand` from `peer dep` to `dep`. No need to put this as peer dep

packages/core/package.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,14 @@
3232
"msw": "^2.7.0",
3333
"rollup": "^4.40.0",
3434
"rollup-plugin-dts": "^6.2.1",
35-
"typescript": "^5.8.3",
36-
"zustand": "^5.0.2"
35+
"typescript": "^5.8.3"
3736
},
3837
"peerDependencies": {
39-
"msw": "^2.7.0",
40-
"zustand": "^5.0.2"
38+
"msw": "^2.7.0"
4139
},
4240
"dependencies": {
43-
"zod": "^3.24.2"
41+
"zod": "^3.24.2",
42+
"zustand": "^5.0.2"
4443
},
4544
"publishConfig": {
4645
"access": "public"

0 commit comments

Comments
 (0)