diff --git a/package.json b/package.json index bf97a07e..70c3db1e 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "test:watch": "npm run test:jest -- --watch" }, "dependencies": { - "animated": "^0.1.5", + "animated": "^0.2.0", "array-find-index": "^1.0.2", "asap": "^2.0.5", "babel-runtime": "^6.23.0", diff --git a/yarn.lock b/yarn.lock index c0b29449..fddcac83 100644 --- a/yarn.lock +++ b/yarn.lock @@ -181,9 +181,9 @@ amdefine@>=0.0.4: version "1.0.1" resolved "https://registry.yarnpkg.com/amdefine/-/amdefine-1.0.1.tgz#4a5282ac164729e93619bcfd3ad151f817ce91f5" -animated@^0.1.5: - version "0.1.5" - resolved "https://registry.yarnpkg.com/animated/-/animated-0.1.5.tgz#83df8dc443d57abab7b0bb04818b0b655b31c9b9" +animated@^0.2.0: + version "0.2.0" + resolved "https://registry.yarnpkg.com/animated/-/animated-0.2.0.tgz#1a0e96f097b3fbc5b64d7eddc723bcc0a6f97633" dependencies: invariant "^2.2.0" normalize-css-color "^1.0.1"