Skip to content

Commit 209ac57

Browse files
renovate[bot]TheAlexLichter
authored andcommitted
chore(deps): update dependency rollup to v1 (#28)
1 parent 177e122 commit 209ac57

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
"jest-each": "^23.6.0",
7676
"jest-environment-node": "^23.4.0",
7777
"regenerator-runtime": "^0.13.1",
78-
"rollup": "^0.67.3",
78+
"rollup": "^1.0.0",
7979
"rollup-plugin-babel": "^4.0.3",
8080
"rollup-plugin-commonjs": "^9.2.0",
8181
"rollup-plugin-node-resolve": "^3.4.0",

yarn.lock

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ acorn@^5.5.3:
305305
resolved "https://registry.npmjs.org/acorn/-/acorn-5.7.3.tgz#67aa231bf8812974b85235a96771eb6bd07ea279"
306306
integrity sha512-T/zvzYRfbVojPWahDsE5evJdHb3oJoQfFbsrKM7w5Zcs++Tr257tia3BmMP8XYVjp1S9RZXQMh7gao96BlqZOw==
307307

308-
acorn@^6.0.1, acorn@^6.0.2:
308+
acorn@^6.0.1, acorn@^6.0.2, acorn@^6.0.4:
309309
version "6.0.4"
310310
resolved "https://registry.yarnpkg.com/acorn/-/acorn-6.0.4.tgz#77377e7353b72ec5104550aa2d2097a2fd40b754"
311311
integrity sha512-VY4i5EKSKkofY2I+6QLTbTTN/UvEQPCo6eiwzzSaSWfpaDhOmStMCMod6wmuPciNq+XS0faCglFu2lHZpdHUtg==
@@ -4988,13 +4988,14 @@ rollup-pluginutils@^2.3.0, rollup-pluginutils@^2.3.3:
49884988
estree-walker "^0.5.2"
49894989
micromatch "^2.3.11"
49904990

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==
49954995
dependencies:
49964996
"@types/estree" "0.0.39"
49974997
"@types/node" "*"
4998+
acorn "^6.0.4"
49984999

49995000
rsvp@^3.3.3:
50005001
version "3.6.2"

0 commit comments

Comments
 (0)