mirror of
https://github.com/actions/typescript-action.git
synced 2025-04-06 23:39:45 +00:00
Update npm devDependencies to latest (#651)
This commit is contained in:
20
package.json
20
package.json
@ -28,16 +28,16 @@
|
||||
"@actions/core": "^1.10.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^18.11.0",
|
||||
"@typescript-eslint/parser": "^4.33.0",
|
||||
"@vercel/ncc": "^0.31.1",
|
||||
"eslint": "^7.32.0",
|
||||
"eslint-plugin-github": "^4.3.2",
|
||||
"eslint-plugin-jest": "^25.3.2",
|
||||
"jest": "^27.2.5",
|
||||
"@types/node": "^18.15.0",
|
||||
"@typescript-eslint/parser": "^5.57.1",
|
||||
"@vercel/ncc": "^0.36.1",
|
||||
"eslint": "^8.37.0",
|
||||
"eslint-plugin-github": "^4.7.0",
|
||||
"eslint-plugin-jest": "^27.2.1",
|
||||
"jest": "^29.5.0",
|
||||
"js-yaml": "^4.1.0",
|
||||
"prettier": "2.5.1",
|
||||
"ts-jest": "^27.1.2",
|
||||
"typescript": "^4.4.4"
|
||||
"prettier": "^2.8.7",
|
||||
"ts-jest": "^29.1.0",
|
||||
"typescript": "^5.0.3"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user