Skip to content

Commit 5d173d3

Browse files
authored
Updated dependencies and removed prop-types (#20)
1 parent f639640 commit 5d173d3

File tree

8 files changed

+1381
-3488
lines changed

8 files changed

+1381
-3488
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,6 @@ For more information on how these work together including the automatic deployme
107107
- `@testing-library/*` || We use React Testing Library to write all of our tests. See [docs](https://testing-library.com/docs/react-testing-library/intro/)
108108
- `jest` || To run our tests and coverage. See [docs](https://jestjs.io/)
109109
- `jest-fetch-mock` || To mock out the backend for our testing purposes. See [docs](https://github.com/jefflau/jest-fetch-mock#readme)
110-
- `prop-types` || To type-check our components. See [docs](https://github.com/facebook/prop-types)
111110

112111
### 3.3 Server-side libraries
113112

client/eslint.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ export default [
3030
...reactHooks.configs.recommended.rules,
3131
'react/jsx-no-target-blank': 'off',
3232
"react-hooks/exhaustive-deps": 'off',
33+
'react/prop-types': 'off',
3334
'react-refresh/only-export-components': [
3435
'warn',
3536
{ allowConstantExport: true },

0 commit comments

Comments
 (0)