update dev dependencies
This commit is contained in:
Generated
+3763
-11650
File diff suppressed because it is too large
Load Diff
+12
-13
@@ -31,19 +31,18 @@
|
|||||||
"rxjs": "^6.5.4"
|
"rxjs": "^6.5.4"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/jest": "^27.4.0",
|
"@types/jest": "^27.5.2",
|
||||||
"@types/node": "^12.7.12",
|
"@types/node": "^18.11.18",
|
||||||
"@typescript-eslint/parser": "^2.8.0",
|
"@typescript-eslint/parser": "^5.47.1",
|
||||||
"@vercel/ncc": "^0.31.1",
|
"@vercel/ncc": "^0.36.0",
|
||||||
"eslint": "^8.9.0",
|
"eslint": "^8.30.0",
|
||||||
"eslint-plugin-github": "^4.3.5",
|
"eslint-plugin-github": "^4.6.0",
|
||||||
"eslint-plugin-jest": "^22.21.0",
|
"eslint-plugin-jest": "^27.1.7",
|
||||||
"jest": "^27.3.1",
|
"jest": "^29.3.1",
|
||||||
"jest-circus": "^27.3.1",
|
"jest-circus": "^29.3.1",
|
||||||
"js-yaml": "^3.13.1",
|
"js-yaml": "^4.1.0",
|
||||||
"msw": "^0.49.2",
|
"msw": "^0.49.2",
|
||||||
"prettier": "^1.19.1",
|
"prettier": "^2.8.1",
|
||||||
"ts-jest": "^27.0.7",
|
"ts-jest": "^29.0.3"
|
||||||
"typescript": "^3.6.4"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
+1
-2
@@ -2,13 +2,12 @@
|
|||||||
/* eslint-disable @typescript-eslint/no-unused-vars */
|
/* eslint-disable @typescript-eslint/no-unused-vars */
|
||||||
import {Input} from './input'
|
import {Input} from './input'
|
||||||
import {EMPTY, Observable, of, throwError} from 'rxjs'
|
import {EMPTY, Observable, of, throwError} from 'rxjs'
|
||||||
import {reduce} from 'rxjs/operators'
|
import {reduce, concatMap, map, expand, tap} from 'rxjs/operators'
|
||||||
import {
|
import {
|
||||||
deletePackageVersions,
|
deletePackageVersions,
|
||||||
getOldestVersions,
|
getOldestVersions,
|
||||||
RestVersionInfo
|
RestVersionInfo
|
||||||
} from './version'
|
} from './version'
|
||||||
import {concatMap, map, expand, tap} from 'rxjs/operators'
|
|
||||||
|
|
||||||
const RATE_LIMIT = 99
|
const RATE_LIMIT = 99
|
||||||
let totalCount = 0
|
let totalCount = 0
|
||||||
|
|||||||
Reference in New Issue
Block a user