From 9d906c7a125c0503bc475278b242bbca9a97e68f Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Fri, 4 Jun 2021 11:33:42 +0200 Subject: [PATCH] cost-insights: move canvas package to dev deps Signed-off-by: Patrik Oldsberg --- .changeset/cyan-suns-chew.md | 5 +++++ plugins/cost-insights/package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 .changeset/cyan-suns-chew.md diff --git a/.changeset/cyan-suns-chew.md b/.changeset/cyan-suns-chew.md new file mode 100644 index 0000000000..95d51c23fe --- /dev/null +++ b/.changeset/cyan-suns-chew.md @@ -0,0 +1,5 @@ +--- +'@backstage/plugin-cost-insights': patch +--- + +Move `canvas` package to `devDependencies`. diff --git a/plugins/cost-insights/package.json b/plugins/cost-insights/package.json index 8901ea96eb..bb7e9b6984 100644 --- a/plugins/cost-insights/package.json +++ b/plugins/cost-insights/package.json @@ -39,7 +39,6 @@ "@material-ui/styles": "^4.9.6", "@types/react": "^16.9", "@types/recharts": "^1.8.14", - "canvas": "^2.6.1", "classnames": "^2.2.6", "dayjs": "^1.9.4", "history": "^5.0.0", @@ -67,6 +66,7 @@ "@types/recharts": "^1.8.14", "@types/regression": "^2.0.0", "@types/yup": "^0.29.8", + "canvas": "^2.6.1", "cross-fetch": "^3.0.6", "msw": "^0.21.2" },