We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5edbd85 commit d7db9cdCopy full SHA for d7db9cd
.changeset/soft-guests-study.md
@@ -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
@@ -46,6 +46,7 @@
46
"lint": "tsdx lint"
47
},
48
"dependencies": {
49
+ "@types/hoist-non-react-statics": "^3.3.1",
50
"deepmerge": "^2.1.1",
51
"hoist-non-react-statics": "^3.3.0",
52
"lodash": "^4.17.21",
@@ -56,7 +57,6 @@
56
57
58
"devDependencies": {
59
"@testing-library/react": "^14.0.0",
- "@types/hoist-non-react-statics": "^3.3.1",
60
"@types/lodash": "^4.14.119",
61
"@types/react": "^18.2.7",
62
"@types/react-dom": "^18.2.4",
0 commit comments