Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Commit 958a921

Browse files
pickup latest fsevents (v1.2.9) for Node 12 compat
fsevents is a transitive dependency by way of jest. `package-lock.json` was doing its job and preventing a bump to fsevents v1.2.9, i.e. even though the caret ranges for that dependency would allow for it. Older versions of `fsevents` are not compatible with Node.js 12, so for this commit `package-lock.json` was manually bumped (resolved fsevents was removed from the file and then `npm install` was rerun).
1 parent 02a251d commit 958a921

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)