Skip to content

Commit

Permalink
chore: Relocate rewire package in app
Browse files Browse the repository at this point in the history
[#87] Refer to GitHub issue...

This update relocates the rewire package from app's package.json
devDependencies to dependencies. It ensures that rewire is properly
recognized as a production dependency for the React app.
  • Loading branch information
yunchae-kim committed Oct 10, 2023
1 parent e414530 commit 55dc858
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 130 deletions.
139 changes: 12 additions & 127 deletions web/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions web/packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
"react-final-form": "^6.5.9",
"react-lodash": "^0.1.2",
"react-redux": "^8.1.2",
"redux-form": "^8.3.10"
"redux-form": "^8.3.10",
"rewire": "^7.0.0"
},
"scripts": {
"start": "react-scripts start --port 3001",
Expand All @@ -48,7 +49,6 @@
"@testing-library/react": "^12.0.0",
"@testing-library/user-event": "^12.0.0",
"eslint": "^8.49.0",
"react-scripts": "5.0.1",
"rewire": "^7.0.0"
"react-scripts": "5.0.1"
}
}

0 comments on commit 55dc858

Please sign in to comment.