Skip to content

Commit

Permalink
fix(deps): crossOrigin prop is not required for inputs (#386)
Browse files Browse the repository at this point in the history
* chore(deps): move @testing-library/react-hooks to devDependencies

* fix(deps): override @types/react of react-windowed-select to ^17.0.67

* chore(deps): pin @types/react overrides

---------

Co-authored-by: Artur Miglio <arturmiglio@gmail.com>
  • Loading branch information
martimalek and arturmiglio authored Oct 5, 2023
1 parent 2ee271d commit b9e7217
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 17 deletions.
34 changes: 19 additions & 15 deletions package-lock.json

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

7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,10 @@
"license": "Apache-2.0",
"overrides": {
"react-refresh": "0.11.0",
"react-is": "17.0.2"
"react-is": "17.0.2",
"react-windowed-select": {
"@types/react": "17.0.67"
}
},
"peerDependencies": {
"react": ">16.8",
Expand Down Expand Up @@ -78,6 +81,7 @@
"@svgr/plugin-svgo": "^5.3.0",
"@testing-library/jest-dom": "^5.11.9",
"@testing-library/react": "^11.2.5",
"@testing-library/react-hooks": "^8.0.1",
"@testing-library/user-event": "^12.8.3",
"@types/babel__traverse": "7.17.1",
"@types/jest": "^25.1.4",
Expand Down Expand Up @@ -135,7 +139,6 @@
"@datepicker-react/hooks": "^2.3.1",
"@popperjs/core": "^2.11.5",
"@styled-system/theme-get": "^5.1.2",
"@testing-library/react-hooks": "^8.0.0",
"@types/react-select": "^4.0.18",
"@types/styled-system": "^5.1.9",
"date-fns": "^2.11.1",
Expand Down

0 comments on commit b9e7217

Please sign in to comment.