Skip to content

Commit 6c78aad

Browse files
Update dependency @rollup/plugin-alias to v5
1 parent 309f7a9 commit 6c78aad

File tree

3 files changed

+12
-7
lines changed

3 files changed

+12
-7
lines changed

packages/firestore/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@
112112
"@firebase/app": "0.9.16",
113113
"@firebase/app-compat": "0.2.16",
114114
"@firebase/auth": "1.2.0",
115-
"@rollup/plugin-alias": "3.1.9",
115+
"@rollup/plugin-alias": "5.0.0",
116116
"@rollup/plugin-json": "4.1.0",
117117
"@types/eslint": "7.29.0",
118118
"@types/json-stable-stringify": "1.0.34",

packages/storage/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"@firebase/app": "0.9.16",
5959
"@firebase/auth": "1.2.0",
6060
"rollup": "2.79.1",
61-
"@rollup/plugin-alias": "3.1.9",
61+
"@rollup/plugin-alias": "5.0.0",
6262
"@rollup/plugin-json": "4.1.0",
6363
"rollup-plugin-typescript2": "0.31.2",
6464
"typescript": "4.7.4"

yarn.lock

+10-5
Original file line numberDiff line numberDiff line change
@@ -3263,12 +3263,12 @@
32633263
resolved "https://registry.npmjs.org/@protobufjs/utf8/-/utf8-1.1.0.tgz#a777360b5b39a1a2e5106f8e858f2fd2d060c570"
32643264
integrity sha1-p3c2C1s5oaLlEG+OhY8v0tBgxXA=
32653265

3266-
"@rollup/plugin-alias@3.1.9":
3267-
version "3.1.9"
3268-
resolved "https://registry.npmjs.org/@rollup/plugin-alias/-/plugin-alias-3.1.9.tgz#a5d267548fe48441f34be8323fb64d1d4a1b3fdf"
3269-
integrity sha512-QI5fsEvm9bDzt32k39wpOwZhVzRcL5ydcffUHMyLVaVaLeC70I8TJZ17F1z1eMoLu4E/UOcH9BWVkKpIKdrfiw==
3266+
"@rollup/plugin-alias@5.0.0":
3267+
version "5.0.0"
3268+
resolved "https://registry.npmjs.org/@rollup/plugin-alias/-/plugin-alias-5.0.0.tgz#70f3d504bd17d8922e35c6b61c08b40a6ec25af2"
3269+
integrity sha512-l9hY5chSCjuFRPsnRm16twWBiSApl2uYFLsepQYwtBuAxNMQ/1dJqADld40P0Jkqm65GRTLy/AC6hnpVebtLsA==
32703270
dependencies:
3271-
slash "^3.0.0"
3271+
slash "^4.0.0"
32723272

32733273
32743274
version "21.1.0"
@@ -15771,6 +15771,11 @@ slash@^3.0.0:
1577115771
resolved "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz#6539be870c165adbd5240220dbe361f1bc4d4634"
1577215772
integrity sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==
1577315773

15774+
slash@^4.0.0:
15775+
version "4.0.0"
15776+
resolved "https://registry.npmjs.org/slash/-/slash-4.0.0.tgz#2422372176c4c6c5addb5e2ada885af984b396a7"
15777+
integrity sha512-3dOsAHXXUkQTpOYcoAxLIorMTp4gIQr5IW3iVb7A7lFIp0VHhnynm9izx6TssdrIcVIESAlVjtnO2K8bg+Coew==
15778+
1577415779
1577515780
version "0.0.4"
1577615781
resolved "https://registry.npmjs.org/slice-ansi/-/slice-ansi-0.0.4.tgz#edbf8903f66f7ce2f8eafd6ceed65e264c831b35"

0 commit comments

Comments
 (0)