Skip to content

Commit b639874

Browse files
committed
Update dependency typescript to v4.2.2
1 parent 89a4f64 commit b639874

File tree

55 files changed

+61
-61
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+61
-61
lines changed

integration/firebase/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@
2020
"karma-typescript": "5.2.0",
2121
"mocha": "7.2.0",
2222
"npm-run-all": "4.1.5",
23-
"typescript": "4.0.5"
23+
"typescript": "4.2.2"
2424
}
2525
}

integration/firestore/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"karma-spec-reporter": "0.0.32",
2828
"mocha": "7.2.0",
2929
"ts-loader": "8.0.12",
30-
"typescript": "4.0.5",
30+
"typescript": "4.2.2",
3131
"webpack": "4.44.2",
3232
"webpack-stream": "6.1.1"
3333
}

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@
153153
"ts-node": "9.1.1",
154154
"tslint": "6.1.3",
155155
"typedoc": "0.16.11",
156-
"typescript": "4.0.5",
156+
"typescript": "4.2.2",
157157
"watch": "1.0.2",
158158
"webpack": "4.44.2",
159159
"yargs": "16.2.0"

packages-exp/analytics-compat/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"rollup": "2.35.1",
1919
"@rollup/plugin-json": "4.1.0",
2020
"rollup-plugin-typescript2": "0.29.0",
21-
"typescript": "4.0.5"
21+
"typescript": "4.2.2"
2222
},
2323
"repository": {
2424
"directory": "packages-exp/analytics-compat",

packages-exp/analytics-exp/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"@rollup/plugin-json": "4.1.0",
4747
"@rollup/plugin-node-resolve": "9.0.0",
4848
"rollup-plugin-typescript2": "0.29.0",
49-
"typescript": "4.0.5"
49+
"typescript": "4.2.2"
5050
},
5151
"repository": {
5252
"directory": "packages/analytics",

packages-exp/app-compat/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"@rollup/plugin-json": "4.1.0",
4343
"rollup-plugin-replace": "2.2.0",
4444
"rollup-plugin-typescript2": "0.29.0",
45-
"typescript": "4.0.5"
45+
"typescript": "4.2.2"
4646
},
4747
"repository": {
4848
"directory": "packages-exp/app-compat",

packages-exp/app-exp/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"@rollup/plugin-json": "4.1.0",
4343
"rollup-plugin-replace": "2.2.0",
4444
"rollup-plugin-typescript2": "0.29.0",
45-
"typescript": "4.0.5"
45+
"typescript": "4.2.2"
4646
},
4747
"repository": {
4848
"directory": "packages-exp/app-exp",

packages-exp/auth-compat-exp/demo/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"rollup-plugin-sourcemaps": "0.6.3",
3636
"rollup-plugin-typescript2": "0.29.0",
3737
"rollup-plugin-uglify": "6.0.4",
38-
"typescript": "4.0.5"
38+
"typescript": "4.2.2"
3939
},
4040
"repository": {
4141
"directory": "packages-exp/auth-compat-exp/demo",

packages-exp/auth-compat-exp/demo/yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -5208,10 +5208,10 @@ typedarray@^0.0.6:
52085208
resolved "https://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
52095209
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=
52105210

5211-
typescript@4.0.5:
5212-
version "4.0.5"
5213-
resolved "https://registry.npmjs.org/typescript/-/typescript-4.0.5.tgz#ae9dddfd1069f1cb5beb3ef3b2170dd7c1332389"
5214-
integrity sha512-ywmr/VrTVCmNTJ6iV2LwIrfG1P+lv6luD8sUJs+2eI9NLGigaN+nUQc13iHqisq7bra9lnmUSYqbJvegraBOPQ==
5211+
typescript@4.2.2:
5212+
version "4.2.2"
5213+
resolved "https://registry.npmjs.org/typescript/-/typescript-4.2.2.tgz#1450f020618f872db0ea17317d16d8da8ddb8c4c"
5214+
integrity sha512-tbb+NVrLfnsJy3M59lsDgrzWIflR4d4TIUjz+heUnHZwdF7YsrMTKoRERiIvI2lvBG95dfpLxB21WZhys1bgaQ==
52155215

52165216
uglify-js@^3.1.4, uglify-js@^3.4.9:
52175217
version "3.12.7"

packages-exp/auth-compat-exp/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"@rollup/plugin-json": "4.1.0",
4242
"rollup-plugin-replace": "2.2.0",
4343
"rollup-plugin-typescript2": "0.29.0",
44-
"typescript": "4.0.5"
44+
"typescript": "4.2.2"
4545
},
4646
"repository": {
4747
"directory": "packages-exp/auth-compat-exp",

packages-exp/auth-exp/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"rollup-plugin-sourcemaps": "0.6.3",
5959
"rollup-plugin-typescript2": "0.29.0",
6060
"@rollup/plugin-strip": "2.0.0",
61-
"typescript": "4.0.5"
61+
"typescript": "4.2.2"
6262
},
6363
"repository": {
6464
"directory": "packages-exp/auth-exp",

packages-exp/firebase-exp/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"gulp": "4.0.2",
6161
"gulp-sourcemaps": "2.6.5",
6262
"gulp-concat": "2.6.1",
63-
"typescript": "4.0.5"
63+
"typescript": "4.2.2"
6464
},
6565
"components": [
6666
"analytics",

packages-exp/functions-compat/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"rollup": "2.35.1",
2121
"@rollup/plugin-json": "4.1.0",
2222
"rollup-plugin-typescript2": "0.29.0",
23-
"typescript": "4.0.5"
23+
"typescript": "4.2.2"
2424
},
2525
"repository": {
2626
"directory": "packages-exp/functions-compat",

packages-exp/functions-exp/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"rollup": "2.35.1",
4040
"@rollup/plugin-json": "4.1.0",
4141
"rollup-plugin-typescript2": "0.29.0",
42-
"typescript": "4.0.5"
42+
"typescript": "4.2.2"
4343
},
4444
"repository": {
4545
"directory": "packages/functions",

packages-exp/installations-compat/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"@rollup/plugin-node-resolve": "9.0.0",
4949
"rollup-plugin-typescript2": "0.29.0",
5050
"rollup-plugin-uglify": "6.0.4",
51-
"typescript": "4.0.5"
51+
"typescript": "4.2.2"
5252
},
5353
"peerDependencies": {
5454
"@firebase/app-compat": "0.x"

packages-exp/installations-exp/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"@rollup/plugin-node-resolve": "9.0.0",
4949
"rollup-plugin-typescript2": "0.29.0",
5050
"rollup-plugin-uglify": "6.0.4",
51-
"typescript": "4.0.5"
51+
"typescript": "4.2.2"
5252
},
5353
"peerDependencies": {
5454
"@firebase/app-exp": "0.x"

packages-exp/installations-types-exp/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@
2828
"url": "https://github.com/firebase/firebase-js-sdk/issues"
2929
},
3030
"devDependencies": {
31-
"typescript": "4.0.5"
31+
"typescript": "4.2.2"
3232
}
3333
}

