1
0
mirror of https://github.com/badges/shields.git synced 2025-10-22 20:32:32 +03:00

Build(deps-dev): bump prettier from 1.17.1 to 1.18.2 (#3580)

* Build(deps-dev): bump prettier from 1.17.1 to 1.18.2

Bumps [prettier](https://github.com/prettier/prettier) from 1.17.1 to 1.18.2.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/master/CHANGELOG.md)
- [Commits](https://github.com/prettier/prettier/compare/1.17.1...1.18.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* chore: prettier
This commit is contained in:
dependabot-preview[bot]
2019-06-17 19:15:44 -05:00
committed by Caleb Cartwright
parent a4e2df80f8
commit d732b937c9
9 changed files with 12 additions and 28 deletions

View File

@@ -158,9 +158,7 @@ module.exports = class CodeclimateAnalysis extends BaseJsonService {
}
const { data } = await this._requestJson({
schema,
url: `https://api.codeclimate.com/v1/repos/${repoId}/snapshots/${
snapshotInfo.id
}`,
url: `https://api.codeclimate.com/v1/repos/${repoId}/snapshots/${snapshotInfo.id}`,
})
return data
}