File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 33
33
"@firebase/webchannel-wrapper" : " 0.2.21" ,
34
34
"@grpc/proto-loader" : " ^0.5.0" ,
35
35
"@firebase/util" : " 0.2.20" ,
36
- "protobufjs" : " 6.8.8" ,
37
36
"grpc" : " 1.20.3" ,
38
37
"tslib" : " 1.9.3"
39
38
},
66
65
"npm-run-all" : " 4.1.5" ,
67
66
"nyc" : " 14.1.0" ,
68
67
"prettier" : " 1.17.0" ,
68
+ "protobufjs" : " 6.8.8" ,
69
69
"rollup" : " 1.11.0" ,
70
70
"rollup-plugin-copy-assets" : " 1.1.0" ,
71
71
"rollup-plugin-node-resolve" : " 4.2.3" ,
Original file line number Diff line number Diff line change 18
18
import * as protoLoader from '@grpc/proto-loader' ;
19
19
import * as grpc from 'grpc' ;
20
20
import * as path from 'path' ;
21
+ // eslint-disable-next-line import/no-extraneous-dependencies, only used in tests
21
22
import * as ProtobufJS from 'protobufjs' ;
22
23
23
24
/** Used by tests so we can match @grpc/proto-loader behavior. */
You can’t perform that action at this time.
0 commit comments