packages-exp/messaging-exp/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"@rollup/plugin-json": "4.1.0",
4343
"rollup-plugin-typescript2": "0.29.0",
4444
"ts-essentials": "7.0.1",
45-
"typescript": "4.0.5"
45+
"typescript": "4.2.2"
4646
},
4747
"repository": {
4848
"directory": "packages/messaging",

packages-exp/performance-exp/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"rollup": "2.35.1",
4545
"@rollup/plugin-json": "4.1.0",
4646
"rollup-plugin-typescript2": "0.29.0",
47-
"typescript": "4.0.5"
47+
"typescript": "4.2.2"
4848
},
4949
"repository": {
5050
"directory": "packages/performance-exp",

packages-exp/remote-config-compat/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"@rollup/plugin-json": "4.1.0",
4141
"rollup-plugin-replace": "2.2.0",
4242
"rollup-plugin-typescript2": "0.29.0",
43-
"typescript": "4.0.5",
43+
"typescript": "4.2.2",
4444
"@firebase/app-compat": "0.0.900"
4545
},
4646
"repository": {

packages-exp/remote-config-exp/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"@firebase/app-exp": "0.0.900",
4646
"rollup": "2.35.1",
4747
"rollup-plugin-typescript2": "0.29.0",
48-
"typescript": "4.0.5"
48+
"typescript": "4.2.2"
4949
},
5050
"repository": {
5151
"directory": "packages/remote-config",

packages/analytics-interop-types/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@
2020
"url": "https://github.com/firebase/firebase-js-sdk/issues"
2121
},
2222
"devDependencies": {
23-
"typescript": "4.0.5"
23+
"typescript": "4.2.2"
2424
}
2525
}

