Skip to content

Commit b2c1c0f

Browse files
fix: move runtime dependencies from dev dependencies to dependencies (#1704)
Co-authored-by: Astha Mohta <35952883+asthamohta@users.noreply.github.com>
1 parent c9f9383 commit b2c1c0f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,13 @@
5454
"@google-cloud/precise-date": "^2.0.0",
5555
"@google-cloud/projectify": "^3.0.0",
5656
"@google-cloud/promisify": "^3.0.0",
57+
"@grpc/proto-loader": "^0.7.0",
5758
"@types/big.js": "^6.0.0",
5859
"@types/stack-trace": "0.0.29",
5960
"arrify": "^2.0.0",
6061
"big.js": "^6.0.0",
6162
"checkpoint-stream": "^0.1.1",
63+
"duplexify": "^4.1.1",
6264
"events-intercept": "^2.0.0",
6365
"extend": "^3.0.2",
6466
"google-auth-library": "^8.0.2",
@@ -69,13 +71,14 @@
6971
"merge-stream": "^2.0.0",
7072
"p-queue": "^6.0.2",
7173
"protobufjs": "^7.0.0",
74+
"retry-request": "^5.0.0",
7275
"split-array-stream": "^2.0.0",
7376
"stack-trace": "0.0.10",
7477
"stream-events": "^1.0.4",
78+
"teeny-request": "^8.0.0",
7579
"through2": "^4.0.0"
7680
},
7781
"devDependencies": {
78-
"@grpc/proto-loader": "^0.7.0",
7982
"@types/concat-stream": "^2.0.0",
8083
"@types/extend": "^3.0.0",
8184
"@types/is": "0.0.21",
@@ -94,7 +97,6 @@
9497
"codecov": "^3.0.2",
9598
"concat-stream": "^2.0.0",
9699
"dedent": "^0.7.0",
97-
"duplexify": "^4.1.1",
98100
"execa": "^5.0.0",
99101
"gts": "^3.1.0",
100102
"jsdoc": "^3.6.2",
@@ -107,10 +109,8 @@
107109
"ncp": "^2.0.0",
108110
"p-limit": "^3.0.1",
109111
"proxyquire": "^2.0.1",
110-
"retry-request": "^5.0.0",
111112
"sinon": "^14.0.0",
112113
"stats-lite": "^2.1.1",
113-
"teeny-request": "^8.0.0",
114114
"time-span": "^4.0.0",
115115
"tmp": "^0.2.0",
116116
"typescript": "^4.6.4",

0 commit comments

Comments
 (0)