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 @readme/eslint-config from 1.14.0 to 1.16.0 (#535)
Browse files Browse the repository at this point in the history
* chore(deps-dev): Bump @readme/eslint-config from 1.14.0 to 1.16.0

Bumps [@readme/eslint-config](https://github.com/readmeio/eslint-config) from 1.14.0 to 1.16.0.
- [Release notes](https://github.com/readmeio/eslint-config/releases)
- [Changelog](https://github.com/readmeio/eslint-config/blob/master/CHANGELOG.md)
- [Commits](readmeio/standards@1.14.0...1.16.0)

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

* style: fixing some eslint issues

* style: fixing some more eslint issues

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: Jon Ursenbach <jon@ursenba.ch>
dependabot-preview[bot] and erunion authored Mar 17, 2020

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 78d9989 commit 1abc64c
Showing 15 changed files with 771 additions and 1,325 deletions.
2 changes: 1 addition & 1 deletion example/reference/src/Preview.jsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const React = require('react');
const PropTypes = require('prop-types');
const extensions = require('../../../packages/oas-extensions/');
const extensions = require('../../../packages/oas-extensions');

const Sidebar = require('./Sidebar');
const Version = require('./Version');
2 changes: 1 addition & 1 deletion example/src/Demo.jsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const React = require('react');
const PropTypes = require('prop-types');

const extensions = require('../../packages/oas-extensions/');
const extensions = require('../../packages/oas-extensions');

const withSpecFetching = require('./SpecFetcher');

742 changes: 74 additions & 668 deletions package-lock.json

Large diffs are not rendered by default.

148 changes: 69 additions & 79 deletions packages/api-explorer/package-lock.json

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

Loading

0 comments on commit 1abc64c

Please sign in to comment.