Skip to content

Commit

Permalink
move @types/hoist-non-react-statics from devDependencies to dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
patik committed Sep 17, 2023
1 parent 1badd67 commit 078f41e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/formik/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,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 @@ -55,7 +56,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

0 comments on commit 078f41e

Please sign in to comment.