Skip to content

Commit

Permalink
chore(deps): update dependency rollup to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jun 12, 2021
1 parent c9d123d commit 4f4ee28
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 17 deletions.
2 changes: 1 addition & 1 deletion www/lib/onsenui/css-components-src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"glob": "7.1.4",
"gulp-file": "0.4.0",
"js-yaml": "3.13.1",
"rollup": "1.20.3",
"rollup": "2.51.2",
"rollup-plugin-babel": "4.3.3",
"rollup-plugin-commonjs": "10.1.0"
}
Expand Down
26 changes: 11 additions & 15 deletions www/lib/onsenui/css-components-src/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -156,10 +156,6 @@
version "12.0.12"
resolved "https://registry.yarnpkg.com/@types/node/-/node-12.0.12.tgz#cc791b402360db1eaf7176479072f91ee6c6c7ca"

"@types/node@^12.7.2":
version "12.7.2"
resolved "https://registry.yarnpkg.com/@types/node/-/node-12.7.2.tgz#c4e63af5e8823ce9cc3f0b34f7b998c2171f0c44"

"@types/unist@*", "@types/unist@^2.0.0":
version "2.0.3"
resolved "https://registry.yarnpkg.com/@types/unist/-/unist-2.0.3.tgz#9c088679876f374eb5983f150d4787aa6fb32d7e"
Expand Down Expand Up @@ -251,10 +247,6 @@ acorn@^3.0.4, acorn@^3.1.0:
version "3.3.0"
resolved "https://registry.yarnpkg.com/acorn/-/acorn-3.3.0.tgz#45e37fb39e8da3f25baee3ff5369e2bb5f22017a"

acorn@^7.0.0:
version "7.0.0"
resolved "https://registry.yarnpkg.com/acorn/-/acorn-7.0.0.tgz#26b8d1cd9a9b700350b71c0905546f64d1284e7a"

after@0.8.1:
version "0.8.1"
resolved "https://registry.yarnpkg.com/after/-/after-0.8.1.tgz#ab5d4fb883f596816d3515f8f791c0af486dd627"
Expand Down Expand Up @@ -2841,6 +2833,11 @@ fsevents@^1.2.7:
nan "^2.12.1"
node-pre-gyp "^0.12.0"

fsevents@~2.3.1:
version "2.3.2"
resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.3.2.tgz#8a526f78b8fdf4623b709e0b975c52c24c02fd1a"
integrity sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==

fstream-ignore@~1.0.5:
version "1.0.5"
resolved "https://registry.yarnpkg.com/fstream-ignore/-/fstream-ignore-1.0.5.tgz#9c31dae34767018fe1d249b24dada67d092da105"
Expand Down Expand Up @@ -6474,13 +6471,12 @@ rollup-pluginutils@^2.8.1:
dependencies:
estree-walker "^0.6.1"

rollup@1.20.3:
version "1.20.3"
resolved "https://registry.yarnpkg.com/rollup/-/rollup-1.20.3.tgz#6243f6c118ca05f56b2d9433112400cd834a1eb8"
dependencies:
"@types/estree" "0.0.39"
"@types/node" "^12.7.2"
acorn "^7.0.0"
rollup@2.51.2:
version "2.51.2"
resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.51.2.tgz#6de71e28c833089a0bd745a09671a3e2b92af6b7"
integrity sha512-ReV2eGEadA7hmXSzjxdDKs10neqH2QURf2RxJ6ayAlq93ugy6qIvXMmbc5cWMGCDh1h5T4thuWO1e2VNbMq8FA==
optionalDependencies:
fsevents "~2.3.1"

run-sequence@2.2.1:
version "2.2.1"
Expand Down
2 changes: 1 addition & 1 deletion www/lib/onsenui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@
"mkpath": "1.0.0",
"mocha": "6.2.0",
"protractor": "5.4.2",
"rollup": "1.20.3",
"rollup": "2.51.2",
"rollup-plugin-babel": "4.3.3",
"rollup-plugin-commonjs": "10.1.0",
"rollup-plugin-eslint": "7.0.0",
Expand Down

0 comments on commit 4f4ee28

Please sign in to comment.