mirror of
https://github.com/jdalrymple/gitbeaker.git
synced 2026-01-18 15:55:30 +00:00
Bumps [auto](https://github.com/intuit/auto) from 9.61.0 to 10.3.0. - [Release notes](https://github.com/intuit/auto/releases) - [Changelog](https://github.com/intuit/auto/blob/master/CHANGELOG.md) - [Commits](https://github.com/intuit/auto/compare/v9.61.0...v10.3.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
50 lines
1.7 KiB
JSON
50 lines
1.7 KiB
JSON
{
|
|
"bugs": {
|
|
"url": "https://github.com/jdalrymple/gitbeaker/issues"
|
|
},
|
|
"repository": "github:jdalrymple/gitbeaker",
|
|
"devDependencies": {
|
|
"@auto-it/all-contributors": "^9.59.1",
|
|
"@auto-it/core": "^10.3.0",
|
|
"@auto-it/first-time-contributor": "^9.59.1",
|
|
"@auto-it/released": "^9.59.1",
|
|
"@types/jest": "^26.0.15",
|
|
"@typescript-eslint/eslint-plugin": "^4.5.0",
|
|
"@typescript-eslint/parser": "^4.5.0",
|
|
"all-contributors-cli": "^6.19.0",
|
|
"auto": "^10.3.0",
|
|
"codecov": "^3.8.0",
|
|
"eslint": "^7.11.0",
|
|
"eslint-config-airbnb-base": "^14.2.0",
|
|
"eslint-config-prettier": "^6.13.0",
|
|
"eslint-plugin-import": "^2.22.1",
|
|
"eslint-plugin-jest": "^24.1.0",
|
|
"eslint-plugin-prettier": "^3.1.4",
|
|
"got": "^11.7.0",
|
|
"husky": "^4.3.0",
|
|
"jest": "^26.6.0",
|
|
"jest-extended": "^0.11.5",
|
|
"lerna": "^3.22.1",
|
|
"lint-staged": "^10.4.2",
|
|
"prettier": "^2.1.2",
|
|
"ts-jest": "^26.4.1",
|
|
"typescript": "^4.0.3"
|
|
},
|
|
"private": true,
|
|
"workspaces": [
|
|
"packages/*"
|
|
],
|
|
"scripts": {
|
|
"build": "lerna run build",
|
|
"lint": "prettier --check 'packages/**/{src,test}/**/*.ts' && eslint 'packages/**/{src,test}/**/*/*.ts'",
|
|
"lint:doc": "prettier --check './*.json' './*.yml' './*.js'",
|
|
"lint:doc:fix": "prettier --write './*.json' './*.yml' './*.md' './*.js'",
|
|
"lint:fix": "prettier --write 'packages/**/{src,test}/**/*.ts' && eslint 'packages/**/{src,test}/**/*/*.ts' --fix",
|
|
"test:integration": "jest test/integration",
|
|
"test:unit": "jest test/unit",
|
|
"release": "auto shipit --verbose --verbose"
|
|
},
|
|
"author": "Justin Dalrymple <justin.s.dalrymple@gmail.com>",
|
|
"name": "gitbeaker"
|
|
}
|