Skip to content

Commit

Permalink
Add missing dependency @types/hoist-non-react-statics, closes #3837 (#…
Browse files Browse the repository at this point in the history
…3860)

This package is needed by Formik but it was not included in the dependency list.

Fixes #3837
  • Loading branch information
patik committed Sep 17, 2023
1 parent 5edbd85 commit d7db9cd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
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

1 comment on commit d7db9cd

@vercel
Copy link

@vercel vercel bot commented on d7db9cd Sep 17, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

formik-docs – ./website

formik-docs-formik.vercel.app
formik-docs-git-main-formik.vercel.app
formik-docs.vercel.app
www.formik.org
formik.org

Please sign in to comment.