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 26, 2023
1 parent c94add5 commit 7243dec
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.25.3",
"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.25.3:
version "3.25.3"
resolved "https://registry.yarnpkg.com/rollup/-/rollup-3.25.3.tgz#f9a8986f0f244bcfde2208da91ba46b8fd252551"
integrity sha512-ZT279hx8gszBj9uy5FfhoG4bZx8c+0A1sbqtr7Q3KNWIizpTdDEPZbV2xcbvHsnFp4MavCQYZyzApJ+virB8Yw==
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 7243dec

Please sign in to comment.