diff --git a/package.json b/package.json index 216bf0b..7704f6d 100644 --- a/package.json +++ b/package.json @@ -4,8 +4,10 @@ "private": true, "dependencies": { "classnames": "^2.2.5", + "fusioncharts": "^3.12.2", "react": "^16.3.1", "react-dom": "^16.3.1", + "react-fusioncharts": "^1.0.5", "react-scripts": "1.1.4" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index 32cf25a..5f9d396 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3023,6 +3023,10 @@ functional-red-black-tree@^1.0.1: version "1.0.1" resolved "https://registry.yarnpkg.com/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz#1b0ab3bd553b2a0d6399d29c0e3ea0b252078327" +fusioncharts@^3.12.2: + version "3.12.2" + resolved "https://registry.yarnpkg.com/fusioncharts/-/fusioncharts-3.12.2.tgz#df255ffd39929a1873135892460d5ce59b637176" + gauge@~2.7.3: version "2.7.4" resolved "https://registry.yarnpkg.com/gauge/-/gauge-2.7.4.tgz#2c03405c7538c39d7eb37b317022e325fb018bf7" @@ -5787,6 +5791,13 @@ react-error-overlay@^4.0.0: version "4.0.0" resolved "https://registry.yarnpkg.com/react-error-overlay/-/react-error-overlay-4.0.0.tgz#d198408a85b4070937a98667f500c832f86bd5d4" +react-fusioncharts@^1.0.5: + version "1.0.5" + resolved "https://registry.yarnpkg.com/react-fusioncharts/-/react-fusioncharts-1.0.5.tgz#34ce368e08f6296ca133d91706113fb68636d8d9" + dependencies: + fusioncharts "^3.12.2" + uuid "^3.2.1" + react-scripts@1.1.4: version "1.1.4" resolved "https://registry.yarnpkg.com/react-scripts/-/react-scripts-1.1.4.tgz#d5c230e707918d6dd2d06f303b10f5222d017c88" @@ -7162,7 +7173,7 @@ uuid@^2.0.2: version "2.0.3" resolved "https://registry.yarnpkg.com/uuid/-/uuid-2.0.3.tgz#67e2e863797215530dff318e5bf9dcebfd47b21a" -uuid@^3.0.0, uuid@^3.1.0: +uuid@^3.0.0, uuid@^3.1.0, uuid@^3.2.1: version "3.2.1" resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.2.1.tgz#12c528bb9d58d0b9265d9a2f6f0fe8be17ff1f14"