8c1e3b3eb1
Bumps [semver](https://github.com/npm/node-semver) and [@types/semver](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/semver). These dependencies needed to be updated together. Updates `semver` from 7.5.2 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.2...v7.6.0) Updates `@types/semver` from 7.5.0 to 7.5.8 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/semver) --- updated-dependencies: - dependency-name: semver dependency-type: direct:development update-type: version-update:semver-minor - dependency-name: "@types/semver" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
48 lines
1.2 KiB
JSON
48 lines
1.2 KiB
JSON
{
|
|
"name": "runtipi-appstore",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "",
|
|
"scripts": {
|
|
"commit": "git-cz",
|
|
"lint": "eslint ./apps --ext .json",
|
|
"test": "jest",
|
|
"prepare": "husky install"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/meienberger/runtipi-appstore.git"
|
|
},
|
|
"author": "",
|
|
"license": "GNU General Public License v3.0",
|
|
"bugs": {
|
|
"url": "https://github.com/meienberger/runtipi-appstore/issues"
|
|
},
|
|
"homepage": "https://github.com/meienberger/runtipi-appstore#readme",
|
|
"devDependencies": {
|
|
"@commitlint/cli": "^17.0.3",
|
|
"@commitlint/config-conventional": "^17.0.3",
|
|
"@commitlint/cz-commitlint": "^17.0.3",
|
|
"@types/jest": "^28.1.6",
|
|
"@types/js-yaml": "^4.0.5",
|
|
"@types/node": "^18.6.2",
|
|
"@types/semver": "^7.5.8",
|
|
"commitizen": "^4.2.5",
|
|
"eslint": "^8.22.0",
|
|
"eslint-plugin-json-schema-validator": "^4.8.3",
|
|
"eslint-plugin-jsonc": "^2.4.0",
|
|
"husky": "^9.0.11",
|
|
"jest": "^28.1.3",
|
|
"js-yaml": "^4.1.0",
|
|
"prettier": "^2.8.8",
|
|
"semver": "^7.6.0",
|
|
"ts-jest": "^28.0.7",
|
|
"typescript": "^4.7.4"
|
|
},
|
|
"config": {
|
|
"commitizen": {
|
|
"path": "@commitlint/cz-commitlint"
|
|
}
|
|
}
|
|
}
|