Skip to content

Commit

Permalink
Merge pull request #28609 from storybookjs/norbert/bundle-in-lodash
Browse files Browse the repository at this point in the history
Maintenance: Bundle in `lodash`
  • Loading branch information
ndelangen authored Aug 6, 2024
2 parents 0eac7a5 + 55f141a commit 01b5df5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion code/renderers/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@
"acorn-walk": "^7.2.0",
"escodegen": "^2.1.0",
"html-tags": "^3.1.0",
"lodash": "^4.17.21",
"prop-types": "^15.7.2",
"react-element-to-jsx-string": "^15.0.0",
"semver": "^7.3.7",
Expand All @@ -93,6 +92,7 @@
"@types/util-deprecate": "^1.0.0",
"babel-plugin-react-docgen": "^4.2.1",
"expect-type": "^0.15.0",
"lodash": "^4.17.21",
"require-from-string": "^2.0.2"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion code/renderers/vue3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@
"@storybook/preview-api": "workspace:^",
"@storybook/theming": "workspace:^",
"@vue/compiler-core": "^3.0.0",
"lodash": "^4.17.21",
"ts-dedent": "^2.0.0",
"type-fest": "~2.19",
"vue-component-type-helpers": "latest"
Expand All @@ -79,6 +78,7 @@
"@testing-library/vue": "^8.0.0",
"@types/prettier": "^3.0.0",
"@vitejs/plugin-vue": "^4.4.0",
"lodash": "^4.17.21",
"typescript": "^5.3.2",
"vue": "^3.2.47",
"vue-tsc": "latest"
Expand Down

0 comments on commit 01b5df5

Please sign in to comment.