Skip to content

Commit

Permalink
fix(deps): update dependency rollup to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 4, 2023
1 parent c94add5 commit 8a39c2e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"ramda": "0.29.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"rollup": "2.79.1",
"rollup": "3.23.1",
"rollup-plugin-analyzer": "4.0.0",
"rollup-plugin-eslint": "7.0.0",
"rollup-plugin-filesize": "9.1.2",
Expand Down
9 changes: 8 additions & 1 deletion example-app/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12799,7 +12799,14 @@ rollup-pluginutils@^2.3.1, rollup-pluginutils@^2.7.1, rollup-pluginutils@^2.8.2:
dependencies:
estree-walker "^0.6.1"

rollup@2.79.1, rollup@^2.43.1:
rollup@3.23.1:
version "3.23.1"
resolved "https://registry.yarnpkg.com/rollup/-/rollup-3.23.1.tgz#a6e50cb86a17fc2e3248d8ec12ff8666992b0780"
integrity sha512-ybRdFVHOoljGEFILHLd2g/qateqUdjE6YS41WXq4p3C/WwD3xtWxV4FYWETA1u9TeXQc5K8L8zHE5d/scOvrOQ==
optionalDependencies:
fsevents "~2.3.2"

rollup@^2.43.1:
version "2.79.1"
resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.79.1.tgz#bedee8faef7c9f93a2647ac0108748f497f081c7"
integrity sha512-uKxbd0IhMZOhjAiD5oAFp7BqvkA4Dv47qpOCtaNvng4HBwdbWtdOh8f5nZNuk2rp51PMGk3bzfWu5oayNEuYnw==
Expand Down

0 comments on commit 8a39c2e

Please sign in to comment.