Skip to content

Commit 90477ec

Browse files
committed
chore: add msw as peerDependencies
1 parent 399ca34 commit 90477ec

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@
4141
"ofetch": "^1.3.4",
4242
"unimport": "^3.7.1"
4343
},
44+
"peerDependencies": {
45+
"msw": "^2.x"
46+
},
4447
"devDependencies": {
4548
"@nuxt/devtools": "^1.2.0",
4649
"@nuxt/eslint-config": "^0.3.10",
@@ -66,4 +69,4 @@
6669
"playground/public"
6770
]
6871
}
69-
}
72+
}

0 commit comments

Comments
 (0)