File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -112,6 +112,9 @@ async function update(
112
112
* Update specific packages by name
113
113
* @param packages Array of package names to update
114
114
* @param options Update configuration options
115
+ * @param options.latest Force update to latest versions, ignoring constraints
116
+ * @param options.dryRun Preview what would be updated without actually updating
117
+ * @param options.verbose Enable verbose output during updates
115
118
* @returns Promise that resolves when updates are complete
116
119
*/
117
120
async function updateSpecificPackages(
@@ -126,6 +129,9 @@ async function updateSpecificPackages(
126
129
/**
127
130
* Update all installed packages
128
131
* @param options Update configuration options
132
+ * @param options.latest Force update to latest versions, ignoring constraints
133
+ * @param options.dryRun Preview what would be updated without actually updating
134
+ * @param options.verbose Enable verbose output during updates
129
135
* @returns Promise that resolves when updates are complete
130
136
*/
131
137
async function updateAllPackages(
You can’t perform that action at this time.
0 commit comments