File tree 6 files changed +158
-133
lines changed
repo-scripts/changelog-generator
6 files changed +158
-133
lines changed Original file line number Diff line number Diff line change 68
68
"@babel/register" : " 7.17.7" ,
69
69
"@babel/preset-typescript" : " 7.16.7" ,
70
70
"babel-plugin-transform-import-meta" : " 2.1.1" ,
71
- "@changesets/changelog-github" : " 0.4.4 " ,
72
- "@changesets/cli" : " 2.22 .0" ,
71
+ "@changesets/changelog-github" : " 0.4.7 " ,
72
+ "@changesets/cli" : " 2.25 .0" ,
73
73
"@types/chai" : " 4.3.1" ,
74
74
"@types/chai-as-promised" : " 7.1.5" ,
75
75
"@types/child-process-promise" : " 2.2.2" ,
108
108
"find-free-port" : " 2.0.0" ,
109
109
"firebase-functions" : " 3.22.0" ,
110
110
"firebase-tools" : " 11.2.2" ,
111
- "glob" : " 7.2.0 " ,
112
- "http-server" : " 14.1.0 " ,
111
+ "glob" : " 7.2.3 " ,
112
+ "http-server" : " 14.1.1 " ,
113
113
"indexeddbshim" : " 8.0.0" ,
114
114
"inquirer" : " 8.2.4" ,
115
115
"istanbul-instrumenter-loader" : " 3.0.1" ,
Original file line number Diff line number Diff line change 48
48
"@firebase/app-compat" : " 0.1.36" ,
49
49
"@rollup/plugin-json" : " 4.1.0" ,
50
50
"rollup-plugin-typescript2" : " 0.31.2" ,
51
- "ts-essentials" : " 9.1.2 " ,
51
+ "ts-essentials" : " 9.3.0 " ,
52
52
"typescript" : " 4.2.2"
53
53
},
54
54
"repository" : {
Original file line number Diff line number Diff line change @@ -37,5 +37,5 @@ export function getFakeApp(): FirebaseApp {
37
37
}
38
38
39
39
export function getFakeModularMessaging ( ) : Messaging {
40
- return { } ;
40
+ return { } as Messaging ;
41
41
}
Original file line number Diff line number Diff line change 66
66
"rollup" : " 2.72.1" ,
67
67
"rollup-plugin-typescript2" : " 0.31.2" ,
68
68
"@rollup/plugin-json" : " 4.1.0" ,
69
- "ts-essentials" : " 9.1.2 " ,
69
+ "ts-essentials" : " 9.3.0 " ,
70
70
"typescript" : " 4.2.2"
71
71
},
72
72
"repository" : {
Original file line number Diff line number Diff line change 17
17
},
18
18
"dependencies" : {
19
19
"@changesets/types" : " 3.3.0" ,
20
- "@changesets/get-github-info" : " 0.5.0 " ,
20
+ "@changesets/get-github-info" : " 0.5.1 " ,
21
21
"node-fetch" : " 2.6.7" ,
22
22
"@types/node-fetch" : " 2.6.1"
23
23
},
You can’t perform that action at this time.
0 commit comments