move type deps to devDeps

Signed-off-by: Kiss Miklos <miklos@roadie.io>
This commit is contained in:
Kiss Miklos
2022-06-09 00:41:48 +02:00
parent 425dc3ae57
commit 3605d0b691
+2 -2
View File
@@ -34,12 +34,12 @@
"grpc-docs": "^1.1.2"
},
"peerDependencies": {
"@types/react": "^16.13.1 || ^17.0.0",
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.17.2-next.0",
"@testing-library/jest-dom": "^5.16.4"
"@testing-library/jest-dom": "^5.16.4",
"@types/react": "^16.13.1 || ^17.0.0"
},
"files": [
"dist"