File tree 2 files changed +6
-6
lines changed
packages/google-cloud-vpc-access
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 39
39
"prelint" : " cd samples; npm link ../; npm i"
40
40
},
41
41
"dependencies" : {
42
- "google-gax" : " ^2.24 .1"
42
+ "google-gax" : " ^3.0 .1"
43
43
},
44
44
"devDependencies" : {
45
45
"@types/mocha" : " ^9.0.0" ,
51
51
"jsdoc-fresh" : " ^1.0.2" ,
52
52
"jsdoc-region-tag" : " ^1.0.6" ,
53
53
"linkinator" : " ^2.13.6" ,
54
- "mocha" : " ^8.4.0 " ,
54
+ "mocha" : " ^9.2.2 " ,
55
55
"null-loader" : " ^4.0.1" ,
56
56
"pack-n-play" : " ^1.0.0-2" ,
57
57
"sinon" : " ^14.0.0" ,
58
58
"ts-loader" : " ^9.1.2" ,
59
- "typescript" : " ^4.2 .4" ,
59
+ "typescript" : " ^4.6 .4" ,
60
60
"webpack" : " ^5.36.2" ,
61
61
"webpack-cli" : " ^4.7.0"
62
62
},
63
63
"engines" : {
64
- "node" : " >=v10 .0.0"
64
+ "node" : " >=12 .0.0"
65
65
}
66
66
}
Original file line number Diff line number Diff line change 4
4
"license" : " Apache-2.0" ,
5
5
"author" : " Google LLC" ,
6
6
"engines" : {
7
- "node" : " >=10 "
7
+ "node" : " >=12.0.0 "
8
8
},
9
9
"files" : [
10
10
" *.js"
20
20
"chai" : " ^4.2.0" ,
21
21
"mocha" : " ^8.0.0"
22
22
}
23
- }
23
+ }
You can’t perform that action at this time.
0 commit comments