mirror of
https://github.com/actions/labeler.git
synced 2026-01-09 05:50:01 +08:00
Upgrade Typescript to 4.3
Also necessitated upgrading ts-jest to 27.0 and jest to 26.0
This commit is contained in:
@@ -29,16 +29,16 @@
|
||||
"semver": "^6.1.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/jest": "^24.0.13",
|
||||
"@types/jest": "^26.0.23",
|
||||
"@types/node": "^12.0.4",
|
||||
"@types/semver": "^6.0.0",
|
||||
"@types/minimatch": "^3.0.0",
|
||||
"@types/js-yaml": "^3.12.1",
|
||||
"@vercel/ncc": "^0.23.0",
|
||||
"jest": "^24.8.0",
|
||||
"jest": "^27.0.4",
|
||||
"jest-circus": "^24.7.1",
|
||||
"prettier": "^2.3.0",
|
||||
"ts-jest": "^24.0.2",
|
||||
"typescript": "^3.5.1"
|
||||
"ts-jest": "^27.0.2",
|
||||
"typescript": "^4.3.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user