Skip to content

Commit dc84666

Browse files
renovate[bot]renovate-bot
andauthoredApr 30, 2020
chore(deps): update dependency rollup to v2 (#864)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
1 parent cd7e27c commit dc84666

File tree

2 files changed

+11
-18
lines changed

2 files changed

+11
-18
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
"jest": "^25.1.0",
9090
"lint-staged": "^10.0.8",
9191
"prettier": "^1.19.1",
92-
"rollup": "^1.32.0",
92+
"rollup": "^2.7.5",
9393
"rollup-plugin-babel": "^4.3.3",
9494
"rollup-plugin-filesize": "^7.0.0",
9595
"rollup-plugin-node-resolve": "^5.2.0",

‎yarn.lock

+10-17
Original file line numberDiff line numberDiff line change
@@ -1274,11 +1274,6 @@
12741274
resolved "https://registry.yarnpkg.com/@types/eslint-visitor-keys/-/eslint-visitor-keys-1.0.0.tgz#1ee30d79544ca84d68d4b3cdb0af4f205663dd2d"
12751275
integrity sha512-OCutwjDZ4aFS6PB1UZ988C4YgwlBHJd6wCeQqaLdmadZ/7e+w79+hbMUFC1QXDNCmdyoRfAFdm0RypzwR+Qpag==
12761276

1277-
"@types/estree@*":
1278-
version "0.0.42"
1279-
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-0.0.42.tgz#8d0c1f480339efedb3e46070e22dd63e0430dd11"
1280-
integrity sha512-K1DPVvnBCPxzD+G51/cxVIoc2X8uUVl1zpJeE6iKcgHMj4+tbat5Xu4TjV7v2QSDbIeAfLi2hIk+u2+s0MlpUQ==
1281-
12821277
"@types/events@*":
12831278
version "3.0.0"
12841279
resolved "https://registry.yarnpkg.com/@types/events/-/events-3.0.0.tgz#2862f3f58a9a7f7c3e78d79f130dd4d71c25c2a7"
@@ -3858,10 +3853,10 @@ fsevents@^1.2.7:
38583853
bindings "^1.5.0"
38593854
nan "^2.12.1"
38603855

3861-
fsevents@^2.1.2:
3862-
version "2.1.2"
3863-
resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.1.2.tgz#4c0a1fb34bc68e543b4b82a9ec392bfbda840805"
3864-
integrity sha512-R4wDiBwZ0KzpgOWetKDug1FZcYhqYnUYKtfZYt4mD5SBz76q0KR4Q9o7GIPamsVPGmW3EYPPJ0dOOjvx32ldZA==
3856+
fsevents@^2.1.2, fsevents@~2.1.2:
3857+
version "2.1.3"
3858+
resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.1.3.tgz#fb738703ae8d2f9fe900c33836ddebee8b97f23e"
3859+
integrity sha512-Auw9a4AxqWpa9GUfj370BMPzzyncfBABW8Mab7BGWBYDj4Isgq+cDKtx0i6u9jcX9pQDnswsaaOTgTmA5pEjuQ==
38653860

38663861
function-bind@^1.1.1:
38673862
version "1.1.1"
@@ -6947,14 +6942,12 @@ rollup-pluginutils@^2.8.1:
69476942
dependencies:
69486943
estree-walker "^0.6.1"
69496944

6950-
rollup@^1.32.0:
6951-
version "1.32.0"
6952-
resolved "https://registry.yarnpkg.com/rollup/-/rollup-1.32.0.tgz#c65ce134850aca1ce595fcac07d1dc5d53bf227c"
6953-
integrity sha512-ab2tF5pdDqm2zuI8j02ceyrJSScl9V2C24FgWQ1v1kTFTu1UrG5H0hpP++mDZlEFyZX4k0chtGEHU2i+pAzBgA==
6954-
dependencies:
6955-
"@types/estree" "*"
6956-
"@types/node" "*"
6957-
acorn "^7.1.0"
6945+
rollup@^2.7.5:
6946+
version "2.7.5"
6947+
resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.7.5.tgz#dd4e4518b58348a841aefa47bea544f3be27a76f"
6948+
integrity sha512-xQSM8uzhgtF6tTnTVEvOQThrcG3LPUP3T/4l4EukzDp0kbTY1QRDuXjiwtYzs9odKj9Bj/PccRG6viFfS7DmCQ==
6949+
optionalDependencies:
6950+
fsevents "~2.1.2"
69586951

69596952
rsvp@^4.8.4:
69606953
version "4.8.5"

0 commit comments

Comments
 (0)
Please sign in to comment.