Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add missing dependency @types/hoist-non-react-statics, closes #3837 #3860

Merged
merged 11 commits into from Sep 17, 2023
5 changes: 5 additions & 0 deletions .changeset/soft-guests-study.md
@@ -0,0 +1,5 @@
---
formik: patch
---

Add missing dependency `@types/hoist-non-react-statics`, closes #3837
2 changes: 1 addition & 1 deletion packages/formik/package.json
Expand Up @@ -46,6 +46,7 @@
"lint": "tsdx lint"
},
"dependencies": {
"@types/hoist-non-react-statics": "^3.3.1",
"deepmerge": "^2.1.1",
"hoist-non-react-statics": "^3.3.0",
"lodash": "^4.17.21",
Expand All @@ -56,7 +57,6 @@
},
"devDependencies": {
"@testing-library/react": "^14.0.0",
"@types/hoist-non-react-statics": "^3.3.1",
"@types/lodash": "^4.14.119",
"@types/react": "^18.2.7",
"@types/react-dom": "^18.2.4",
Expand Down