From ec5f4a7c09a501eb01c11181fde84486a1109caa Mon Sep 17 00:00:00 2001 From: Marco Santarelli Date: Thu, 20 May 2021 14:44:21 +0200 Subject: [PATCH] Bump to rc.2 --- projects/ng2-charts/package-lock.json | 41 --------------------------- projects/ng2-charts/package.json | 2 +- 2 files changed, 1 insertion(+), 42 deletions(-) delete mode 100644 projects/ng2-charts/package-lock.json diff --git a/projects/ng2-charts/package-lock.json b/projects/ng2-charts/package-lock.json deleted file mode 100644 index 36dcc094..00000000 --- a/projects/ng2-charts/package-lock.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "name": "ng2-charts", - "version": "2.4.1", - "lockfileVersion": 1, - "requires": true, - "dependencies": { - "@types/chart.js": { - "version": "2.9.24", - "resolved": "https://registry.npmjs.org/@types/chart.js/-/chart.js-2.9.24.tgz", - "integrity": "sha512-AQI7X+ow3SaONl44JrHoL/5B+lCsJyG31UHZ5RP98Uh15hI/zjEkDsAb4EIm4P9TGfNhZLXw/nMc5w0u10+/fQ==", - "requires": { - "moment": "^2.10.2" - } - }, - "@types/lodash": { - "version": "4.14.123", - "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.123.tgz", - "integrity": "sha512-pQvPkc4Nltyx7G1Ww45OjVqUsJP4UsZm+GWJpigXgkikZqJgRm4c48g027o6tdgubWHwFRF15iFd+Y4Pmqv6+Q==", - "dev": true - }, - "@types/lodash-es": { - "version": "4.17.3", - "resolved": "https://registry.npmjs.org/@types/lodash-es/-/lodash-es-4.17.3.tgz", - "integrity": "sha512-iHI0i7ZAL1qepz1Y7f3EKg/zUMDwDfTzitx+AlHhJJvXwenP682ZyGbgPSc5Ej3eEAKVbNWKFuwOadCj5vBbYQ==", - "dev": true, - "requires": { - "@types/lodash": "*" - } - }, - "lodash-es": { - "version": "4.17.15", - "resolved": "https://registry.npmjs.org/lodash-es/-/lodash-es-4.17.15.tgz", - "integrity": "sha512-rlrc3yU3+JNOpZ9zj5pQtxnx2THmvRykwL4Xlxoa8I9lHBlVbbyPhgyPMioxVZ4NqyxaVVtaJnzsyOidQIhyyQ==" - }, - "moment": { - "version": "2.28.0", - "resolved": "https://registry.npmjs.org/moment/-/moment-2.28.0.tgz", - "integrity": "sha512-Z5KOjYmnHyd/ukynmFd/WwyXHd7L4J9vTI/nn5Ap9AVUgaAE15VvQ9MOGmJJygEUklupqIrFnor/tjTwRU+tQw==" - } - } -} diff --git a/projects/ng2-charts/package.json b/projects/ng2-charts/package.json index 73b618b8..fe7823ee 100644 --- a/projects/ng2-charts/package.json +++ b/projects/ng2-charts/package.json @@ -1,6 +1,6 @@ { "name": "ng2-charts", - "version": "3.0.0-rc.1", + "version": "3.0.0-rc.2", "publishConfig": { "registry": "https://registry.npmjs.org/" },