@rsuite/formik
Advanced tools
Comparing version 1.0.0-beta.4 to 1.0.0-beta.5
{ | ||
"name": "@rsuite/formik", | ||
"version": "1.0.0-beta.4", | ||
"version": "1.0.0-beta.5", | ||
"description": "Formik-compatible React Suite components", | ||
@@ -49,4 +49,6 @@ "publishConfig": { | ||
"@types/jest": "^27.4.1", | ||
"@types/lodash": "^4.14.182", | ||
"@types/react": "^17.0.43", | ||
"@types/react-dom": "^17.0.14", | ||
"@types/testing-library__jest-dom": "^5.14.5", | ||
"formik": "^2.2.9", | ||
@@ -57,3 +59,3 @@ "jest": "^27.5.1", | ||
"react-dom": "^17.0.2", | ||
"rsuite": "^5.8.0", | ||
"rsuite": "^5.8.1", | ||
"tsup": "^5.12.1", | ||
@@ -64,4 +66,4 @@ "typescript": "^4.6.3" | ||
"formik": "^2.2.9", | ||
"rsuite": "^5.8.0" | ||
"rsuite": "^5.8.1" | ||
} | ||
} |
22063
17