Commit 46d40a9
committed
maint: Update npm packages
Use this command to automatically update & install without conflicts.
```bash
npm update --save && npm install
```
Updating to latest versions may result in dependency conflicts and
errors in packages.
Use this command to update packages to latest versions.
```bash
npx npm-check-updates -u && npm install
```
Use this command to check outdate packages
```bash
npm outdated
```1 parent af79a36 commit 46d40a9
2 files changed
+1945
-819
lines changed
0 commit comments