Skip to content

Commit c988a29

Browse files
committed
fix(storybook-builder): bump minimum rollup version to 4.4.1 to fix false positives on functions with the same name
1 parent 1ef0c67 commit c988a29

File tree

2 files changed

+53
-53
lines changed

2 files changed

+53
-53
lines changed

package-lock.json

Lines changed: 52 additions & 52 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/storybook-builder/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"glob-promise": "^6.0.3",
6666
"lodash-es": "^4.17.21",
6767
"path-browserify": "^1.0.1",
68-
"rollup": "^4.4.0",
68+
"rollup": "^4.4.1",
6969
"rollup-plugin-external-globals": "^0.9.0",
7070
"slash": "^5.1.0"
7171
},

0 commit comments

Comments
 (0)