Merge pull request #27278 from backstage/move-msw-to-dev-deps

Move msw to devDependencies in backend-openapi-utils/package.json
This commit is contained in:
Fredrik Adelöw
2024-10-21 23:15:24 +02:00
committed by GitHub
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/backend-openapi-utils': patch
---
Moves msw from dependencies to devDependencies
+1 -1
View File
@@ -47,13 +47,13 @@
"json-schema-to-ts": "^3.0.0",
"lodash": "^4.17.21",
"mockttp": "^3.13.0",
"msw": "^1.0.0",
"openapi-merge": "^1.3.2",
"openapi3-ts": "^3.1.2"
},
"devDependencies": {
"@backstage/cli": "workspace:^",
"@backstage/test-utils": "workspace:^",
"msw": "^1.0.0",
"supertest": "^7.0.0"
}
}