File tree 2 files changed +7
-7
lines changed
packages/google-monitoring-dashboard
2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 27
27
"precompile" : " gts clean"
28
28
},
29
29
"dependencies" : {
30
- "google-gax" : " ^2.24 .1"
30
+ "google-gax" : " ^3.0 .1"
31
31
},
32
32
"devDependencies" : {
33
33
"@types/mocha" : " ^9.0.0" ,
34
34
"@types/node" : " ^16.0.0" ,
35
35
"@types/sinon" : " ^10.0.0" ,
36
36
"c8" : " ^7.0.0" ,
37
- "gts" : " ^3.0 .0" ,
37
+ "gts" : " ^3.1 .0" ,
38
38
"jsdoc" : " ^3.5.5" ,
39
39
"jsdoc-fresh" : " ^1.0.1" ,
40
40
"jsdoc-region-tag" : " ^1.0.2" ,
41
41
"linkinator" : " ^2.0.0" ,
42
- "mocha" : " ^8.0.0 " ,
42
+ "mocha" : " ^9.2.2 " ,
43
43
"null-loader" : " ^4.0.0" ,
44
44
"pack-n-play" : " ^1.0.0-2" ,
45
45
"sinon" : " ^14.0.0" ,
46
46
"ts-loader" : " ^9.0.0" ,
47
- "typescript" : " ^3.8.3 " ,
47
+ "typescript" : " ^4.6.4 " ,
48
48
"webpack" : " ^5.0.0" ,
49
49
"webpack-cli" : " ^4.0.0"
50
50
},
51
51
"engines" : {
52
- "node" : " >=10 "
52
+ "node" : " >=12.0.0 "
53
53
}
54
54
}
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