Skip to content

Commit

Permalink
Build: Update commander to 7.2.0 and node-watch to 0.7.2
Browse files Browse the repository at this point in the history
* `npm diff ---diff [email protected] --diff [email protected]`
  <https://diff.intrinsic.com/commander/7.1.0/7.2.0>

  - No code changes.
  - Type improvements.

* `npm diff ---diff [email protected] --diff [email protected]`
  <https://diff.intrinsic.com/node-watch/0.7.1/0.7.2>

  - No code changes.
  - Shrink bundle size by removing test files from packages.
  • Loading branch information
Krinkle committed Sep 19, 2021
1 parent 037505f commit 0bc9514
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
"node": ">=10"
},
"dependencies": {
"commander": "7.1.0",
"node-watch": "0.7.1",
"commander": "7.2.0",
"node-watch": "0.7.2",
"tiny-glob": "0.2.9"
},
"devDependencies": {
Expand Down

1 comment on commit 0bc9514

@Krinkle
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ref yuanchuan/node-watch#115.
Ref https://packagephobia.com/[email protected].

Install size from 510 kB for [email protected], down to 478 kB for [email protected].
(Our own public size remains at around 270 kB.)

Please sign in to comment.