Skip to content

Commit 65594ba

Browse files
committed
Remove @firebase/polyfill references from repo
1 parent e1d1f4f commit 65594ba

File tree

3 files changed

+0
-26
lines changed

3 files changed

+0
-26
lines changed

packages/firebase/compat/index.cdn.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ For the CDN builds, these are available in the following manner
2626
https://www.gstatic.com/firebasejs/5.0.0/firebase-<PACKAGE>.js
2727
`);
2828

29-
import '@firebase/polyfill';
3029
import firebase from './app';
3130
import { name, version } from '../package.json';
3231

packages/firebase/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,6 @@
276276
"@firebase/installations-compat": "0.1.12",
277277
"@firebase/messaging": "0.9.16",
278278
"@firebase/messaging-compat": "0.1.16",
279-
"@firebase/polyfill": "0.3.36",
280279
"@firebase/storage": "0.9.9",
281280
"@firebase/storage-compat": "0.1.17",
282281
"@firebase/performance": "0.5.12",

yarn.lock

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1548,15 +1548,6 @@
15481548
minimatch "^3.0.4"
15491549
strip-json-comments "^3.1.1"
15501550

1551-
"@firebase/[email protected]":
1552-
version "0.3.36"
1553-
resolved "https://registry.npmjs.org/@firebase/polyfill/-/polyfill-0.3.36.tgz#c057cce6748170f36966b555749472b25efdb145"
1554-
integrity sha512-zMM9oSJgY6cT2jx3Ce9LYqb0eIpDE52meIzd/oe/y70F+v9u1LDqk5kUF5mf16zovGBWMNFmgzlsh6Wj0OsFtg==
1555-
dependencies:
1556-
core-js "3.6.5"
1557-
promise-polyfill "8.1.3"
1558-
whatwg-fetch "2.0.4"
1559-
15601551
"@gar/promisify@^1.0.1":
15611552
version "1.1.2"
15621553
resolved "https://registry.npmjs.org/@gar/promisify/-/promisify-1.1.2.tgz#30aa825f11d438671d585bd44e7fd564535fc210"
@@ -6220,11 +6211,6 @@ core-js-compat@^3.22.1:
62206211
browserslist "^4.20.3"
62216212
semver "7.0.0"
62226213

6223-
6224-
version "3.6.5"
6225-
resolved "https://registry.npmjs.org/core-js/-/core-js-3.6.5.tgz#7395dc273af37fb2e50e9bd3d9fe841285231d1a"
6226-
integrity sha512-vZVEEwZoIsI+vPEuoF9Iqf5H7/M3eeQqWlQnYa8FSKKePuYTf5MWnxb5SDAzCa60b3JBRS5g9b+Dq7b1y/RCrA==
6227-
62286214
core-js@^2.4.0:
62296215
version "2.6.12"
62306216
resolved "https://registry.npmjs.org/core-js/-/core-js-2.6.12.tgz#d9333dfa7b065e347cc5682219d6f690859cc2ec"
@@ -13827,11 +13813,6 @@ promise-inflight@^1.0.1:
1382713813
resolved "https://registry.npmjs.org/promise-inflight/-/promise-inflight-1.0.1.tgz#98472870bf228132fcbdd868129bad12c3c029e3"
1382813814
integrity sha1-mEcocL8igTL8vdhoEputEsPAKeM=
1382913815

13830-
13831-
version "8.1.3"
13832-
resolved "https://registry.npmjs.org/promise-polyfill/-/promise-polyfill-8.1.3.tgz#8c99b3cf53f3a91c68226ffde7bde81d7f904116"
13833-
integrity sha512-MG5r82wBzh7pSKDRa9y+vllNHz3e3d4CNj1PQE4BQYxLme0gKYYBm9YENq+UkEikyZ0XbiGWxYlVw3Rl9O/U8g==
13834-
1383513816
promise-polyfill@^6.0.1:
1383613817
version "6.1.0"
1383713818
resolved "https://registry.npmjs.org/promise-polyfill/-/promise-polyfill-6.1.0.tgz#dfa96943ea9c121fca4de9b5868cb39d3472e057"
@@ -17441,11 +17422,6 @@ whatwg-encoding@^2.0.0:
1744117422
dependencies:
1744217423
iconv-lite "0.6.3"
1744317424

17444-
17445-
version "2.0.4"
17446-
resolved "https://registry.npmjs.org/whatwg-fetch/-/whatwg-fetch-2.0.4.tgz#dde6a5df315f9d39991aa17621853d720b85566f"
17447-
integrity sha512-dcQ1GWpOD/eEQ97k66aiEVpNnapVj90/+R+SXTPYGHpYBBypfKJEQjLrvMZ7YXbKm21gXd4NcuxUTjiv1YtLng==
17448-
1744917425
whatwg-mimetype@^2.3.0:
1745017426
version "2.3.0"
1745117427
resolved "https://registry.npmjs.org/whatwg-mimetype/-/whatwg-mimetype-2.3.0.tgz#3d4b1e0312d2079879f826aff18dbeeca5960fbf"

0 commit comments

Comments
 (0)