mirror of
https://github.com/jdalrymple/gitbeaker.git
synced 2026-01-18 15:55:30 +00:00
Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 24.5.0 to 25.2.1. - [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases) - [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md) - [Commits](https://github.com/jest-community/eslint-plugin-jest/compare/v24.5.0...v25.2.1) --- updated-dependencies: - dependency-name: eslint-plugin-jest dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Justin Dalrymple <jdalrymple@users.noreply.github.com>
53 lines
1.9 KiB
JSON
53 lines
1.9 KiB
JSON
{
|
|
"bugs": {
|
|
"url": "https://github.com/jdalrymple/gitbeaker/issues"
|
|
},
|
|
"repository": "github:jdalrymple/gitbeaker",
|
|
"devDependencies": {
|
|
"@auto-it/all-contributors": "^10.27.1",
|
|
"@auto-it/core": "^10.27.1",
|
|
"@auto-it/first-time-contributor": "^10.27.1",
|
|
"@auto-it/released": "^10.27.1",
|
|
"@types/jest": "^27.0.1",
|
|
"@typescript-eslint/eslint-plugin": "^4.23.0",
|
|
"@typescript-eslint/parser": "^4.23.0",
|
|
"all-contributors-cli": "^6.20.0",
|
|
"auto": "^10.27.1",
|
|
"codecov": "^3.8.2",
|
|
"eslint": "^7.26.0",
|
|
"eslint-config-airbnb-base": "^14.2.1",
|
|
"eslint-config-prettier": "^8.3.0",
|
|
"eslint-import-resolver-typescript": "^2.4.0",
|
|
"eslint-plugin-import": "^2.23.4",
|
|
"eslint-plugin-jest": "^25.2.1",
|
|
"eslint-plugin-prettier": "^4.0.0",
|
|
"got": "^11.8.2",
|
|
"husky": "^7.0.0",
|
|
"jest": "^27.0.4",
|
|
"jest-extended": "^0.11.5",
|
|
"lerna": "^4.0.0",
|
|
"lint-staged": "^11.0.0",
|
|
"prettier": "^2.3.0",
|
|
"ts-jest": "^27.0.3",
|
|
"typescript": "^4.3.2",
|
|
"uuid": "^8.3.2"
|
|
},
|
|
"private": true,
|
|
"workspaces": [
|
|
"packages/*"
|
|
],
|
|
"scripts": {
|
|
"build": "lerna run build",
|
|
"lint": "prettier --check 'packages/**/{src,test}/**/*.ts' && eslint 'packages/**/{src,test}/**/*/*.ts'",
|
|
"lint:docs": "prettier --check './**/*.json' './**/*.yml' './**/*.js' '!./**/(dist|coverage)/**'",
|
|
"lint:docs:fix": "prettier --write './**/*.json' './**/*.yml' './**/*.js' '!./**/(dist|coverage)/**'",
|
|
"lint:fix": "prettier --write 'packages/**/{src,test}/**/*.ts' && eslint 'packages/**/{src,test}/**/*/*.ts' --fix",
|
|
"test:unit": "yarn workspaces run test:unit",
|
|
"test:integration": "yarn workspaces run test:integration",
|
|
"release": "auto shipit --verbose --verbose",
|
|
"clean": "lerna exec -- rimraf dist coverage && lerna clean --yes && rm -rf node_modules coverage"
|
|
},
|
|
"author": "Justin Dalrymple <justin.s.dalrymple@gmail.com>",
|
|
"name": "gitbeaker"
|
|
}
|