diff --git a/package.json b/package.json index e447ae29..5357944a 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,6 @@ "csvjson-csv2json": "^5.0.6", "electron-store": "^8.0.1", "feather-icons": "^4.28.0", - "frappe-charts": "1.6.1", "knex": "^0.95.12", "lodash": "^4.17.21", "luxon": "^2.0.2", diff --git a/vue.config.js b/vue.config.js index b31b3c63..12013dcc 100644 --- a/vue.config.js +++ b/vue.config.js @@ -37,7 +37,6 @@ module.exports = { configureWebpack(config) { Object.assign(config.resolve.alias, { frappe: path.resolve(__dirname, './frappe'), - 'frappe-charts$': 'frappe-charts/dist/frappe-charts.esm.js', '~': path.resolve('.'), }); diff --git a/yarn.lock b/yarn.lock index 28a7ccdf..6ac58b8e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5504,11 +5504,6 @@ fragment-cache@^0.2.1: dependencies: map-cache "^0.2.2" -frappe-charts@1.6.1: - version "1.6.1" - resolved "https://registry.yarnpkg.com/frappe-charts/-/frappe-charts-1.6.1.tgz#2162cec05f4524b10cf232df8787a3ac20218384" - integrity sha512-Fteae/oqv4XdxP4ALoqTmUBBvXt8ECtghziqabp1ZA4yLqY8a3haafNqluwUCxnBOvrV+EdpvhZu0H+VEebX1Q== - fresh@0.5.2: version "0.5.2" resolved "https://registry.yarnpkg.com/fresh/-/fresh-0.5.2.tgz#3d8cadd90d976569fa835ab1f8e4b23a105605a7"