File tree Expand file tree Collapse file tree 5 files changed +10
-17
lines changed
scripts/caretaking/firebase-functions Expand file tree Collapse file tree 5 files changed +10
-17
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ write_file(
13
13
# List of TypeScript packages that we want to run the compatibility test against.
14
14
# The list contains NPM module names that resolve to the desired TypeScript version.
15
15
typescript_version_packages = [
16
- "typescript-3.9" ,
17
16
"typescript" ,
18
17
]
19
18
Original file line number Diff line number Diff line change 171
171
"tslint" : " ^6.1.3" ,
172
172
"tsutils" : " ^3.17.1" ,
173
173
"typescript" : " 4.0.5" ,
174
- "typescript-3.9" : " npm:typescript@~3.9.7" ,
175
174
"vrsource-tslint-rules" : " 5.1.1" ,
176
175
"yaml" : " ^1.10.0"
177
176
},
Original file line number Diff line number Diff line change 11
11
"main" : " lib/index.js" ,
12
12
"dependencies" : {
13
13
"firebase-admin" : " ^9.0.0" ,
14
- "firebase-functions" : " ^3.8 .0"
14
+ "firebase-functions" : " ^3.11 .0"
15
15
},
16
16
"devDependencies" : {
17
- "typescript" : " ^3.9.7 " ,
17
+ "typescript" : " ^4.0.2 " ,
18
18
"firebase-tools" : " ^8.6.0"
19
19
},
20
20
"private" : true
Original file line number Diff line number Diff line change @@ -1539,10 +1539,10 @@ firebase-admin@^9.0.0:
1539
1539
" @google-cloud/firestore" " ^4.0.0"
1540
1540
" @google-cloud/storage" " ^5.0.0"
1541
1541
1542
- firebase-functions@^3.8 .0 :
1543
- version "3.8 .0"
1544
- resolved "https://registry.yarnpkg.com/firebase-functions/-/firebase-functions-3.8 .0.tgz#ac53c615ef365cd9a19604f84ec9835a340c7b76 "
1545
- integrity sha512-RFvoS7ZcXrk2sQ918czsjv94p4hnSoD0/e4cZ86XFpa1HbNZBI7ZuSgBCzRvlv6dJ1ArytAL13NpB1Bp2tJ6Yg ==
1542
+ firebase-functions@^3.11 .0 :
1543
+ version "3.11 .0"
1544
+ resolved "https://registry.yarnpkg.com/firebase-functions/-/firebase-functions-3.11 .0.tgz#92f5a6af6a10641da6dc9b41b29974658b621a7b "
1545
+ integrity sha512-i1uMhZ/M6i5SCI3ulKo7EWX0/LD+I5o6N+sk0HbOWfzyWfOl0iJTvQkR3BVDcjrlhPVC4xG1bDTLxd+DTkLqaw ==
1546
1546
dependencies :
1547
1547
" @types/express" " 4.17.3"
1548
1548
cors "^2.8.5"
@@ -3794,10 +3794,10 @@ typedarray@^0.0.6:
3794
3794
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
3795
3795
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=
3796
3796
3797
- typescript@^3.9.7 :
3798
- version "3.9.7 "
3799
- resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.7 .tgz#98d600a5ebdc38f40cb277522f12dc800e9e25fa "
3800
- integrity sha512-BLbiRkiBzAwsjut4x/dsibSTB6yWpwT5qWmC2OfuCg3GgVQCSgMs4vEctYPhsaGtd0AeuuHMkjZ2h2WG8MSzRw ==
3797
+ typescript@^4.0.2 :
3798
+ version "4.0.3 "
3799
+ resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.0.3 .tgz#153bbd468ef07725c1df9c77e8b453f8d36abba5 "
3800
+ integrity sha512-tEu6DGxGgRJPb/mVPIZ48e69xCn2yRmCgYmDugAVwmJ6o+0u1RI18eO7E7WBTLYLaEVVOhwQmcdhQHweux/WPg ==
3801
3801
3802
3802
unique-string@^1.0.0 :
3803
3803
version "1.0.0"
Original file line number Diff line number Diff line change @@ -12416,11 +12416,6 @@ typedarray@^0.0.6:
12416
12416
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
12417
12417
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=
12418
12418
12419
- "typescript-3.9@npm:typescript@~3.9.7":
12420
- version "3.9.7"
12421
- resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.7.tgz#98d600a5ebdc38f40cb277522f12dc800e9e25fa"
12422
- integrity sha512-BLbiRkiBzAwsjut4x/dsibSTB6yWpwT5qWmC2OfuCg3GgVQCSgMs4vEctYPhsaGtd0AeuuHMkjZ2h2WG8MSzRw==
12423
-
12424
12419
typescript@4.0.2, typescript@^3.2.2:
12425
12420
version "4.0.2"
12426
12421
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.0.2.tgz#7ea7c88777c723c681e33bf7988be5d008d05ac2"
You can’t perform that action at this time.
0 commit comments