diff --git a/examples/package.json b/examples/package.json index ea7b016..7d7d0c9 100644 --- a/examples/package.json +++ b/examples/package.json @@ -18,7 +18,7 @@ "@types/react": "^16.8.15", "@types/react-dom": "16.8.4", "react": "^16.8.6", - "react-countdown-now": "^2.1.1", + "react-countdown-now": "^2.1.2", "react-dom": "^16.8.6", "react-scripts": "3.0.0", "typescript": "3.4.5" diff --git a/examples/yarn.lock b/examples/yarn.lock index 567595a..36c1079 100644 --- a/examples/yarn.lock +++ b/examples/yarn.lock @@ -7871,10 +7871,10 @@ react-app-polyfill@^1.0.0: regenerator-runtime "0.13.2" whatwg-fetch "3.0.0" -react-countdown-now@^2.1.1: - version "2.1.1" - resolved "https://registry.yarnpkg.com/react-countdown-now/-/react-countdown-now-2.1.1.tgz#88901eb776907338da137effbf7cdbec5b9274c6" - integrity sha512-DGSd/EGzigIsixQNzPQbk376zG49IVAyMCUkMgDEuIXlIRKQwB44Fg8uA3zrZ+aQVAuzsyb6fJWskPxIP56DYg== +react-countdown-now@^2.1.2: + version "2.1.2" + resolved "https://registry.yarnpkg.com/react-countdown-now/-/react-countdown-now-2.1.2.tgz#b93d153fbb7a8d359beb32ecbf1de29d15f026c7" + integrity sha512-BgRnsxV2vnvyJAefDBigTX+ngX6eGd2xl6DIFdZPIZkbx0mzxlMEeoEQG01JyeHDjqaXFUpIonIbx1yYyaMwzg== dependencies: lodash.isequal "^4.5.0" prop-types "^15.7.2"