ManukMinasyan / vue-functional-calendar

Vue.js Functional Calendar | Component/Package
https://vue-functional-calendar.now.sh/
MIT License
467 stars 84 forks source link

Upgrade/remove dependency `core-js` #160

Open FeBe95 opened 3 months ago

FeBe95 commented 3 months ago

When installing vue-functional-calendar a warning is shown which states that core-js@2.6.12 is no longer maintained:

npm WARN deprecated core-js@2.6.12: core-js@<3.23.3 is no longer maintained and not recommended for usage due
to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause
a slowdown up to 100x even if nothing is polyfilled. Some versions have web compatibility issues. Please, upgrade
your dependencies to the actual version of core-js.

I looked through the code of vue-functional-calendar, but I couldn't find any usages of core-js.

FYI: The package was introduced in this commit: https://github.com/ManukMinasyan/vue-functional-calendar/commit/8a2f06b5e1ce940984e0428a29f106b6e47bf14c.