mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-06 00:45:32 +00:00
Bumps [semver](https://github.com/npm/node-semver) from 7.5.4 to 7.6.0. - [Release notes](https://github.com/npm/node-semver/releases) - [Changelog](https://github.com/npm/node-semver/blob/main/CHANGELOG.md) - [Commits](https://github.com/npm/node-semver/compare/v7.5.4...v7.6.0) --- updated-dependencies: - dependency-name: semver dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
30 lines
765 B
JSON
30 lines
765 B
JSON
{
|
|
"description": "Automatically updates HISTORY.md based on pull requests",
|
|
"type": "module",
|
|
"dependencies": {
|
|
"@actions/core": "^1.9.1",
|
|
"@actions/github": "^2.1.0",
|
|
"emoji-regex": "^10.3.0",
|
|
"typescript": "^5.4.5",
|
|
"yargs": "^17.7.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/semver": "^7.1.0",
|
|
"@types/yargs": "^17.0.26",
|
|
"semver": "^7.5.4"
|
|
},
|
|
"files": [
|
|
"src"
|
|
],
|
|
"license": "MIT",
|
|
"main": "build/src/index.js",
|
|
"name": "@keymanapp/auto-history-action",
|
|
"private": true,
|
|
"scripts": {
|
|
"build:ts": "tsc --project tsconfig.production.json",
|
|
"build:ts:watch": "tsc --project tsconfig.production.json --watch",
|
|
"clean": "run-p clean:*",
|
|
"clean:lib": "rm -rf lib",
|
|
"types": "tsc --noEmit"
|
|
}
|
|
}
|