From 8b6649b41fbf2a62d9500388f753cb1f2c82ba51 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Fri, 18 Jan 2019 12:50:58 +0900 Subject: [PATCH] Update animejs requirement from 2.2.0 to 3.0.1 (#3913) Updates the requirements on [animejs](https://github.com/juliangarnier/anime) to permit the latest version. - [Release notes](https://github.com/juliangarnier/anime/releases) - [Commits](https://github.com/juliangarnier/anime/commits/v3.0.1) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 114404e709..49be6d0361 100644 --- a/package.json +++ b/package.json @@ -87,7 +87,7 @@ "@types/webpack-stream": "3.2.10", "@types/websocket": "0.0.40", "@types/ws": "6.0.1", - "animejs": "2.2.0", + "animejs": "3.0.1", "apexcharts": "2.5.1", "autobind-decorator": "2.4.0", "autosize": "4.0.2",