fix(cli): move msw to devDependencies (#10851)

* fix: move msw to devDependencies

* chore: update lockfile after moving msw to devDependencies

* chore: add changeset for msw devDependency fix

---------

Co-authored-by: shadcn <m@shadcn.com>
This commit is contained in:
Harshitha Sompura
2026-06-05 22:31:37 +05:30
committed by GitHub
parent 9c6a5ee1b1
commit 7dfd933102
3 changed files with 10 additions and 5 deletions

View File

@@ -0,0 +1,5 @@
---
"shadcn": patch
---
move msw to devDependencies

View File

@@ -100,7 +100,6 @@
"fuzzysort": "^3.1.0",
"https-proxy-agent": "^7.0.6",
"kleur": "^4.1.5",
"msw": "^2.10.4",
"node-fetch": "^3.3.2",
"open": "^11.0.0",
"ora": "^8.2.0",
@@ -125,6 +124,7 @@
"rimraf": "^6.0.1",
"tsup": "^8.5.0",
"type-fest": "^4.41.0",
"typescript": "^5.9.2"
"typescript": "^5.9.2",
"msw": "^2.10.4"
}
}

6
pnpm-lock.yaml generated
View File

@@ -434,9 +434,6 @@ importers:
kleur:
specifier: ^4.1.5
version: 4.1.5
msw:
specifier: ^2.10.4
version: 2.10.4(@types/node@20.19.10)(typescript@5.9.2)
node-fetch:
specifier: ^3.3.2
version: 3.3.2
@@ -495,6 +492,9 @@ importers:
'@types/stringify-object':
specifier: ^4.0.5
version: 4.0.5
msw:
specifier: ^2.10.4
version: 2.10.4(@types/node@20.19.10)(typescript@5.9.2)
rimraf:
specifier: ^6.0.1
version: 6.0.1