app-store/package.json

48 lines
1.2 KiB
JSON
Raw Permalink Normal View History

2022-07-28 17:46:12 +00:00
{
"name": "runtipi-appstore",
"version": "1.0.0",
"description": "",
"main": "",
"scripts": {
"commit": "git-cz",
2024-03-04 07:15:15 +00:00
"lint": "eslint ./apps --ext .json",
2022-07-28 17:46:12 +00:00
"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": {
chore(deps-dev): bump the minor-patch-dev group with 2 updates (#3263) Bumps the minor-patch-dev group with 2 updates: [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli) and [@commitlint/config-conventional](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-conventional). Updates `@commitlint/cli` from 19.2.1 to 19.3.0 - [Release notes](https://github.com/conventional-changelog/commitlint/releases) - [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/cli/CHANGELOG.md) - [Commits](https://github.com/conventional-changelog/commitlint/commits/v19.3.0/@commitlint/cli) Updates `@commitlint/config-conventional` from 19.1.0 to 19.2.2 - [Release notes](https://github.com/conventional-changelog/commitlint/releases) - [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/config-conventional/CHANGELOG.md) - [Commits](https://github.com/conventional-changelog/commitlint/commits/v19.2.2/@commitlint/config-conventional) --- updated-dependencies: - dependency-name: "@commitlint/cli" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-patch-dev - dependency-name: "@commitlint/config-conventional" dependency-type: direct:development update-type: version-update:semver-minor 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>
2024-04-23 20:17:49 +00:00
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
chore(deps-dev): bump the minor-patch-dev group with 5 updates (#2869) Bumps the minor-patch-dev group with 5 updates: | Package | From | To | | --- | --- | --- | | [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli) | `19.0.3` | `19.2.0` | | [@commitlint/config-conventional](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-conventional) | `19.0.3` | `19.1.0` | | [@commitlint/cz-commitlint](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cz-commitlint) | `19.0.3` | `19.2.0` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.11.25` | `20.11.28` | | [eslint-plugin-jsonc](https://github.com/ota-meshi/eslint-plugin-jsonc) | `2.13.0` | `2.14.0` | Updates `@commitlint/cli` from 19.0.3 to 19.2.0 - [Release notes](https://github.com/conventional-changelog/commitlint/releases) - [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/cli/CHANGELOG.md) - [Commits](https://github.com/conventional-changelog/commitlint/commits/v19.2.0/@commitlint/cli) Updates `@commitlint/config-conventional` from 19.0.3 to 19.1.0 - [Release notes](https://github.com/conventional-changelog/commitlint/releases) - [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/config-conventional/CHANGELOG.md) - [Commits](https://github.com/conventional-changelog/commitlint/commits/v19.1.0/@commitlint/config-conventional) Updates `@commitlint/cz-commitlint` from 19.0.3 to 19.2.0 - [Release notes](https://github.com/conventional-changelog/commitlint/releases) - [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/cz-commitlint/CHANGELOG.md) - [Commits](https://github.com/conventional-changelog/commitlint/commits/v19.2.0/@commitlint/cz-commitlint) Updates `@types/node` from 20.11.25 to 20.11.28 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `eslint-plugin-jsonc` from 2.13.0 to 2.14.0 - [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.13.0...v2.14.0) --- updated-dependencies: - dependency-name: "@commitlint/cli" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-patch-dev - dependency-name: "@commitlint/config-conventional" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-patch-dev - dependency-name: "@commitlint/cz-commitlint" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-patch-dev - 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-minor 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>
2024-03-18 20:44:38 +00:00
"@commitlint/cz-commitlint": "^19.2.0",
2022-07-28 17:46:12 +00:00
"@types/jest": "^28.1.6",
"@types/js-yaml": "^4.0.9",
"@types/node": "^20.14.8",
"@types/semver": "^7.5.8",
"commitizen": "^4.3.0",
"eslint": "^8.57.0",
chore(deps-dev): bump the minor-patch-dev group across 1 directory with 4 updates (#3844) Bumps the minor-patch-dev group with 4 updates in the / directory: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node), [eslint-plugin-json-schema-validator](https://github.com/ota-meshi/eslint-plugin-json-schema-validator), [prettier](https://github.com/prettier/prettier) and [typescript](https://github.com/Microsoft/TypeScript). Updates `@types/node` from 20.14.2 to 20.14.7 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `eslint-plugin-json-schema-validator` from 5.1.0 to 5.1.1 - [Release notes](https://github.com/ota-meshi/eslint-plugin-json-schema-validator/releases) - [Changelog](https://github.com/ota-meshi/eslint-plugin-json-schema-validator/blob/main/CHANGELOG.md) - [Commits](https://github.com/ota-meshi/eslint-plugin-json-schema-validator/compare/v5.1.0...v5.1.1) Updates `prettier` from 3.3.1 to 3.3.2 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](https://github.com/prettier/prettier/compare/3.3.1...3.3.2) Updates `typescript` from 5.4.5 to 5.5.2 - [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.5...v5.5.2) --- 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-json-schema-validator dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-patch-dev - dependency-name: prettier 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-minor 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>
2024-06-22 23:43:08 +00:00
"eslint-plugin-json-schema-validator": "^5.1.1",
"eslint-plugin-jsonc": "^2.16.0",
"husky": "^9.0.11",
2022-07-28 17:46:12 +00:00
"jest": "^28.1.3",
"js-yaml": "^4.1.0",
chore(deps-dev): bump the minor-patch-dev group across 1 directory with 4 updates (#3844) Bumps the minor-patch-dev group with 4 updates in the / directory: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node), [eslint-plugin-json-schema-validator](https://github.com/ota-meshi/eslint-plugin-json-schema-validator), [prettier](https://github.com/prettier/prettier) and [typescript](https://github.com/Microsoft/TypeScript). Updates `@types/node` from 20.14.2 to 20.14.7 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `eslint-plugin-json-schema-validator` from 5.1.0 to 5.1.1 - [Release notes](https://github.com/ota-meshi/eslint-plugin-json-schema-validator/releases) - [Changelog](https://github.com/ota-meshi/eslint-plugin-json-schema-validator/blob/main/CHANGELOG.md) - [Commits](https://github.com/ota-meshi/eslint-plugin-json-schema-validator/compare/v5.1.0...v5.1.1) Updates `prettier` from 3.3.1 to 3.3.2 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](https://github.com/prettier/prettier/compare/3.3.1...3.3.2) Updates `typescript` from 5.4.5 to 5.5.2 - [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.5...v5.5.2) --- 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-json-schema-validator dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-patch-dev - dependency-name: prettier 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-minor 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>
2024-06-22 23:43:08 +00:00
"prettier": "^3.3.2",
"semver": "^7.6.2",
2022-07-28 17:46:12 +00:00
"ts-jest": "^28.0.7",
chore(deps-dev): bump the minor-patch-dev group across 1 directory with 4 updates (#3844) Bumps the minor-patch-dev group with 4 updates in the / directory: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node), [eslint-plugin-json-schema-validator](https://github.com/ota-meshi/eslint-plugin-json-schema-validator), [prettier](https://github.com/prettier/prettier) and [typescript](https://github.com/Microsoft/TypeScript). Updates `@types/node` from 20.14.2 to 20.14.7 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `eslint-plugin-json-schema-validator` from 5.1.0 to 5.1.1 - [Release notes](https://github.com/ota-meshi/eslint-plugin-json-schema-validator/releases) - [Changelog](https://github.com/ota-meshi/eslint-plugin-json-schema-validator/blob/main/CHANGELOG.md) - [Commits](https://github.com/ota-meshi/eslint-plugin-json-schema-validator/compare/v5.1.0...v5.1.1) Updates `prettier` from 3.3.1 to 3.3.2 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](https://github.com/prettier/prettier/compare/3.3.1...3.3.2) Updates `typescript` from 5.4.5 to 5.5.2 - [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.5...v5.5.2) --- 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-json-schema-validator dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-patch-dev - dependency-name: prettier 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-minor 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>
2024-06-22 23:43:08 +00:00
"typescript": "^5.5.2"
},
"config": {
"commitizen": {
"path": "@commitlint/cz-commitlint"
}
2022-07-28 17:46:12 +00:00
}
}