Skip to content

Commit 1c2ce56

Browse files
committed
Update dependency rollup to v2
1 parent d7735c9 commit 1c2ce56

File tree

3 files changed

+8
-15
lines changed

3 files changed

+8
-15
lines changed

packages-exp/app-exp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
},
3939
"license": "Apache-2.0",
4040
"devDependencies": {
41-
"rollup": "1.32.1",
41+
"rollup": "2.21.0",
4242
"rollup-plugin-json": "4.0.0",
4343
"rollup-plugin-replace": "2.2.0",
4444
"rollup-plugin-typescript2": "0.27.0",

packages-exp/firebase-exp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"@firebase/functions-exp": "0.0.800"
4040
},
4141
"devDependencies": {
42-
"rollup": "1.32.1",
42+
"rollup": "2.21.0",
4343
"rollup-plugin-commonjs": "10.1.0",
4444
"rollup-plugin-license": "0.14.0",
4545
"rollup-plugin-node-resolve": "5.2.0",

yarn.lock

Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2344,11 +2344,6 @@
23442344
resolved "https://registry.npmjs.org/@types/eslint-visitor-keys/-/eslint-visitor-keys-1.0.0.tgz#1ee30d79544ca84d68d4b3cdb0af4f205663dd2d"
23452345
integrity sha512-OCutwjDZ4aFS6PB1UZ988C4YgwlBHJd6wCeQqaLdmadZ/7e+w79+hbMUFC1QXDNCmdyoRfAFdm0RypzwR+Qpag==
23462346

2347-
"@types/estree@*":
2348-
version "0.0.44"
2349-
resolved "https://registry.npmjs.org/@types/estree/-/estree-0.0.44.tgz#980cc5a29a3ef3bea6ff1f7d021047d7ea575e21"
2350-
integrity sha512-iaIVzr+w2ZJ5HkidlZ3EJM8VTZb2MJLCjw3V+505yVts0gRC4UMvjw0d1HPtGqI/HQC/KdsYtayfzl+AXY2R8g==
2351-
23522347
23532348
version "0.0.39"
23542349
resolved "https://registry.npmjs.org/@types/estree/-/estree-0.0.39.tgz#e177e699ee1b8c22d23174caaa7422644389509f"
@@ -12985,14 +12980,12 @@ rollup-pluginutils@^2.5.0, rollup-pluginutils@^2.6.0, rollup-pluginutils@^2.8.1,
1298512980
dependencies:
1298612981
estree-walker "^0.6.1"
1298712982

12988-
12989-
version "1.32.1"
12990-
resolved "https://registry.npmjs.org/rollup/-/rollup-1.32.1.tgz#4480e52d9d9e2ae4b46ba0d9ddeaf3163940f9c4"
12991-
integrity sha512-/2HA0Ec70TvQnXdzynFffkjA6XN+1e2pEv/uKS5Ulca40g2L7KuOE3riasHoNVHOsFD5KKZgDsMk1CP3Tw9s+A==
12992-
dependencies:
12993-
"@types/estree" "*"
12994-
"@types/node" "*"
12995-
acorn "^7.1.0"
12983+
12984+
version "2.21.0"
12985+
resolved "https://registry.npmjs.org/rollup/-/rollup-2.21.0.tgz#d2e114533812043d5c9b7b0a83f1b2a242e4e1d6"
12986+
integrity sha512-BEGgy+wSzux7Ycq58pRiWEOBZaXRXTuvzl1gsm7gqmsAHxkWf9nyA5V2LN9fGSHhhDQd0/C13iRzSh4bbIpWZQ==
12987+
optionalDependencies:
12988+
fsevents "~2.1.2"
1299612989

1299712990
1299812991
version "2.7.6"

0 commit comments

Comments
 (0)