Skip to content

Commit baf3c78

Browse files
committed
Drop prop-types
1 parent f1b6262 commit baf3c78

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,9 @@ Also, includes a Render.com `render.yaml` and a working Django `production.py` s
3939
- `connected-react-router` for integrating Redux with React Router
4040
- `history` for providing browser history to Connected React Router
4141
- `react-redux` for integrating React with Redux
42-
- Utilities
42+
- Utilities
4343
- `lodash` for general utility functions
4444
- `classnames` for easy working with complex CSS class names on components
45-
- `prop-types` for improving QoL while developing providing basic type-checking for React props
4645
- `react-refresh` for improving QoL while developing through automatic browser refreshing
4746

4847
### Backend

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
"cookie": "~0.5.0",
3030
"lodash": "~4.17.21",
3131
"marked": "~5.1.0",
32-
"prop-types": "~15.8.1",
3332
"react": "~18.2.0",
3433
"react-bootstrap": "~2.9.0",
3534
"react-dom": "~18.2.0",

0 commit comments

Comments
 (0)