We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66d2a90 commit 2e72c07Copy full SHA for 2e72c07
2 files changed
apps/storybook/package.json
@@ -11,7 +11,8 @@
11
},
12
"dependencies": {
13
"react": "catalog:",
14
- "react-dom": "catalog:"
+ "react-dom": "catalog:",
15
+ "lodash": "catalog:"
16
17
"devDependencies": {
18
"@storybook/addon-essentials": "^7.6.24",
packages/state/package.json
@@ -8,6 +8,7 @@
8
9
10
"@reduxjs/toolkit": "catalog:",
+ "lodash": "catalog:",
"material-react-table": "^1.15.1",
"project-state": "workspace:*",
"react-redux": "catalog:",
0 commit comments