diff options
| author | dependabot[bot] <dependabot[bot]@users.noreply.github.com> | 2018-11-08 10:18:01 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2018-11-08 10:18:01 +0900 |
| commit | 300d3da6ff48e1e5fb59580bebd33a2d429891e0 (patch) | |
| tree | c5cab65728d85268d52367beae430f2d9108b9c9 | |
| parent | 10.45.0 (diff) | |
| download | misskey-300d3da6ff48e1e5fb59580bebd33a2d429891e0.tar.gz misskey-300d3da6ff48e1e5fb59580bebd33a2d429891e0.tar.bz2 misskey-300d3da6ff48e1e5fb59580bebd33a2d429891e0.zip | |
Update apexcharts requirement from 2.1.9 to 2.2.0 (#3152)
Updates the requirements on [apexcharts](https://github.com/apexcharts/apexcharts.js) to permit the latest version.
- [Release notes](https://github.com/apexcharts/apexcharts.js/releases)
- [Changelog](https://github.com/apexcharts/apexcharts.js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/apexcharts/apexcharts.js/commits)
Signed-off-by: dependabot[bot] <support@dependabot.com>
| -rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index f5c6fc7e85..ea00e41178 100644 --- a/package.json +++ b/package.json @@ -86,7 +86,7 @@ "@types/websocket": "0.0.40", "@types/ws": "6.0.1", "animejs": "2.2.0", - "apexcharts": "2.1.9", + "apexcharts": "2.2.0", "autobind-decorator": "2.1.0", "autosize": "4.0.2", "autwh": "0.1.0", |