Skip to content

Commit 4d7a7fb

Browse files
authored
Merge pull request #2651 from satazor/support/remove-typescript-as-dep
grpc-health-check: Move `typescript` as a dev dependency
2 parents 666a374 + 24c258a commit 4d7a7fb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/grpc-health-check/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@
2121
"generate-test-types": "proto-loader-gen-types --keepCase --longs String --enums String --defaults --oneofs --includeComments --includeDirs proto/ -O test/generated --grpcLib=@grpc/grpc-js health/v1/health.proto"
2222
},
2323
"dependencies": {
24-
"@grpc/proto-loader": "^0.7.10",
25-
"typescript": "^5.2.2"
24+
"@grpc/proto-loader": "^0.7.10"
2625
},
2726
"files": [
2827
"LICENSE",
@@ -35,6 +34,7 @@
3534
"types": "build/src/health.d.ts",
3635
"license": "Apache-2.0",
3736
"devDependencies": {
38-
"@grpc/grpc-js": "file:../grpc-js"
37+
"@grpc/grpc-js": "file:../grpc-js",
38+
"typescript": "^5.2.2"
3939
}
4040
}

0 commit comments

Comments
 (0)