Skip to content

Commit 1606d71

Browse files
committed
Fix Netlify build error - add missing react-beautiful-dnd dependency
- Added react-beautiful-dnd@^13.1.1 to package.json dependencies - Fixes build failure in DocumentGenerator.js component - Netlify deployment should now succeed
1 parent f5c4193 commit 1606d71

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

frontend/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
"notistack": "^3.0.2",
3838
"pdfjs-dist": "^5.2.133",
3939
"react": "^18.2.0",
40+
"react-beautiful-dnd": "^13.1.1",
4041
"react-chartjs-2": "^5.2.0",
4142
"react-dom": "^18.2.0",
4243
"react-error-boundary": "^5.0.0",

0 commit comments

Comments
 (0)