diff --git a/petals/package.json b/petals/package.json index 51dc8f3..bb8acda 100644 --- a/petals/package.json +++ b/petals/package.json @@ -41,7 +41,7 @@ "@types/react-redux": "^7.0.1", "@types/react-router-dom": "^4.3.1", "@types/redux": "^3.6.0", - "@types/redux-form": "^7.4.15", + "@types/redux-form": "^8.2.0", "enzyme": "^3.9.0", "enzyme-adapter-react-16": "^1.10.0", "jest": "^24.1.0", diff --git a/petals/yarn.lock b/petals/yarn.lock index 60ba9e3..f9fddc3 100644 --- a/petals/yarn.lock +++ b/petals/yarn.lock @@ -928,10 +928,10 @@ "@types/prop-types" "*" csstype "^2.2.0" -"@types/redux-form@^7.4.15": - version "7.5.2" - resolved "https://registry.yarnpkg.com/@types/redux-form/-/redux-form-7.5.2.tgz#7f304cbfa03475a40a150eea85d88172c282916f" - integrity sha512-J/qacLqTclxrfhuS35p8fDUsWCW1/+QGsExTVGHDG3OTHelLSVeZx+bvTVnvT9XQDjASwLKPNezOqvQ0gEamDA== +"@types/redux-form@^8.2.0": + version "8.2.0" + resolved "https://registry.yarnpkg.com/@types/redux-form/-/redux-form-8.2.0.tgz#e177fb1b837c11ec4c9eb66b4f5e833cdb4bef3f" + integrity sha512-tC3DGzd7hvunwjcb+8VOuzaRq+/m56aw5zujHE8AsZs0ZjqIpJDrq95T40Wms7cAazfR+02hpQS/NzsNJICoJA== dependencies: "@types/react" "*" redux "^3.6.0 || ^4.0.0"