mirror of
https://github.com/softprops/action-gh-release.git
synced 2025-05-11 02:44:20 +00:00
depend changes
This commit is contained in:
parent
3b53e8d75f
commit
612cbe4dfb
1 changed files with 8 additions and 8 deletions
16
package.json
16
package.json
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "action-gh-release",
|
||||
"version": "2.0.8",
|
||||
"version": "2.0.0",
|
||||
"private": true,
|
||||
"description": "GitHub Action for creating GitHub Releases",
|
||||
"main": "lib/main.js",
|
||||
|
@ -23,23 +23,23 @@
|
|||
"dependencies": {
|
||||
"@actions/core": "^1.10.0",
|
||||
"@actions/github": "^6.0.0",
|
||||
"@octokit/plugin-retry": "^7.1.1",
|
||||
"@octokit/plugin-throttling": "^9.3.1",
|
||||
"@octokit/plugin-retry": "^7.1.0",
|
||||
"@octokit/plugin-throttling": "^9.3.0",
|
||||
"glob": "^11.0.0",
|
||||
"mime": "^4.0.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/glob": "^8.1.0",
|
||||
"@types/glob": "^7.1.0",
|
||||
"@types/jest": "^29.5.12",
|
||||
"@types/mime": "^4.0.0",
|
||||
"@types/node": "^20.14.11",
|
||||
"@types/node": "^20.14.10",
|
||||
"@vercel/ncc": "^0.38.1",
|
||||
"jest": "^29.3.1",
|
||||
"jest": "^29.3.0",
|
||||
"jest-circus": "^29.3.1",
|
||||
"prettier": "3.3.3",
|
||||
"ts-jest": "^29.2.3",
|
||||
"ts-node": "^10.9.2",
|
||||
"typescript": "^5.5.3",
|
||||
"typescript-formatter": "^7.2.2"
|
||||
"typescript": "^5.5.0",
|
||||
"typescript-formatter": "^7.2.0"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue