Skip to content

Commit db45ea3

Browse files
committed
Update dependency typescript to v4.1.5
1 parent 24b6d7d commit db45ea3

File tree

61 files changed

+67
-67
lines changed

Some content is hidden

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

61 files changed

+67
-67
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.1.5"
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.1.5",
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.1.5",
157157
"watch": "1.0.2",
158158
"webpack": "4.44.2",
159159
"yargs": "16.2.0"

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.1.5"
5050
},
5151
"repository": {
5252
"directory": "packages/analytics",

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@
2626
"url": "https://github.com/firebase/firebase-js-sdk/issues"
2727
},
2828
"devDependencies": {
29-
"typescript": "4.0.5"
29+
"typescript": "4.1.5"
3030
}
3131
}

packages-exp/app-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.1.5"
4444
},
4545
"repository": {
4646
"directory": "packages-exp/app-compat",

packages-exp/app-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.1.5"
4545
},
4646
"repository": {
4747
"directory": "packages-exp/app-exp",

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@
2929
"url": "https://github.com/firebase/firebase-js-sdk/issues"
3030
},
3131
"devDependencies": {
32-
"typescript": "4.0.5"
32+
"typescript": "4.1.5"
3333
}
3434
}

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.1.5"
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.1.5:
5212+
version "4.1.5"
5213+
resolved "https://registry.npmjs.org/typescript/-/typescript-4.1.5.tgz#123a3b214aaff3be32926f0d8f1f6e704eb89a72"
5214+
integrity sha512-6OSu9PTIzmn9TCDiovULTnET6BgXtDYL4Gg4szY+cGsc3JP1dQL8qvE8kShTRx1NIw4Q9IBHlwODjkjWEtMUyA==
52155215

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

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.1.5"
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
@@ -56,7 +56,7 @@
5656
"rollup-plugin-sourcemaps": "0.6.3",
5757
"rollup-plugin-typescript2": "0.29.0",
5858
"@rollup/plugin-strip": "2.0.0",
59-
"typescript": "4.0.5"
59+
"typescript": "4.1.5"
6060
},
6161
"repository": {
6262
"directory": "packages-exp/auth-exp",

packages-exp/auth-types-exp/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.1.5"
2828
}
2929
}

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.1.5"
6464
},
6565
"components": [
6666
"analytics",

packages-exp/functions-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.1.5"
2222
},
2323
"repository": {
2424
"directory": "packages-exp/functions-compat",

packages-exp/functions-exp/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"rollup": "2.35.1",
3939
"@rollup/plugin-json": "4.1.0",
4040
"rollup-plugin-typescript2": "0.29.0",
41-
"typescript": "4.0.5"
41+
"typescript": "4.1.5"
4242
},
4343
"repository": {
4444
"directory": "packages/functions",

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@
2626
"url": "https://github.com/firebase/firebase-js-sdk/issues"
2727
},
2828
"devDependencies": {
29-
"typescript": "4.0.5"
29+
"typescript": "4.1.5"
3030
}
3131
}

packages-exp/installations-compat/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"@rollup/plugin-node-resolve": "9.0.0",
4747
"rollup-plugin-typescript2": "0.29.0",
4848
"rollup-plugin-uglify": "6.0.4",
49-
"typescript": "4.0.5"
49+
"typescript": "4.1.5"
5050
},
5151
"peerDependencies": {
5252
"@firebase/app-compat": "0.x"

packages-exp/installations-exp/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"@rollup/plugin-node-resolve": "9.0.0",
4747
"rollup-plugin-typescript2": "0.29.0",
4848
"rollup-plugin-uglify": "6.0.4",
49-
"typescript": "4.0.5"
49+
"typescript": "4.1.5"
5050
},
5151
"peerDependencies": {
5252
"@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.1.5"
3232
}
3333
}

packages-exp/messaging-exp/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"@rollup/plugin-json": "4.1.0",
4545
"rollup-plugin-typescript2": "0.29.0",
4646
"ts-essentials": "7.0.1",
47-
"typescript": "4.0.5"
47+
"typescript": "4.1.5"
4848
},
4949
"repository": {
5050
"directory": "packages/messaging",

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@
2525
"url": "https://github.com/firebase/firebase-js-sdk/issues"
2626
},
2727
"devDependencies": {
28-
"typescript": "4.0.5"
28+
"typescript": "4.1.5"
2929
}
3030
}

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.1.5"
4848
},
4949
"repository": {
5050
"directory": "packages/performance-exp",

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"index.d.ts"
1818
],
1919
"devDependencies": {
20-
"typescript": "4.0.5"
20+
"typescript": "4.1.5"
2121
},
2222
"repository": {
2323
"directory": "packages/performance-types-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.1.5",
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
@@ -43,7 +43,7 @@
4343
"@firebase/app-exp": "0.0.900",
4444
"rollup": "2.35.1",
4545
"rollup-plugin-typescript2": "0.29.0",
46-
"typescript": "4.0.5"
46+
"typescript": "4.1.5"
4747
},
4848
"repository": {
4949
"directory": "packages/remote-config",

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@
2525
"url": "https://github.com/firebase/firebase-js-sdk/issues"
2626
},
2727
"devDependencies": {
28-
"typescript": "4.0.5"
28+
"typescript": "4.1.5"
2929
}
3030
}

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.1.5"
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.1.5"
2424
}
2525
}

packages/analytics/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"@rollup/plugin-json": "4.1.0",
4040
"@rollup/plugin-node-resolve": "9.0.0",
4141
"rollup-plugin-typescript2": "0.29.0",
42-
"typescript": "4.0.5"
42+
"typescript": "4.1.5"
4343
},
4444
"repository": {
4545
"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.1.5"
2525
}
2626
}

packages/app/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"@rollup/plugin-json": "4.1.0",
4040
"rollup-plugin-replace": "2.2.0",
4141
"rollup-plugin-typescript2": "0.29.0",
42-
"typescript": "4.0.5"
42+
"typescript": "4.1.5"
4343
},
4444
"repository": {
4545
"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.1.5"
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.1.5"
2828
}
2929
}

packages/component/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"devDependencies": {
2929
"rollup": "2.35.1",
3030
"rollup-plugin-typescript2": "0.29.0",
31-
"typescript": "4.0.5"
31+
"typescript": "4.1.5"
3232
},
3333
"repository": {
3434
"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.1.5"
2727
}
2828
}

packages/database/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"@firebase/app-types": "0.6.1",
4444
"rollup": "2.35.1",
4545
"rollup-plugin-typescript2": "0.29.0",
46-
"typescript": "4.0.5"
46+
"typescript": "4.1.5"
4747
},
4848
"repository": {
4949
"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.1.5"
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.1.5"
2727
}
2828
}

packages/firestore/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
"rollup-plugin-terser": "7.0.2",
9696
"rollup-plugin-typescript2": "0.29.0",
9797
"ts-node": "9.1.1",
98-
"typescript": "4.0.5"
98+
"typescript": "4.1.5"
9999
},
100100
"repository": {
101101
"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.1.5"
2424
}
2525
}

packages/functions/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"@firebase/messaging": "0.7.3",
3333
"rollup": "2.35.1",
3434
"rollup-plugin-typescript2": "0.29.0",
35-
"typescript": "4.0.5"
35+
"typescript": "4.1.5"
3636
},
3737
"repository": {
3838
"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.1.5"
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.1.5"
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.1.5"
2828
},
2929
"repository": {
3030
"directory": "packages/logger",

0 commit comments

Comments
 (0)