npm-check-updates 16.3.9 → 16.3.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "npm-check-updates",
3
- "version": "16.3.9",
3
+ "version": "16.3.10",
4
4
  "author": "Tomas Junnonen <tomas1@gmail.com>",
5
5
  "license": "Apache-2.0",
6
6
  "contributors": [
@@ -92,7 +92,7 @@ const chooseUpgrades = async (oldDependencies, newDependencies, options) => {
92
92
  hint: `
93
93
  ↑/↓: Select a package
94
94
  Space: Toggle selection
95
- a: Select all
95
+ a: Select/Deselect all
96
96
  Enter: Upgrade`,
97
97
  instructions: false,
98
98
  message: 'Choose which packages to update',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "npm-check-updates",
3
- "version": "16.3.9",
3
+ "version": "16.3.10",
4
4
  "author": "Tomas Junnonen <tomas1@gmail.com>",
5
5
  "license": "Apache-2.0",
6
6
  "contributors": [