backstage-cli (templates): update dependencies of the backend plugins

* remove unneeded dependencies `winston` and `yn` from the template
  of backend plugins;
* use `msw` v2 on the backend plugins; migrating later from v1 to v2
  is not straight forward; it is better to start with v2;

Signed-off-by: Valentin VĂLCIU <axiac.ro@gmail.com>
This commit is contained in:
Valentin VĂLCIU
2024-06-20 19:16:42 +03:00
parent 0c5aa5a007
commit e2e320cac0
2 changed files with 9 additions and 4 deletions
+7
View File
@@ -0,0 +1,7 @@
---
'@backstage/cli': patch
---
- remove unused dependencies `winston` and `yn` from the template of backend plugins;
- update `msw` to version `2.3.1` in the template of backend plugins;
starting with v1 and switching later to v2 is tedious and not straight forward; it's easier to start with v2;
@@ -35,9 +35,7 @@
"@types/express": "{{versionQuery '@types/express' '4.17.6'}}",
"express": "{{versionQuery 'express' '4.17.1'}}",
"express-promise-router": "{{versionQuery 'express-promise-router' '4.1.0'}}",
"winston": "{{versionQuery 'winston' '3.2.1'}}",
"node-fetch": "{{versionQuery 'node-fetch' '2.6.7'}}",
"yn": "{{versionQuery 'yn' '4.0.0'}}"
"node-fetch": "{{versionQuery 'node-fetch' '2.6.7'}}"
},
"devDependencies": {
"@backstage/cli": "{{versionQuery '@backstage/cli'}}",
@@ -45,7 +43,7 @@
"@backstage/plugin-auth-backend-module-guest-provider": "{{versionQuery '@backstage/plugin-auth-backend-module-guest-provider'}}",
"@types/supertest": "{{versionQuery '@types/supertest' '2.0.12'}}",
"supertest": "{{versionQuery 'supertest' '6.2.4'}}",
"msw": "{{versionQuery 'msw' '1.0.0'}}"
"msw": "{{versionQuery 'msw' '2.3.1'}}"
},
"files": [
"dist"