diff --git a/.changeset/soft-guests-study.md b/.changeset/soft-guests-study.md new file mode 100644 index 000000000..0f8cd8362 --- /dev/null +++ b/.changeset/soft-guests-study.md @@ -0,0 +1,5 @@ +--- +formik: patch +--- + +Add missing dependency `@types/hoist-non-react-statics`, closes #3837 diff --git a/packages/formik/package.json b/packages/formik/package.json index 37c47935d..9faf9bac3 100644 --- a/packages/formik/package.json +++ b/packages/formik/package.json @@ -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", @@ -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",