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
{{ message }}
This repository was archived by the owner on Jun 21, 2023. It is now read-only.
chore: Update dev dependencies to prevent fsevents install error message (optimizely#433)
Summary:
Optional transitive dev dependency fsevents fails to install using Node 12.16.1, and possibly other versions. fsevents is pulled in by webpack and karma.
In this PR I updated karma and webpack to the latest versions, which depend on newer versions of fsevents, for which the error doesn't occur. I also updated karma-webpack to the latest version.
Test plan:
- Ran karma tests (xbrowser, umd)
- Inspected UMD build output with newer webpack version
Issues:
optimizely#432
0 commit comments