mirror of
https://github.com/softprops/action-gh-release.git
synced 2025-05-11 02:44:20 +00:00
Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 24.2.0 to 24.3.0. - [Release notes](https://github.com/kulshekhar/ts-jest/releases) - [Changelog](https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md) - [Commits](https://github.com/kulshekhar/ts-jest/compare/v24.2.0...v24.3.0) --- updated-dependencies: - dependency-name: ts-jest dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
45 lines
1.2 KiB
JSON
45 lines
1.2 KiB
JSON
{
|
|
"name": "action-gh-release",
|
|
"version": "0.1.14",
|
|
"private": true,
|
|
"description": "GitHub Action for creating GitHub Releases",
|
|
"main": "lib/main.js",
|
|
"scripts": {
|
|
"build": "ncc build src/main.ts --minify",
|
|
"test": "jest",
|
|
"fmt": "prettier --write \"src/**/*.ts\" \"__tests__/**/*.ts\"",
|
|
"fmtcheck": "prettier --check \"src/**/*.ts\" \"__tests__/**/*.ts\""
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/softprops/action-gh-release.git"
|
|
},
|
|
"keywords": [
|
|
"actions"
|
|
],
|
|
"author": "softprops",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@actions/core": "^1.4.0",
|
|
"@actions/github": "^5.0.0",
|
|
"@octokit/plugin-retry": "^3.0.9",
|
|
"@octokit/plugin-throttling": "^3.5.1",
|
|
"glob": "^7.1.6",
|
|
"mime": "^2.4.4",
|
|
"node-fetch": "^2.6.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/glob": "^7.1.1",
|
|
"@types/jest": "^24.0.25",
|
|
"@types/mime": "^2.0.1",
|
|
"@types/node": "^12.12.24",
|
|
"@types/node-fetch": "^2.5.12",
|
|
"@zeit/ncc": "^0.21.0",
|
|
"jest": "^24.9.0",
|
|
"jest-circus": "^24.9.0",
|
|
"prettier": "1.19.1",
|
|
"ts-jest": "^24.3.0",
|
|
"typescript": "^3.7.4",
|
|
"typescript-formatter": "^7.2.2"
|
|
}
|
|
}
|