Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 799f7bc

Browse files
committed
Make @types/git-url-parse a dev dependency
Accidentally added it as a run-time dependency.
1 parent e373cd5 commit 799f7bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/backstage-plugin-devcontainers-backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131
"@backstage/plugin-catalog-common": "^1.0.21",
3232
"@backstage/plugin-catalog-node": "^1.7.2",
3333
"@types/express": "*",
34-
"@types/git-url-parse": "^9.0.3",
3534
"express": "^4.17.1",
3635
"express-promise-router": "^4.1.0",
3736
"git-url-parse": "^14.0.0",
@@ -40,6 +39,7 @@
4039
},
4140
"devDependencies": {
4241
"@backstage/cli": "^0.25.1",
42+
"@types/git-url-parse": "^9.0.3",
4343
"@types/supertest": "^2.0.12",
4444
"msw": "^1.0.0",
4545
"supertest": "^6.2.4"

0 commit comments

Comments
 (0)