Skip to content

Commit

Permalink
chore: fix flow errors
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwards1211 committed Mar 5, 2024
1 parent 9ddf2d8 commit 03c3e4c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
1 change: 1 addition & 0 deletions .flowconfig
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
<PROJECT_ROOT>/node_modules/.*/fbjs/.*
<PROJECT_ROOT>/node_modules/fbjs/.*
<PROJECT_ROOT>/node_modules/.*/config-chain/.*
<PROJECT_ROOT>/node_modules/.*/es-abstract/.*
<PROJECT_ROOT>/dist/.*
.*/malformed_package_json/.*

Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,8 @@
"@types/react-router": "^5.1.20",
"inline-style-prefixer": "^2.0.5",
"prop-types": "^15.6.0",
"react-view-slider": "^4.6.0"
"react-view-slider": "^4.6.0",
"warning": "^4.0.3"
},
"peerDependencies": {
"react": "^16.8.0",
Expand Down
6 changes: 4 additions & 2 deletions pnpm-lock.yaml

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

0 comments on commit 03c3e4c

Please sign in to comment.