Skip to content
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.

Commit

Permalink
chore(deps-dev): bump prettier from 2.0.5 to 2.1.1 (#909)
Browse files Browse the repository at this point in the history
* chore(deps-dev): bump prettier from 2.0.5 to 2.1.1

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

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

* style: re-running prettier

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jon Ursenbach <jon@ursenba.ch>
  • Loading branch information
dependabot[bot] and erunion authored Aug 31, 2020
1 parent eb592f9 commit ecb7e8f
Show file tree
Hide file tree
Showing 9 changed files with 27 additions and 27 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions packages/api-explorer/__tests__/ResponseSchema.test.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ test('should render schema from "application/json"', () => {
operation: new Operation({}, '/', 'get', {
...oas.operation('/pet/findByTags', 'get'),
responses: {
'200': {
200: {
content: {
'application/json': {
description: 'successful operation',
Expand All @@ -120,7 +120,7 @@ test('should contain ResponseSchemaBody element if $ref exist for "application/x
operation: new Operation(oas, '/', 'get', {
...oas.operation('/pet/{petId}', 'get'),
responses: {
'200': {
200: {
content: {
'application/xml': {
description: 'successful operation',
Expand Down Expand Up @@ -192,7 +192,7 @@ test('should not break if schema property missing', () => {
operation: new Operation({}, '/', 'get', {
...oas.operation('/pet/findByTags', 'get'),
responses: {
'200': {
200: {
content: {
'application/xml': {
description: 'successful operation',
Expand Down
6 changes: 3 additions & 3 deletions packages/api-explorer/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions packages/api-logs/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions packages/markdown-magic/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions packages/oas-to-har/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions packages/oas-to-snippet/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions packages/syntax-highlighter/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions packages/variable/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ecb7e8f

Please sign in to comment.