File tree 2 files changed +6
-6
lines changed
packages/google-cloud-scheduler
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 5
5
"license" : " Apache-2.0" ,
6
6
"author" : " Google LLC" ,
7
7
"engines" : {
8
- "node" : " >=10 "
8
+ "node" : " >=12.0.0 "
9
9
},
10
10
"repository" : " googleapis/nodejs-scheduler" ,
11
11
"main" : " build/src/index.js" ,
41
41
"precompile" : " gts clean"
42
42
},
43
43
"dependencies" : {
44
- "google-gax" : " ^2.24 .1" ,
44
+ "google-gax" : " ^3.0 .1" ,
45
45
"protobufjs" : " ^6.8.0"
46
46
},
47
47
"devDependencies" : {
48
48
"@types/mocha" : " ^9.0.0" ,
49
49
"@types/node" : " ^16.0.0" ,
50
50
"@types/sinon" : " ^10.0.0" ,
51
51
"c8" : " ^7.0.0" ,
52
- "gts" : " ^3.0 .0" ,
52
+ "gts" : " ^3.1 .0" ,
53
53
"jsdoc" : " ^3.6.2" ,
54
54
"jsdoc-fresh" : " ^1.0.1" ,
55
55
"jsdoc-region-tag" : " ^1.0.2" ,
56
56
"linkinator" : " ^2.0.0" ,
57
- "mocha" : " ^8.0.0 " ,
57
+ "mocha" : " ^9.2.2 " ,
58
58
"null-loader" : " ^4.0.0" ,
59
59
"pack-n-play" : " ^1.0.0-2" ,
60
60
"sinon" : " ^14.0.0" ,
61
61
"ts-loader" : " ^9.0.0" ,
62
- "typescript" : " ^3.8.3 "
62
+ "typescript" : " ^4.6.4 "
63
63
}
64
64
}
Original file line number Diff line number Diff line change 3
3
"private" : true ,
4
4
"main" : " quickstart.js" ,
5
5
"engines" : {
6
- "node" : " >=10 "
6
+ "node" : " >=12.0.0 "
7
7
},
8
8
"files" : [
9
9
" *.js"
You can’t perform that action at this time.
0 commit comments