- also update pr-collector package.json
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "pr-collector",
|
||||
"version": "v1.1.0",
|
||||
"version": "v1.2.0",
|
||||
"description": "Library to fetch GitHub pull request between 2 tags/sha1 hashes.",
|
||||
"main": "lib/prCollector.js",
|
||||
"types": "lib/prCollector.d.ts",
|
||||
@@ -37,14 +37,14 @@
|
||||
"semver": "^7.5.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^20.4.5",
|
||||
"@types/node": "^20.5.6",
|
||||
"@types/node-fetch": "^2.6.4",
|
||||
"@types/semver": "^7.5.0",
|
||||
"@typescript-eslint/eslint-plugin": "^6.2.1",
|
||||
"@typescript-eslint/eslint-plugin": "^6.4.1",
|
||||
"@vercel/ncc": "^0.36.1",
|
||||
"eslint-plugin-prettier": "^5.0.0",
|
||||
"js-yaml": "^4.1.0",
|
||||
"prettier": "3.0.0",
|
||||
"typescript": "^5.1.6"
|
||||
"prettier": "3.0.2",
|
||||
"typescript": "^5.2.2"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user