Skip to content

Commit b36a548

Browse files
committed
chore: remove unused dep
1 parent c60687f commit b36a548

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.changeset/famous-queens-admire.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@msw-dev-tool/react": patch
3+
---
4+
5+
remove unused dep: `zustand`

packages/react/package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,7 @@
4242
"@msw-dev-tool/core": "workspace:*",
4343
"msw": "^2.7.0",
4444
"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"
4746
},
4847
"devDependencies": {
4948
"@eslint/js": "^9.24.0",
@@ -67,8 +66,7 @@
6766
"rollup-plugin-postcss": "^4.0.2",
6867
"tailwindcss": "^4.1.4",
6968
"typescript": "^5.2.2",
70-
"typescript-eslint": "^8.30.1",
71-
"zustand": "^5.0.2"
69+
"typescript-eslint": "^8.30.1"
7270
},
7371
"dependencies": {
7472
"@hookform/resolvers": "^5.0.1",

yarn.lock

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1454,13 +1454,11 @@ __metadata:
14541454
typescript: "npm:^5.2.2"
14551455
typescript-eslint: "npm:^8.30.1"
14561456
zod: "npm:^3.24.2"
1457-
zustand: "npm:^5.0.2"
14581457
peerDependencies:
14591458
"@msw-dev-tool/core": "workspace:*"
14601459
msw: ^2.7.0
14611460
react: ^18.0.0 || ^19.0.0
14621461
react-dom: ^18.0.0 || ^19.0.0
1463-
zustand: ^5.0.2
14641462
languageName: unknown
14651463
linkType: soft
14661464

0 commit comments

Comments
 (0)