You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I get core-js being outdate and possibly causing slowness. Here's all the info I have so far:
npm run node list
...
├─┬ @paperbits/firebase@0.1.543
│ └─┬ firebase@7.24.0
│ └─┬ @firebase/polyfill@0.3.36
│ └── core-js@3.6.5 # this is an old version and should be
...
The note i get durring CI install:
npm WARN deprecated core-js@3.6.5: 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.
Hi, I get core-js being outdate and possibly causing slowness. Here's all the info I have so far:
npm run node list ... ├─┬ @paperbits/firebase@0.1.543 │ └─┬ firebase@7.24.0 │ └─┬ @firebase/polyfill@0.3.36 │ └── core-js@3.6.5 # this is an old version and should be ...
The note i get durring CI install:
I suggest to upgrade
firebase
at the current stable release9.15.0
https://www.npmjs.com/package/firebase/v/9.15.0Thank you very much!
The text was updated successfully, but these errors were encountered: