Kivach
Cascading donations
Add repoPopularDonorsF.A.Q.
My repos

Footer

Subscribe to our newsletter

The latest news, articles, and resources, sent to your inbox.

DiscordTelegramTwitterMediumFacebookYouTubeGitHub

All information about repositories belongs to their owners.

More information about Kivach in the introductory article.

Built on Obyte

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of tylerlong/yarn-upgrade-all

Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for node
Account's avatar
microsoft/TypeScript
TypeScript is a language for application scale JavaScript development

Support the repos that depend on this repository

Top contributors

tylerlong's profile
tylerlong
49 contributions
Gorniaky's profile
Gorniaky
2 contributions
alireza-mh's profile
alireza-mh
1 contributions
KenEucker's profile
KenEucker
1 contributions

Recent events

Kivach works on the Obyte network, and therefore you can track all donations.

No events yet
tylerlong

tylerlong/yarn-upgrade-all

This is a command line utility program to upgrade all the packages in your `package.json` to the latest version (potentially upgrading packages across major versions).

JavaScript
94
7
No license

yarn‑upgrade‑all is a small CLI tool that scans a project’s `package.json` and re‑runs `yarn add` for every listed dependency, moving each one to its latest version (including major upgrades). It’s aimed at Java‑Script developers using Yarn who want a quick way to refresh all dependencies, with options to pass extra Yarn flags, ignore specific packages, and even upgrade globally‑installed modules.