We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c816442 commit 9e75cfdCopy full SHA for 9e75cfd
.changeset/yummy-impalas-melt.md
@@ -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
@@ -32,15 +32,14 @@
32
"msw": "^2.7.0",
33
"rollup": "^4.40.0",
34
"rollup-plugin-dts": "^6.2.1",
35
- "typescript": "^5.8.3",
36
- "zustand": "^5.0.2"
+ "typescript": "^5.8.3"
37
},
38
"peerDependencies": {
39
- "msw": "^2.7.0",
40
+ "msw": "^2.7.0"
41
42
"dependencies": {
43
- "zod": "^3.24.2"
+ "zod": "^3.24.2",
+ "zustand": "^5.0.2"
44
45
"publishConfig": {
46
"access": "public"
0 commit comments