File tree 2 files changed +7
-7
lines changed
packages/google-cloud-datalabeling
2 files changed +7
-7
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-datalabeling" ,
11
11
"main" : " build/src/index.js" ,
43
43
"precompile" : " gts clean"
44
44
},
45
45
"dependencies" : {
46
- "google-gax" : " ^2.24 .1" ,
46
+ "google-gax" : " ^3.0 .1" ,
47
47
"protobufjs" : " ^6.8.0"
48
48
},
49
49
"devDependencies" : {
50
50
"@types/mocha" : " ^9.0.0" ,
51
51
"@types/node" : " ^16.0.0" ,
52
52
"@types/sinon" : " ^10.0.0" ,
53
53
"c8" : " ^7.0.0" ,
54
- "gts" : " ^3.0 .0" ,
54
+ "gts" : " ^3.1 .0" ,
55
55
"jsdoc" : " ^3.6.2" ,
56
56
"jsdoc-fresh" : " ^1.0.1" ,
57
57
"jsdoc-region-tag" : " ^1.0.2" ,
58
58
"linkinator" : " ^2.0.0" ,
59
- "mocha" : " ^8.0.0 " ,
59
+ "mocha" : " ^9.2.2 " ,
60
60
"null-loader" : " ^4.0.0" ,
61
61
"pack-n-play" : " ^1.0.0-2" ,
62
62
"sinon" : " ^14.0.0" ,
63
63
"ts-loader" : " ^9.0.0" ,
64
- "typescript" : " ^3.8.3 " ,
64
+ "typescript" : " ^4.6.4 " ,
65
65
"webpack" : " ^5.0.0" ,
66
66
"webpack-cli" : " ^4.0.0"
67
67
}
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