mirror of
https://github.com/softprops/action-gh-release.git
synced 2025-05-10 18:44:19 +00:00
Bumps [jest-circus](https://github.com/facebook/jest/tree/HEAD/packages/jest-circus) from 24.9.0 to 29.2.2. - [Release notes](https://github.com/facebook/jest/releases) - [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/jest/commits/v29.2.2/packages/jest-circus) --- updated-dependencies: - dependency-name: jest-circus dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
44 lines
1.2 KiB
JSON
44 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",
|
|
"dependencies": {
|
|
"@actions/core": "^1.10.0",
|
|
"@actions/github": "^5.1.1",
|
|
"@octokit/plugin-retry": "^4.0.3",
|
|
"@octokit/plugin-throttling": "^4.3.2",
|
|
"glob": "^8.0.3",
|
|
"mime": "^3.0.0",
|
|
"node-fetch": "^2.6.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/glob": "^8.0.0",
|
|
"@types/jest": "^24.0.25",
|
|
"@types/mime": "^3.0.1",
|
|
"@types/node": "^18.11.9",
|
|
"@types/node-fetch": "^2.5.12",
|
|
"@zeit/ncc": "^0.22.3",
|
|
"jest": "^24.9.0",
|
|
"jest-circus": "^29.2.2",
|
|
"prettier": "2.7.1",
|
|
"ts-jest": "^24.3.0",
|
|
"typescript": "^4.8.4",
|
|
"typescript-formatter": "^7.2.2"
|
|
}
|
|
}
|