omnidan / node-emoji

💖 simple emoji support for node.js projects
MIT License
1.31k stars 241 forks source link

Bump `@sindresorhus/is` to latest #205

Open ikelax opened 4 weeks ago

ikelax commented 4 weeks ago

Currently, we have to use the .default before every property of is, because we're on an older version of @sindresorhus/is that doesn't set up ESM defaults properly yet. An example for this can be found in src/search.ts.

By bumping @sindresorhus/is to latest, we could avoid this.

See also: @JoshuaKGoldberg in https://github.com/omnidan/node-emoji/pull/204#discussion_r1791914321