File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 75
75
"jest-each" : " ^23.6.0" ,
76
76
"jest-environment-node" : " ^23.4.0" ,
77
77
"regenerator-runtime" : " ^0.13.1" ,
78
- "rollup" : " ^0.67.3 " ,
78
+ "rollup" : " ^1.0.0 " ,
79
79
"rollup-plugin-babel" : " ^4.0.3" ,
80
80
"rollup-plugin-commonjs" : " ^9.2.0" ,
81
81
"rollup-plugin-node-resolve" : " ^3.4.0" ,
Original file line number Diff line number Diff line change @@ -305,7 +305,7 @@ acorn@^5.5.3:
305
305
resolved "https://registry.npmjs.org/acorn/-/acorn-5.7.3.tgz#67aa231bf8812974b85235a96771eb6bd07ea279"
306
306
integrity sha512-T/zvzYRfbVojPWahDsE5evJdHb3oJoQfFbsrKM7w5Zcs++Tr257tia3BmMP8XYVjp1S9RZXQMh7gao96BlqZOw==
307
307
308
- acorn@^6.0.1, acorn@^6.0.2 :
308
+ acorn@^6.0.1, acorn@^6.0.2, acorn@^6.0.4 :
309
309
version "6.0.4"
310
310
resolved "https://registry.yarnpkg.com/acorn/-/acorn-6.0.4.tgz#77377e7353b72ec5104550aa2d2097a2fd40b754"
311
311
integrity sha512-VY4i5EKSKkofY2I+6QLTbTTN/UvEQPCo6eiwzzSaSWfpaDhOmStMCMod6wmuPciNq+XS0faCglFu2lHZpdHUtg==
@@ -4988,13 +4988,14 @@ rollup-pluginutils@^2.3.0, rollup-pluginutils@^2.3.3:
4988
4988
estree-walker "^0.5.2"
4989
4989
micromatch "^2.3.11"
4990
4990
4991
- rollup@^0.67.3 :
4992
- version "0.67.3 "
4993
- resolved "https://registry.yarnpkg.com/rollup/-/rollup-0.67.3. tgz#55475b1b62c43220c3b4bd7edc5846233932f50b "
4994
- integrity sha512-TyNQCz97rKuVVbsKUTXfwIjV7UljWyTVd7cTMuE+aqlQ7WJslkYF5QaYGjMLR2BlQtUOO5CAxSVnpQ55iYp5jg ==
4991
+ rollup@^1.0.0 :
4992
+ version "1.0.0 "
4993
+ resolved "https://registry.yarnpkg.com/rollup/-/rollup-1.0.0. tgz#db97a04a15364d1cd3823a0024ae8d8fda530a1c "
4994
+ integrity sha512-LV6Qz+RkuDAfxr9YopU4k5o5P/QA7YNq9xi2Ug2IqOmhPt9sAm89vh3SkNtFok3bqZHX54eMJZ8F68HPejgqtw ==
4995
4995
dependencies :
4996
4996
" @types/estree" " 0.0.39"
4997
4997
" @types/node" " *"
4998
+ acorn "^6.0.4"
4998
4999
4999
5000
rsvp@^3.3.3 :
5000
5001
version "3.6.2"
You can’t perform that action at this time.
0 commit comments