Skip to content

Commit

Permalink
fix: move runtime dependencies from dev dependencies to dependencies (#…
Browse files Browse the repository at this point in the history
…1704)

Co-authored-by: Astha Mohta <35952883+asthamohta@users.noreply.github.com>
  • Loading branch information
PerThoresson and asthamohta committed Sep 8, 2022
1 parent c9f9383 commit b2c1c0f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,13 @@
"@google-cloud/precise-date": "^2.0.0",
"@google-cloud/projectify": "^3.0.0",
"@google-cloud/promisify": "^3.0.0",
"@grpc/proto-loader": "^0.7.0",
"@types/big.js": "^6.0.0",
"@types/stack-trace": "0.0.29",
"arrify": "^2.0.0",
"big.js": "^6.0.0",
"checkpoint-stream": "^0.1.1",
"duplexify": "^4.1.1",
"events-intercept": "^2.0.0",
"extend": "^3.0.2",
"google-auth-library": "^8.0.2",
Expand All @@ -69,13 +71,14 @@
"merge-stream": "^2.0.0",
"p-queue": "^6.0.2",
"protobufjs": "^7.0.0",
"retry-request": "^5.0.0",
"split-array-stream": "^2.0.0",
"stack-trace": "0.0.10",
"stream-events": "^1.0.4",
"teeny-request": "^8.0.0",
"through2": "^4.0.0"
},
"devDependencies": {
"@grpc/proto-loader": "^0.7.0",
"@types/concat-stream": "^2.0.0",
"@types/extend": "^3.0.0",
"@types/is": "0.0.21",
Expand All @@ -94,7 +97,6 @@
"codecov": "^3.0.2",
"concat-stream": "^2.0.0",
"dedent": "^0.7.0",
"duplexify": "^4.1.1",
"execa": "^5.0.0",
"gts": "^3.1.0",
"jsdoc": "^3.6.2",
Expand All @@ -107,10 +109,8 @@
"ncp": "^2.0.0",
"p-limit": "^3.0.1",
"proxyquire": "^2.0.1",
"retry-request": "^5.0.0",
"sinon": "^14.0.0",
"stats-lite": "^2.1.1",
"teeny-request": "^8.0.0",
"time-span": "^4.0.0",
"tmp": "^0.2.0",
"typescript": "^4.6.4",
Expand Down

0 comments on commit b2c1c0f

Please sign in to comment.