packages/analytics-types/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@
2020
"url": "https://github.com/firebase/firebase-js-sdk/issues"
2121
},
2222
"devDependencies": {
23-
"typescript": "4.0.5"
23+
"typescript": "4.2.2"
2424
}
2525
}

packages/analytics/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"@rollup/plugin-json": "4.1.0",
4242
"@rollup/plugin-node-resolve": "9.0.0",
4343
"rollup-plugin-typescript2": "0.29.0",
44-
"typescript": "4.0.5"
44+
"typescript": "4.2.2"
4545
},
4646
"repository": {
4747
"directory": "packages/analytics",

packages/app-types/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@
2121
"url": "https://github.com/firebase/firebase-js-sdk/issues"
2222
},
2323
"devDependencies": {
24-
"typescript": "4.0.5"
24+
"typescript": "4.2.2"
2525
}
2626
}

packages/app/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"@rollup/plugin-json": "4.1.0",
4242
"rollup-plugin-replace": "2.2.0",
4343
"rollup-plugin-typescript2": "0.29.0",
44-
"typescript": "4.0.5"
44+
"typescript": "4.2.2"
4545
},
4646
"repository": {
4747
"directory": "packages/app",

packages/auth-interop-types/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@
2424
"url": "https://github.com/firebase/firebase-js-sdk/issues"
2525
},
2626
"devDependencies": {
27-
"typescript": "4.0.5"
27+
"typescript": "4.2.2"
2828
}
2929
}

packages/auth-types/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@
2424
"url": "https://github.com/firebase/firebase-js-sdk/issues"
2525
},
2626
"devDependencies": {
27-
"typescript": "4.0.5"
27+
"typescript": "4.2.2"
2828
}
2929
}

packages/component/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"devDependencies": {
3131
"rollup": "2.35.1",
3232
"rollup-plugin-typescript2": "0.29.0",
33-
"typescript": "4.0.5"
33+
"typescript": "4.2.2"
3434
},
3535
"repository": {
3636
"directory": "packages/component",

packages/database-types/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@
2323
"url": "https://github.com/firebase/firebase-js-sdk/issues"
2424
},
2525
"devDependencies": {
26-
"typescript": "4.0.5"
26+
"typescript": "4.2.2"
2727
}
2828
}

packages/database/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"@firebase/app-types": "0.6.1",
4646
"rollup": "2.35.1",
4747
"rollup-plugin-typescript2": "0.29.0",
48-
"typescript": "4.0.5"
48+
"typescript": "4.2.2"
4949
},
5050
"repository": {
5151
"directory": "packages/database",

packages/firebase/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"rollup-plugin-terser": "7.0.2",
6969
"rollup-plugin-typescript2": "0.29.0",
7070
"rollup-plugin-uglify": "6.0.4",
71-
"typescript": "4.0.5"
71+
"typescript": "4.2.2"
7272
},
7373
"typings": "index.d.ts",
7474
"components": [

packages/firestore-types/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@
2323
"url": "https://github.com/firebase/firebase-js-sdk/issues"
2424
},
2525
"devDependencies": {
26-
"typescript": "4.0.5"
26+
"typescript": "4.2.2"
2727
}
2828
}

