File tree Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ " @msw-dev-tool/react " : patch
3
+ ---
4
+
5
+ remove unused dep: ` zustand `
Original file line number Diff line number Diff line change 42
42
"@msw-dev-tool/core" : " workspace:*" ,
43
43
"msw" : " ^2.7.0" ,
44
44
"react" : " ^18.0.0 || ^19.0.0" ,
45
- "react-dom" : " ^18.0.0 || ^19.0.0" ,
46
- "zustand" : " ^5.0.2"
45
+ "react-dom" : " ^18.0.0 || ^19.0.0"
47
46
},
48
47
"devDependencies" : {
49
48
"@eslint/js" : " ^9.24.0" ,
67
66
"rollup-plugin-postcss" : " ^4.0.2" ,
68
67
"tailwindcss" : " ^4.1.4" ,
69
68
"typescript" : " ^5.2.2" ,
70
- "typescript-eslint" : " ^8.30.1" ,
71
- "zustand" : " ^5.0.2"
69
+ "typescript-eslint" : " ^8.30.1"
72
70
},
73
71
"dependencies" : {
74
72
"@hookform/resolvers" : " ^5.0.1" ,
Original file line number Diff line number Diff line change @@ -1454,13 +1454,11 @@ __metadata:
1454
1454
typescript: "npm:^5.2.2"
1455
1455
typescript-eslint: "npm:^8.30.1"
1456
1456
zod: "npm:^3.24.2"
1457
- zustand: "npm:^5.0.2"
1458
1457
peerDependencies:
1459
1458
"@msw-dev-tool/core": "workspace:*"
1460
1459
msw: ^2.7.0
1461
1460
react: ^18.0.0 || ^19.0.0
1462
1461
react-dom: ^18.0.0 || ^19.0.0
1463
- zustand: ^5.0.2
1464
1462
languageName: unknown
1465
1463
linkType: soft
1466
1464
You can’t perform that action at this time.
0 commit comments