Skip to content

Commit

Permalink
fix: upgrade proto-loader and add long dev dependency (#1253)
Browse files Browse the repository at this point in the history
  • Loading branch information
summer-ji-eng committed May 5, 2022
1 parent f6e4d28 commit 5dea136
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions package.json
Expand Up @@ -15,7 +15,7 @@
},
"dependencies": {
"@grpc/grpc-js": "~1.6.0",
"@grpc/proto-loader": "0.6.9",
"@grpc/proto-loader": "^0.6.12",
"@types/long": "^4.0.0",
"abort-controller": "^3.0.0",
"duplexify": "^4.0.0",
Expand Down Expand Up @@ -60,6 +60,7 @@
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^5.0.0",
"linkinator": "^2.0.0",
"long": "^4.0.0",
"mkdirp": "^1.0.0",
"mocha": "^9.0.0",
"ncp": "^2.0.0",
Expand All @@ -73,7 +74,7 @@
"ts-loader": "^9.0.0",
"typescript": "^3.8.3",
"walkdir": "^0.4.0",
"webpack": "^4.34.0",
"webpack": "^5.0.0",
"webpack-cli": "^4.0.0"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion protos/iam_service.d.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion protos/operations.d.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Expand Up @@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

import * as Long from "long";
import Long = require('long');
import {protobuf as $protobuf} from "../../../../src";
/** Namespace google. */
export namespace google {
Expand Down

0 comments on commit 5dea136

Please sign in to comment.