packages/firestore/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
"rollup-plugin-terser": "7.0.2",
9595
"rollup-plugin-typescript2": "0.29.0",
9696
"ts-node": "9.1.1",
97-
"typescript": "4.0.5"
97+
"typescript": "4.2.2"
9898
},
9999
"repository": {
100100
"directory": "packages/firestore",

packages/functions-types/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@
2020
"url": "https://github.com/firebase/firebase-js-sdk/issues"
2121
},
2222
"devDependencies": {
23-
"typescript": "4.0.5"
23+
"typescript": "4.2.2"
2424
}
2525
}

packages/functions/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"@firebase/messaging": "0.7.4",
3535
"rollup": "2.35.1",
3636
"rollup-plugin-typescript2": "0.29.0",
37-
"typescript": "4.0.5"
37+
"typescript": "4.2.2"
3838
},
3939
"repository": {
4040
"directory": "packages/functions",

packages/installations-types/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@
2323
"url": "https://github.com/firebase/firebase-js-sdk/issues"
2424
},
2525
"devDependencies": {
26-
"typescript": "4.0.5"
26+
"typescript": "4.2.2"
2727
}
2828
}

packages/installations/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"@rollup/plugin-node-resolve": "9.0.0",
3737
"rollup-plugin-typescript2": "0.29.0",
3838
"rollup-plugin-uglify": "6.0.4",
39-
"typescript": "4.0.5"
39+
"typescript": "4.2.2"
4040
},
4141
"peerDependencies": {
4242
"@firebase/app": "0.x",

packages/logger/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"devDependencies": {
2525
"rollup": "2.35.1",
2626
"rollup-plugin-typescript2": "0.29.0",
27-
"typescript": "4.0.5"
27+
"typescript": "4.2.2"
2828
},
2929
"repository": {
3030
"directory": "packages/logger",

packages/messaging-types/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@
2323
"url": "https://github.com/firebase/firebase-js-sdk/issues"
2424
},
2525
"devDependencies": {
26-
"typescript": "4.0.5"
26+
"typescript": "4.2.2"
2727
}
2828
}

packages/messaging/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"rollup": "2.35.1",
4040
"rollup-plugin-typescript2": "0.29.0",
4141
"ts-essentials": "7.0.1",
42-
"typescript": "4.0.5"
42+
"typescript": "4.2.2"
4343
},
4444
"repository": {
4545
"directory": "packages/messaging",

packages/performance-types/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"index.d.ts"
1313
],
1414
"devDependencies": {
15-
"typescript": "4.0.5"
15+
"typescript": "4.2.2"
1616
},
1717
"repository": {
1818
"directory": "packages/performance-types",

packages/performance/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"rollup": "2.35.1",
4141
"@rollup/plugin-json": "4.1.0",
4242
"rollup-plugin-typescript2": "0.29.0",
43-
"typescript": "4.0.5"
43+
"typescript": "4.2.2"
4444
},
4545
"repository": {
4646
"directory": "packages/performance",

packages/remote-config-types/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@
2020
"url": "https://github.com/firebase/firebase-js-sdk/issues"
2121
},
2222
"devDependencies": {
23-
"typescript": "4.0.5"
23+
"typescript": "4.2.2"
2424
}
2525
}

packages/remote-config/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"@firebase/app": "0.6.15",
4040
"rollup": "2.35.1",
4141
"rollup-plugin-typescript2": "0.29.0",
42-
"typescript": "4.0.5"
42+
"typescript": "4.2.2"
4343
},
4444
"repository": {
4545
"directory": "packages/remote-config",

0 commit comments

Comments
 (0)