Skip to content

Commit 37e24b7

Browse files
Fix build error: add missing @types/react-redux (#2269)
PR #2266 (MTV-4447) introduced a react-redux import in useLightspeed.ts but did not include @types/react-redux as a devDependency, causing a TS7016 build error. Resolves: None Signed-off-by: Pedro Abreu <pabreu@redhat.com>
1 parent 7c46f42 commit 37e24b7

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

package-lock.json

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

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@
105105
"@types/node": "^20.16.6",
106106
"@types/react": "^18.3.8",
107107
"@types/react-dom": "^18.3.0",
108+
"@types/react-redux": "^7.1.34",
108109
"@types/react-tagsinput": "^3.20.6",
109110
"@types/webpack-bundle-analyzer": "^4.7.0",
110111
"copy-webpack-plugin": "^11.0.0",

0 commit comments

Comments
 (0)