File tree 2 files changed +7
-7
lines changed
packages/google-devtools-artifactregistry
2 files changed +7
-7
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.30 .1"
42
+ "google-gax" : " ^3.0 .1"
43
43
},
44
44
"devDependencies" : {
45
45
"@types/mocha" : " ^9.0.0" ,
46
46
"@types/node" : " ^16.0.0" ,
47
47
"@types/sinon" : " ^10.0.0" ,
48
48
"c8" : " ^7.3.5" ,
49
- "gts" : " ^3.0.2 " ,
49
+ "gts" : " ^3.1.0 " ,
50
50
"jsdoc" : " ^3.6.6" ,
51
51
"jsdoc-fresh" : " ^1.0.2" ,
52
52
"jsdoc-region-tag" : " ^1.0.6" ,
53
53
"linkinator" : " ^2.5.1" ,
54
- "mocha" : " ^8 .2.1 " ,
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.0.0" ,
59
- "typescript" : " ^4.1.2 " ,
59
+ "typescript" : " ^4.6.4 " ,
60
60
"webpack" : " ^5.9.0" ,
61
61
"webpack-cli" : " ^4.2.0"
62
62
},
63
63
"engines" : {
64
- "node" : " >=10 .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