update dev dependencies

This commit is contained in:
Anupam
2022-12-30 12:55:09 +00:00
parent 90c8dc6d0b
commit 5e7113f543
3 changed files with 3776 additions and 11665 deletions
+1 -2
View File
@@ -2,13 +2,12 @@
/* eslint-disable @typescript-eslint/no-unused-vars */
import {Input} from './input'
import {EMPTY, Observable, of, throwError} from 'rxjs'
import {reduce} from 'rxjs/operators'
import {reduce, concatMap, map, expand, tap} from 'rxjs/operators'
import {
deletePackageVersions,
getOldestVersions,
RestVersionInfo
} from './version'
import {concatMap, map, expand, tap} from 'rxjs/operators'
const RATE_LIMIT = 99
let totalCount = 0