File tree 2 files changed +11
-18
lines changed
2 files changed +11
-18
lines changed Original file line number Diff line number Diff line change 89
89
"jest" : " ^25.1.0" ,
90
90
"lint-staged" : " ^10.0.8" ,
91
91
"prettier" : " ^1.19.1" ,
92
- "rollup" : " ^1.32.0 " ,
92
+ "rollup" : " ^2.7.5 " ,
93
93
"rollup-plugin-babel" : " ^4.3.3" ,
94
94
"rollup-plugin-filesize" : " ^7.0.0" ,
95
95
"rollup-plugin-node-resolve" : " ^5.2.0" ,
Original file line number Diff line number Diff line change 1274
1274
resolved "https://registry.yarnpkg.com/@types/eslint-visitor-keys/-/eslint-visitor-keys-1.0.0.tgz#1ee30d79544ca84d68d4b3cdb0af4f205663dd2d"
1275
1275
integrity sha512-OCutwjDZ4aFS6PB1UZ988C4YgwlBHJd6wCeQqaLdmadZ/7e+w79+hbMUFC1QXDNCmdyoRfAFdm0RypzwR+Qpag==
1276
1276
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
-
1282
1277
" @types/events@* " :
1283
1278
version "3.0.0"
1284
1279
resolved "https://registry.yarnpkg.com/@types/events/-/events-3.0.0.tgz#2862f3f58a9a7f7c3e78d79f130dd4d71c25c2a7"
@@ -3858,10 +3853,10 @@ fsevents@^1.2.7:
3858
3853
bindings "^1.5.0"
3859
3854
nan "^2.12.1"
3860
3855
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 ==
3865
3860
3866
3861
function-bind@^1.1.1 :
3867
3862
version "1.1.1"
@@ -6947,14 +6942,12 @@ rollup-pluginutils@^2.8.1:
6947
6942
dependencies :
6948
6943
estree-walker "^0.6.1"
6949
6944
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"
6958
6951
6959
6952
rsvp@^4.8.4 :
6960
6953
version "4.8.5"
You can’t perform that action at this time.
0 commit comments