We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a6747e commit 63b34b3Copy full SHA for 63b34b3
plugins/backstage-plugin-devcontainers-backend/package.json
@@ -31,7 +31,6 @@
31
"@backstage/plugin-catalog-common": "^1.0.21",
32
"@backstage/plugin-catalog-node": "^1.7.2",
33
"@types/express": "*",
34
- "@types/git-url-parse": "^9.0.3",
35
"express": "^4.17.1",
36
"express-promise-router": "^4.1.0",
37
"git-url-parse": "^14.0.0",
@@ -40,6 +39,7 @@
40
39
},
41
"devDependencies": {
42
"@backstage/cli": "^0.25.1",
+ "@types/git-url-parse": "^9.0.3",
43
"@types/supertest": "^2.0.12",
44
"msw": "^1.0.0",
45
"supertest": "^6.2.4"
0 commit comments