diff --git a/examples/django-auth-with-react/frontend/package.json b/examples/django-auth-with-react/frontend/package.json index cf569a0..6c692b8 100644 --- a/examples/django-auth-with-react/frontend/package.json +++ b/examples/django-auth-with-react/frontend/package.json @@ -36,7 +36,7 @@ "raf": "3.4.0", "react": "^16.2.0", "react-dev-utils": "^5.0.0", - "react-dom": "^16.2.0", + "react-dom": "^16.2.1", "react-redux": "^5.0.6", "react-router-dom": "^4.2.2", "redux-logger": "^3.0.6", diff --git a/examples/django-auth-with-react/frontend/yarn.lock b/examples/django-auth-with-react/frontend/yarn.lock index ac94658..85e217d 100644 --- a/examples/django-auth-with-react/frontend/yarn.lock +++ b/examples/django-auth-with-react/frontend/yarn.lock @@ -5174,9 +5174,9 @@ react-dev-utils@^5.0.0: strip-ansi "3.0.1" text-table "0.2.0" -react-dom@^16.2.0: - version "16.2.0" - resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-16.2.0.tgz#69003178601c0ca19b709b33a83369fe6124c044" +react-dom@^16.2.1: + version "16.2.1" + resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-16.2.1.tgz#5cfb32f66267ece7b3850466bf3b219d4911fc1a" dependencies: fbjs "^0.8.16" loose-envify "^1.1.0"