e35739add1
Bumps the minor-patch-dev group with 3 updates: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node), [eslint-plugin-jsonc](https://github.com/ota-meshi/eslint-plugin-jsonc) and [typescript](https://github.com/Microsoft/TypeScript). Updates `@types/node` from 20.12.2 to 20.12.7 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `eslint-plugin-jsonc` from 2.15.0 to 2.15.1 - [Release notes](https://github.com/ota-meshi/eslint-plugin-jsonc/releases) - [Changelog](https://github.com/ota-meshi/eslint-plugin-jsonc/blob/master/CHANGELOG.md) - [Commits](https://github.com/ota-meshi/eslint-plugin-jsonc/compare/v2.15.0...v2.15.1) Updates `typescript` from 5.4.3 to 5.4.5 - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml) - [Commits](https://github.com/Microsoft/TypeScript/compare/v5.4.3...v5.4.5) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-patch-dev - dependency-name: eslint-plugin-jsonc dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-patch-dev - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-patch-dev ... 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": "^19.2.1",
|
|
"@commitlint/config-conventional": "^19.1.0",
|
|
"@commitlint/cz-commitlint": "^19.2.0",
|
|
"@types/jest": "^28.1.6",
|
|
"@types/js-yaml": "^4.0.9",
|
|
"@types/node": "^20.12.7",
|
|
"@types/semver": "^7.5.8",
|
|
"commitizen": "^4.3.0",
|
|
"eslint": "^8.57.0",
|
|
"eslint-plugin-json-schema-validator": "^4.8.3",
|
|
"eslint-plugin-jsonc": "^2.15.1",
|
|
"husky": "^9.0.11",
|
|
"jest": "^28.1.3",
|
|
"js-yaml": "^4.1.0",
|
|
"prettier": "^3.2.5",
|
|
"semver": "^7.6.0",
|
|
"ts-jest": "^28.0.7",
|
|
"typescript": "^5.4.5"
|
|
},
|
|
"config": {
|
|
"commitizen": {
|
|
"path": "@commitlint/cz-commitlint"
|
|
}
|
|
}
|
|
}
|