Skip to content

Commit 0bc988f

Browse files
committed
Update dependency @rollup/plugin-alias to v3.1.2
1 parent e6cf9de commit 0bc988f

File tree

3 files changed

+18
-10
lines changed

3 files changed

+18
-10
lines changed

packages-exp/firebase-exp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@
154154
"rollup-plugin-terser": "7.0.2",
155155
"rollup-plugin-typescript2": "0.29.0",
156156
"rollup-plugin-uglify": "6.0.4",
157-
"@rollup/plugin-alias": "3.1.1",
157+
"@rollup/plugin-alias": "3.1.2",
158158
"gulp": "4.0.2",
159159
"gulp-sourcemaps": "3.0.0",
160160
"gulp-concat": "2.6.1",

packages/firestore/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
},
8383
"devDependencies": {
8484
"@firebase/app": "0.6.27",
85-
"@rollup/plugin-alias": "3.1.1",
85+
"@rollup/plugin-alias": "3.1.2",
8686
"@rollup/plugin-json": "4.1.0",
8787
"@rollup/plugin-node-resolve": "11.2.0",
8888
"@types/eslint": "7.2.10",

yarn.lock

Lines changed: 16 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1211,6 +1211,14 @@
12111211
"@firebase/util" "0.3.4"
12121212
tslib "^1.11.1"
12131213

1214+
"@firebase/[email protected]":
1215+
version "0.5.2"
1216+
resolved "https://registry.npmjs.org/@firebase/component/-/component-0.5.2.tgz#57d7740d0c30447adbb7c78e8d4ce3ae87e23e0a"
1217+
integrity sha512-QT+o6VaBCz/k8wmC/DErU9dQK2QeIoHtkBkryZVTSRkrvulglEWNIpbPp86UbuqZZd1wwzoh6m7BL6JbdEp9SQ==
1218+
dependencies:
1219+
"@firebase/util" "1.1.0"
1220+
tslib "^2.1.0"
1221+
12141222
"@firebase/[email protected]", "@firebase/database-types@^0.6.1":
12151223
version "0.6.1"
12161224
resolved "https://registry.npmjs.org/@firebase/database-types/-/database-types-0.6.1.tgz#cf1cfc03e617ed4c2561703781f85ba4c707ff65"
@@ -2382,10 +2390,10 @@
23822390
resolved "https://registry.npmjs.org/@protobufjs/utf8/-/utf8-1.1.0.tgz#a777360b5b39a1a2e5106f8e858f2fd2d060c570"
23832391
integrity sha1-p3c2C1s5oaLlEG+OhY8v0tBgxXA=
23842392

2385-
"@rollup/[email protected].1":
2386-
version "3.1.1"
2387-
resolved "https://registry.npmjs.org/@rollup/plugin-alias/-/plugin-alias-3.1.1.tgz#bb96cf37fefeb0a953a6566c284855c7d1cd290c"
2388-
integrity sha512-hNcQY4bpBUIvxekd26DBPgF7BT4mKVNDF5tBG4Zi+3IgwLxGYRY0itHs9D0oLVwXM5pvJDWJlBQro+au8WaUWw==
2393+
"@rollup/[email protected].2":
2394+
version "3.1.2"
2395+
resolved "https://registry.npmjs.org/@rollup/plugin-alias/-/plugin-alias-3.1.2.tgz#c585b05be4a7782d269c69d13def56f44e417772"
2396+
integrity sha512-wzDnQ6v7CcoRzS0qVwFPrFdYA4Qlr+ookA217Y2Z3DPZE1R8jrFNM3jvGgOf6o6DMjbnQIn5lCIJgHPe1Bt3uw==
23892397
dependencies:
23902398
slash "^3.0.0"
23912399

@@ -7742,16 +7750,16 @@ [email protected]:
77427750
"@google-cloud/storage" "^5.3.0"
77437751

77447752
"firebase-exp@file:packages-exp/firebase-exp":
7745-
version "9.0.0-beta.3"
7753+
version "9.0.0-beta.4"
77467754
dependencies:
77477755
"@firebase/analytics-compat" "0.0.900"
77487756
"@firebase/analytics-exp" "0.0.900"
77497757
"@firebase/app-compat" "0.0.900"
77507758
"@firebase/app-exp" "0.0.900"
77517759
"@firebase/auth-compat" "0.0.900"
77527760
"@firebase/auth-exp" "0.0.900"
7753-
"@firebase/database" "0.10.3"
7754-
"@firebase/firestore" "2.3.4"
7761+
"@firebase/database" "0.10.5"
7762+
"@firebase/firestore" "2.3.7"
77557763
"@firebase/functions-compat" "0.0.900"
77567764
"@firebase/functions-exp" "0.0.900"
77577765
"@firebase/messaging-compat" "0.0.900"
@@ -7760,7 +7768,7 @@ [email protected]:
77607768
"@firebase/performance-exp" "0.0.900"
77617769
"@firebase/remote-config-compat" "0.0.900"
77627770
"@firebase/remote-config-exp" "0.0.900"
7763-
"@firebase/storage" "0.5.3"
7771+
"@firebase/storage" "0.5.5"
77647772

77657773
77667774
version "3.13.0"

0 commit comments

Comments
 (0)