mirror of
https://github.com/frappe/books.git
synced 2025-01-03 15:17:30 +00:00
chore: remove dependency frappe-charts
This commit is contained in:
parent
df759340a4
commit
0ed031a7bb
@ -22,7 +22,6 @@
|
|||||||
"csvjson-csv2json": "^5.0.6",
|
"csvjson-csv2json": "^5.0.6",
|
||||||
"electron-store": "^8.0.1",
|
"electron-store": "^8.0.1",
|
||||||
"feather-icons": "^4.28.0",
|
"feather-icons": "^4.28.0",
|
||||||
"frappe-charts": "1.6.1",
|
|
||||||
"knex": "^0.95.12",
|
"knex": "^0.95.12",
|
||||||
"lodash": "^4.17.21",
|
"lodash": "^4.17.21",
|
||||||
"luxon": "^2.0.2",
|
"luxon": "^2.0.2",
|
||||||
|
@ -37,7 +37,6 @@ module.exports = {
|
|||||||
configureWebpack(config) {
|
configureWebpack(config) {
|
||||||
Object.assign(config.resolve.alias, {
|
Object.assign(config.resolve.alias, {
|
||||||
frappe: path.resolve(__dirname, './frappe'),
|
frappe: path.resolve(__dirname, './frappe'),
|
||||||
'frappe-charts$': 'frappe-charts/dist/frappe-charts.esm.js',
|
|
||||||
'~': path.resolve('.'),
|
'~': path.resolve('.'),
|
||||||
});
|
});
|
||||||
|
|
||||||
|
@ -5504,11 +5504,6 @@ fragment-cache@^0.2.1:
|
|||||||
dependencies:
|
dependencies:
|
||||||
map-cache "^0.2.2"
|
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:
|
fresh@0.5.2:
|
||||||
version "0.5.2"
|
version "0.5.2"
|
||||||
resolved "https://registry.yarnpkg.com/fresh/-/fresh-0.5.2.tgz#3d8cadd90d976569fa835ab1f8e4b23a105605a7"
|
resolved "https://registry.yarnpkg.com/fresh/-/fresh-0.5.2.tgz#3d8cadd90d976569fa835ab1f8e4b23a105605a7"
|
||||||
|
Loading…
Reference in New Issue
Block a user