Skip to content

Commit d7db9cd

Browse files
authored
Add missing dependency @types/hoist-non-react-statics, closes #3837 (#3860)
This package is needed by Formik but it was not included in the dependency list. Fixes #3837
1 parent 5edbd85 commit d7db9cd

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/soft-guests-study.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
formik: patch
3+
---
4+
5+
Add missing dependency `@types/hoist-non-react-statics`, closes #3837

packages/formik/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
"lint": "tsdx lint"
4747
},
4848
"dependencies": {
49+
"@types/hoist-non-react-statics": "^3.3.1",
4950
"deepmerge": "^2.1.1",
5051
"hoist-non-react-statics": "^3.3.0",
5152
"lodash": "^4.17.21",
@@ -56,7 +57,6 @@
5657
},
5758
"devDependencies": {
5859
"@testing-library/react": "^14.0.0",
59-
"@types/hoist-non-react-statics": "^3.3.1",
6060
"@types/lodash": "^4.14.119",
6161
"@types/react": "^18.2.7",
6262
"@types/react-dom": "^18.2.4",

0 commit comments

Comments
 (0)