Skip to content

Commit 2e72c07

Browse files
committed
chore: add lodash as a dependency in Storybook and state packages
1 parent 66d2a90 commit 2e72c07

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

apps/storybook/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
},
1212
"dependencies": {
1313
"react": "catalog:",
14-
"react-dom": "catalog:"
14+
"react-dom": "catalog:",
15+
"lodash": "catalog:"
1516
},
1617
"devDependencies": {
1718
"@storybook/addon-essentials": "^7.6.24",

packages/state/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
},
99
"dependencies": {
1010
"@reduxjs/toolkit": "catalog:",
11+
"lodash": "catalog:",
1112
"material-react-table": "^1.15.1",
1213
"project-state": "workspace:*",
1314
"react-redux": "catalog:",

0 commit comments

Comments
 (0)