File tree Expand file tree Collapse file tree 28 files changed +415
-389
lines changed Expand file tree Collapse file tree 28 files changed +415
-389
lines changed Original file line number Diff line number Diff line change 4
4
"dependencies" : {
5
5
"cors" : " 2.8.5" ,
6
6
"firebase-admin" : " 8.6.0" ,
7
- "firebase-functions" : " 3.2 .0"
7
+ "firebase-functions" : " 3.3 .0"
8
8
},
9
9
"private" : true ,
10
10
"engines" : {
Original file line number Diff line number Diff line change 10
10
"firebase" : " 7.1.0"
11
11
},
12
12
"devDependencies" : {
13
- "@babel/core" : " 7.6.2 " ,
14
- "@babel/preset-env" : " 7.6.2 " ,
13
+ "@babel/core" : " 7.6.4 " ,
14
+ "@babel/preset-env" : " 7.6.3 " ,
15
15
"browserify" : " 16.5.0" ,
16
16
"chai" : " 4.2.0" ,
17
17
"karma" : " 4.3.0" ,
Original file line number Diff line number Diff line change 23
23
"mocha" : " 6.2.1" ,
24
24
"ts-loader" : " 6.2.0" ,
25
25
"typescript" : " 3.6.3" ,
26
- "webpack" : " 4.41.0 " ,
26
+ "webpack" : " 4.41.1 " ,
27
27
"webpack-stream" : " 5.2.1"
28
28
}
29
29
}
Original file line number Diff line number Diff line change 9
9
"firebase" : " 7.1.0"
10
10
},
11
11
"devDependencies" : {
12
- "@babel/core" : " 7.6.2 " ,
13
- "@babel/preset-env" : " 7.6.2 " ,
12
+ "@babel/core" : " 7.6.4 " ,
13
+ "@babel/preset-env" : " 7.6.3 " ,
14
14
"@types/chai" : " 4.2.3" ,
15
15
"@types/mocha" : " 5.2.7" ,
16
16
"chai" : " 4.2.0" ,
Original file line number Diff line number Diff line change 10
10
"firebase" : " 7.1.0"
11
11
},
12
12
"devDependencies" : {
13
- "@babel/core" : " 7.6.2 " ,
14
- "@babel/preset-env" : " 7.6.2 " ,
13
+ "@babel/core" : " 7.6.4 " ,
14
+ "@babel/preset-env" : " 7.6.3 " ,
15
15
"chai" : " 4.2.0" ,
16
16
"karma" : " 4.3.0" ,
17
17
"karma-babel-preprocessor" : " 8.0.1" ,
21
21
"karma-sauce-launcher" : " 1.2.0" ,
22
22
"karma-spec-reporter" : " 0.0.32" ,
23
23
"mocha" : " 6.2.1" ,
24
- "webpack" : " 4.41.0 " ,
24
+ "webpack" : " 4.41.1 " ,
25
25
"webpack-cli" : " 3.3.9"
26
26
}
27
27
}
Original file line number Diff line number Diff line change 49
49
"chalk" : " 2.4.2" ,
50
50
"child-process-promise" : " 2.2.1" ,
51
51
"clone" : " 2.1.2" ,
52
- "coveralls" : " 3.0.6 " ,
52
+ "coveralls" : " 3.0.7 " ,
53
53
"dependency-graph" : " 0.8.0" ,
54
- "firebase-tools" : " 7.4 .0" ,
54
+ "firebase-tools" : " 7.5 .0" ,
55
55
"glob" : " 7.1.4" ,
56
- "husky" : " 3.0.8 " ,
56
+ "husky" : " 3.0.9 " ,
57
57
"inquirer" : " 7.0.0" ,
58
58
"istanbul-instrumenter-loader" : " 3.0.1" ,
59
59
"js-yaml" : " 3.13.1" ,
60
60
"lcov-result-merger" : " 3.1.0" ,
61
- "lerna" : " 3.16.4 " ,
61
+ "lerna" : " 3.17.0 " ,
62
62
"listr" : " 0.14.3" ,
63
63
"merge2" : " 1.3.0" ,
64
64
"mkdirp" : " 0.5.1" ,
71
71
"typedoc" : " 0.15.0" ,
72
72
"ts-node" : " 8.4.1" ,
73
73
"typescript" : " 3.6.3" ,
74
- "yargs" : " 14.0 .0" ,
74
+ "yargs" : " 14.2 .0" ,
75
75
"babel-loader" : " 8.0.6"
76
76
}
77
77
}
Original file line number Diff line number Diff line change 33
33
"@types/chai" : " 4.2.3" ,
34
34
"@types/mocha" : " 5.2.7" ,
35
35
"@types/sinon" : " 7.5.0" ,
36
- "@typescript-eslint/parser" : " 2.3.2 " ,
37
- "@typescript-eslint/eslint-plugin" : " 2.3.2 " ,
38
- "@typescript-eslint/eslint-plugin-tslint" : " 2.3.2 " ,
36
+ "@typescript-eslint/parser" : " 2.3.3 " ,
37
+ "@typescript-eslint/eslint-plugin" : " 2.3.3 " ,
38
+ "@typescript-eslint/eslint-plugin-tslint" : " 2.3.3 " ,
39
39
"chai" : " 4.2.0" ,
40
40
"chai-as-promised" : " 7.1.1" ,
41
41
"eslint" : " 6.5.1" ,
49
49
"sinon-chai" : " 3.3.0" ,
50
50
"npm-run-all" : " 4.1.5" ,
51
51
"nyc" : " 14.1.1" ,
52
- "rollup" : " 1.23.0 " ,
52
+ "rollup" : " 1.23.1 " ,
53
53
"ts-loader" : " 6.2.0" ,
54
54
"typescript" : " 3.6.3" ,
55
- "webpack" : " 4.41.0 "
55
+ "webpack" : " 4.41.1 "
56
56
},
57
57
"repository" : {
58
58
"directory" : " packages/analytics" ,
Original file line number Diff line number Diff line change 51
51
"mocha" : " 6.2.1" ,
52
52
"npm-run-all" : " 4.1.5" ,
53
53
"nyc" : " 14.1.1" ,
54
- "rollup" : " 1.23.0 " ,
54
+ "rollup" : " 1.23.1 " ,
55
55
"rollup-plugin-replace" : " 2.2.0" ,
56
56
"rollup-plugin-typescript2" : " 0.24.3" ,
57
57
"rollup-plugin-json" : " 4.0.0" ,
60
60
"ts-loader" : " 6.2.0" ,
61
61
"ts-node" : " 8.4.1" ,
62
62
"typescript" : " 3.6.3" ,
63
- "webpack" : " 4.41.0 " ,
63
+ "webpack" : " 4.41.1 " ,
64
64
"eslint" : " 6.5.1" ,
65
- "@typescript-eslint/parser" : " 2.3.2 " ,
66
- "@typescript-eslint/eslint-plugin" : " 2.3.2 " ,
67
- "@typescript-eslint/eslint-plugin-tslint" : " 2.3.2 " ,
65
+ "@typescript-eslint/parser" : " 2.3.3 " ,
66
+ "@typescript-eslint/eslint-plugin" : " 2.3.3 " ,
67
+ "@typescript-eslint/eslint-plugin-tslint" : " 2.3.3 " ,
68
68
"eslint-plugin-import" : " 2.18.2"
69
69
},
70
70
"repository" : {
Original file line number Diff line number Diff line change 10
10
},
11
11
"dependencies" : {
12
12
"firebase-admin" : " 8.6.0" ,
13
- "firebase-functions" : " 3.2 .0"
13
+ "firebase-functions" : " 3.3 .0"
14
14
},
15
15
"private" : true
16
16
}
Original file line number Diff line number Diff line change 592
592
" @google-cloud/firestore" " ^2.0.0"
593
593
" @google-cloud/storage" " ^3.0.2"
594
594
595
- firebase-functions@3.2 .0 :
596
- version "3.2 .0"
597
- resolved "https://registry.npmjs.org/firebase-functions/-/firebase-functions-3.2 .0.tgz#c4c01ea2f97aafb7aa45776eaff52a0f7f44678e "
598
- integrity sha512-v61CXYFSb53SdSSqwc/QhdBrR+H0bhwxSOIhKIYFFa2m5APUsuj8SrkAOBL2CfOJo3yk7+nuuWOtz16JFaXLxg ==
595
+ firebase-functions@3.3 .0 :
596
+ version "3.3 .0"
597
+ resolved "https://registry.npmjs.org/firebase-functions/-/firebase-functions-3.3 .0.tgz#8c6d909eebfa4bce1b25a2e34edfc52cc786a020 "
598
+ integrity sha512-dP6PCG+OwR6RtFpOqwPsLnfiCr3CwXAm/SVGMbO53vDAk0nhUQ1WGAyHDYmIyMAkaLJkIKGwDnX7XmZ5+yAg7g ==
599
599
dependencies :
600
600
" @types/express" " ^4.17.0"
601
601
cors "^2.8.5"
Original file line number Diff line number Diff line change 24
24
"devDependencies" : {
25
25
"del" : " 5.1.0" ,
26
26
"express" : " 4.17.1" ,
27
- "firebase-functions" : " 3.2 .0" ,
28
- "firebase-tools" : " 7.4 .0" ,
27
+ "firebase-functions" : " 3.3 .0" ,
28
+ "firebase-tools" : " 7.5 .0" ,
29
29
"google-closure-compiler" : " 20190709.0.0" ,
30
30
"google-closure-library" : " 20190709.0.0" ,
31
31
"gulp" : " 4.0.2" ,
Original file line number Diff line number Diff line change 49
49
"mocha" : " 6.2.1" ,
50
50
"npm-run-all" : " 4.1.5" ,
51
51
"nyc" : " 14.1.1" ,
52
- "rollup" : " 1.23.0 " ,
52
+ "rollup" : " 1.23.1 " ,
53
53
"rollup-plugin-typescript2" : " 0.24.3" ,
54
54
"sinon" : " 7.5.0" ,
55
55
"source-map-loader" : " 0.2.4" ,
56
56
"ts-loader" : " 6.2.0" ,
57
57
"ts-node" : " 8.4.1" ,
58
58
"typescript" : " 3.6.3" ,
59
- "webpack" : " 4.41.0 "
59
+ "webpack" : " 4.41.1 "
60
60
},
61
61
"repository" : {
62
62
"directory" : " packages/database" ,
Original file line number Diff line number Diff line change 55
55
},
56
56
"devDependencies" : {
57
57
"git-rev-sync" : " 1.12.0" ,
58
- "rollup" : " 1.23.0 " ,
58
+ "rollup" : " 1.23.1 " ,
59
59
"rollup-plugin-commonjs" : " 10.1.0" ,
60
60
"rollup-plugin-license" : " 0.12.1" ,
61
61
"rollup-plugin-node-resolve" : " 5.2.0" ,
Original file line number Diff line number Diff line change 68
68
"nyc" : " 14.1.1" ,
69
69
"prettier" : " 1.18.2" ,
70
70
"protobufjs" : " 6.8.8" ,
71
- "rollup" : " 1.23.0 " ,
71
+ "rollup" : " 1.23.1 " ,
72
72
"rollup-plugin-copy-assets" : " 1.1.0" ,
73
73
"rollup-plugin-node-resolve" : " 5.2.0" ,
74
74
"rollup-plugin-replace" : " 2.2.0" ,
79
79
"ts-node" : " 8.4.1" ,
80
80
"tslint" : " 5.20.0" ,
81
81
"typescript" : " 3.6.3" ,
82
- "webpack" : " 4.41.0 " ,
83
- "yargs" : " 14.0 .0" ,
82
+ "webpack" : " 4.41.1 " ,
83
+ "yargs" : " 14.2 .0" ,
84
84
"eslint" : " 6.5.1" ,
85
- "@typescript-eslint/parser" : " 2.3.2 " ,
86
- "@typescript-eslint/eslint-plugin" : " 2.3.2 " ,
87
- "@typescript-eslint/eslint-plugin-tslint" : " 2.3.2 " ,
85
+ "@typescript-eslint/parser" : " 2.3.3 " ,
86
+ "@typescript-eslint/eslint-plugin" : " 2.3.3 " ,
87
+ "@typescript-eslint/eslint-plugin-tslint" : " 2.3.3 " ,
88
88
"eslint-plugin-import" : " 2.18.2"
89
89
},
90
90
"repository" : {
Original file line number Diff line number Diff line change 45
45
"mocha" : " 6.2.1" ,
46
46
"npm-run-all" : " 4.1.5" ,
47
47
"nyc" : " 14.1.1" ,
48
- "rollup" : " 1.23.0 " ,
48
+ "rollup" : " 1.23.1 " ,
49
49
"rollup-plugin-typescript2" : " 0.24.3" ,
50
50
"sinon" : " 7.5.0" ,
51
51
"source-map-loader" : " 0.2.4" ,
52
52
"ts-loader" : " 6.2.0" ,
53
53
"ts-node" : " 8.4.1" ,
54
54
"tslint" : " 5.20.0" ,
55
55
"typescript" : " 3.6.3" ,
56
- "webpack" : " 4.41.0 " ,
57
- "yargs" : " 14.0 .0" ,
56
+ "webpack" : " 4.41.1 " ,
57
+ "yargs" : " 14.2 .0" ,
58
58
"eslint" : " 6.5.1" ,
59
- "@typescript-eslint/parser" : " 2.3.2 " ,
60
- "@typescript-eslint/eslint-plugin" : " 2.3.2 " ,
61
- "@typescript-eslint/eslint-plugin-tslint" : " 2.3.2 " ,
59
+ "@typescript-eslint/parser" : " 2.3.3 " ,
60
+ "@typescript-eslint/eslint-plugin" : " 2.3.3 " ,
61
+ "@typescript-eslint/eslint-plugin-tslint" : " 2.3.3 " ,
62
62
"@firebase/messaging" : " 0.5.0"
63
63
},
64
64
"repository" : {
Original file line number Diff line number Diff line change 30
30
"chai-as-promised" : " 7.1.1" ,
31
31
"http-server" : " 0.11.1" ,
32
32
"mocha" : " 6.2.1" ,
33
- "rollup" : " 1.23.0 " ,
33
+ "rollup" : " 1.23.1 " ,
34
34
"rollup-plugin-commonjs" : " 10.1.0" ,
35
35
"rollup-plugin-json" : " 4.0.0" ,
36
36
"rollup-plugin-node-resolve" : " 5.2.0" ,
41
41
"tslint" : " 5.20.0" ,
42
42
"typescript" : " 3.6.3" ,
43
43
"eslint" : " 6.5.1" ,
44
- "@typescript-eslint/parser" : " 2.3.2 " ,
45
- "@typescript-eslint/eslint-plugin" : " 2.3.2 " ,
46
- "@typescript-eslint/eslint-plugin-tslint" : " 2.3.2 " ,
44
+ "@typescript-eslint/parser" : " 2.3.3 " ,
45
+ "@typescript-eslint/eslint-plugin" : " 2.3.3 " ,
46
+ "@typescript-eslint/eslint-plugin-tslint" : " 2.3.3 " ,
47
47
"eslint-plugin-import" : " 2.18.2"
48
48
},
49
49
"peerDependencies" : {
Original file line number Diff line number Diff line change 38
38
"sinon" : " 7.5.0" ,
39
39
"npm-run-all" : " 4.1.5" ,
40
40
"nyc" : " 14.1.1" ,
41
- "rollup" : " 1.23.0 " ,
41
+ "rollup" : " 1.23.1 " ,
42
42
"rollup-plugin-typescript2" : " 0.24.3" ,
43
43
"ts-loader" : " 6.2.0" ,
44
44
"ts-node" : " 8.4.1" ,
45
45
"typescript" : " 3.6.3" ,
46
- "webpack" : " 4.41.0 " ,
46
+ "webpack" : " 4.41.1 " ,
47
47
"eslint" : " 6.5.1" ,
48
- "@typescript-eslint/parser" : " 2.3.2 " ,
49
- "@typescript-eslint/eslint-plugin" : " 2.3.2 " ,
50
- "@typescript-eslint/eslint-plugin-tslint" : " 2.3.2 " ,
48
+ "@typescript-eslint/parser" : " 2.3.3 " ,
49
+ "@typescript-eslint/eslint-plugin" : " 2.3.3 " ,
50
+ "@typescript-eslint/eslint-plugin-tslint" : " 2.3.3 " ,
51
51
"eslint-plugin-import" : " 2.18.2"
52
52
},
53
53
"repository" : {
Original file line number Diff line number Diff line change 47
47
"karma-spec-reporter" : " 0.0.32" ,
48
48
"mocha" : " 6.2.1" ,
49
49
"npm-run-all" : " 4.1.5" ,
50
- "rollup" : " 1.23.0 " ,
50
+ "rollup" : " 1.23.1 " ,
51
51
"rollup-plugin-typescript2" : " 0.24.3" ,
52
52
"sinon" : " 7.5.0" ,
53
53
"tslint" : " 5.20.0" ,
54
54
"typescript" : " 3.6.3" ,
55
55
"eslint" : " 6.5.1" ,
56
- "@typescript-eslint/parser" : " 2.3.2 " ,
57
- "@typescript-eslint/eslint-plugin" : " 2.3.2 " ,
58
- "@typescript-eslint/eslint-plugin-tslint" : " 2.3.2 " ,
56
+ "@typescript-eslint/parser" : " 2.3.3 " ,
57
+ "@typescript-eslint/eslint-plugin" : " 2.3.3 " ,
58
+ "@typescript-eslint/eslint-plugin-tslint" : " 2.3.3 " ,
59
59
"eslint-plugin-import" : " 2.18.2"
60
60
},
61
61
"repository" : {
Original file line number Diff line number Diff line change 41
41
"@types/sinon-chai" : " 3.2.3" ,
42
42
"chai" : " 4.2.0" ,
43
43
"mocha" : " 6.2.1" ,
44
- "rollup" : " 1.23.0 " ,
44
+ "rollup" : " 1.23.1 " ,
45
45
"rollup-plugin-json" : " 4.0.0" ,
46
46
"rollup-plugin-typescript2" : " 0.24.3" ,
47
47
"sinon" : " 7.5.0" ,
48
48
"sinon-chai" : " 3.3.0" ,
49
49
"chai-as-promised" : " 7.1.1" ,
50
50
"typescript" : " 3.6.3" ,
51
51
"eslint" : " 6.5.1" ,
52
- "@typescript-eslint/parser" : " 2.3.2 " ,
53
- "@typescript-eslint/eslint-plugin" : " 2.3.2 " ,
54
- "@typescript-eslint/eslint-plugin-tslint" : " 2.3.2 " ,
52
+ "@typescript-eslint/parser" : " 2.3.3 " ,
53
+ "@typescript-eslint/eslint-plugin" : " 2.3.3 " ,
54
+ "@typescript-eslint/eslint-plugin-tslint" : " 2.3.3 " ,
55
55
"eslint-plugin-import" : " 2.18.2"
56
56
},
57
57
"repository" : {
Original file line number Diff line number Diff line change 16
16
},
17
17
"license" : " Apache-2.0" ,
18
18
"dependencies" : {
19
- "core-js" : " 3.2.1 " ,
19
+ "core-js" : " 3.3.2 " ,
20
20
"promise-polyfill" : " 8.1.3" ,
21
21
"whatwg-fetch" : " 2.0.4"
22
22
},
23
23
"devDependencies" : {
24
- "rollup" : " 1.23.0 " ,
24
+ "rollup" : " 1.23.1 " ,
25
25
"rollup-plugin-typescript2" : " 0.24.3"
26
26
},
27
27
"repository" : {
Original file line number Diff line number Diff line change 37
37
"@types/chai" : " 4.2.3" ,
38
38
"@types/mocha" : " 5.2.7" ,
39
39
"@types/sinon" : " 7.5.0" ,
40
- "@typescript-eslint/eslint-plugin" : " 2.3.2 " ,
41
- "@typescript-eslint/eslint-plugin-tslint" : " 2.3.2 " ,
42
- "@typescript-eslint/parser" : " 2.3.2 " ,
40
+ "@typescript-eslint/eslint-plugin" : " 2.3.3 " ,
41
+ "@typescript-eslint/eslint-plugin-tslint" : " 2.3.3 " ,
42
+ "@typescript-eslint/parser" : " 2.3.3 " ,
43
43
"chai" : " 4.2.0" ,
44
44
"chai-as-promised" : " 7.1.1" ,
45
45
"eslint" : " 6.5.1" ,
46
46
"eslint-plugin-import" : " 2.18.2" ,
47
47
"mocha" : " 6.2.1" ,
48
- "rollup" : " 1.23.0 " ,
48
+ "rollup" : " 1.23.1 " ,
49
49
"rollup-plugin-typescript2" : " 0.24.3" ,
50
50
"sinon" : " 7.5.0" ,
51
51
"sinon-chai" : " 3.3.0" ,
You can’t perform that action at this time.
0 commit comments