fix: move deps to where they need to be

This commit is contained in:
Fredrik Adelöw
2020-06-17 15:47:08 +02:00
parent 38ba897857
commit 03bbb41f2c
10 changed files with 16 additions and 9 deletions
+6 -5
View File
@@ -21,11 +21,7 @@
},
"dependencies": {
"@backstage/backend-common": "^0.1.1-alpha.9",
"@types/cookie-parser": "^1.4.2",
"@types/jwt-decode": "2.2.1",
"@types/passport": "^1.0.3",
"@types/passport-github2": "^1.2.4",
"@types/passport-google-oauth20": "^2.0.3",
"@types/express": "^4.17.6",
"body-parser": "^1.19.0",
"compression": "^1.7.4",
"cookie-parser": "^1.4.5",
@@ -46,7 +42,12 @@
"devDependencies": {
"@backstage/cli": "^0.1.1-alpha.9",
"@types/body-parser": "^1.19.0",
"@types/cookie-parser": "^1.4.2",
"@types/jwt-decode": "2.2.1",
"@types/passport-github2": "^1.2.4",
"@types/passport-google-oauth20": "^2.0.3",
"@types/passport-saml": "^1.1.2",
"@types/passport": "^1.0.3",
"jest-fetch-mock": "^3.0.3"
},
"files": [