Unverified Commit 7452ff57 authored by dependabot-preview[bot]'s avatar dependabot-preview[bot] Committed by GitHub

chore: build(deps-dev): bump prettier from 2.0.5 to 2.2.1 in /amundsen_application/static (#904)

* build(deps-dev): bump prettier in /amundsen_application/static

Bumps [prettier](https://github.com/prettier/prettier) from 2.0.5 to 2.2.1.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prettier/prettier/compare/2.0.5...2.2.1)
Signed-off-by: 's avatardependabot-preview[bot] <support@dependabot.com>

* fixed new prettier issues
Signed-off-by: 's avatarAllison Suarez Miranda <asuarezmiranda@lyft.com>
Co-authored-by: 's avatardependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: 's avatarAllison Suarez Miranda <asuarezmiranda@lyft.com>
parent f949d7c5
......@@ -43,9 +43,7 @@ describe('InlineSearchResults', () => {
const setup = (propOverrides?: Partial<InlineSearchResultsProps>) => {
const props: InlineSearchResultsProps = {
isLoading: false,
dashboards: allResourcesExample.dashboards as SearchResults<
DashboardResource
>,
dashboards: allResourcesExample.dashboards as SearchResults<DashboardResource>,
tables: allResourcesExample.tables as SearchResults<TableResource>,
users: allResourcesExample.users as SearchResults<UserResource>,
className: 'testClass',
......
......@@ -24,9 +24,7 @@ interface StateFromProps {
export type TableDashboardResourceListProps = StateFromProps & OwnProps;
export class TableDashboardResourceList extends React.Component<
TableDashboardResourceListProps
> {
export class TableDashboardResourceList extends React.Component<TableDashboardResourceListProps> {
render() {
const {
dashboards,
......
......@@ -31,9 +31,7 @@ export interface DispatchFromProps {
export type TableHeaderBulletsProps = HeaderBulletsProps & DispatchFromProps;
export class TableHeaderBullets extends React.Component<
TableHeaderBulletsProps
> {
export class TableHeaderBullets extends React.Component<TableHeaderBulletsProps> {
handleClick = (e) => {
const databaseText = this.props.database;
logClick(e, {
......
......@@ -31419,9 +31419,9 @@
"dev": true
},
"prettier": {
"version": "2.0.5",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-2.0.5.tgz",
"integrity": "sha512-7PtVymN48hGcO4fGjybyBSIWDsLU4H4XlvOHfq91pz9kkGlonzwTfYkaIEwiRg/dAJF9YlbsduBAgtYLi+8cFg==",
"version": "2.2.1",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-2.2.1.tgz",
"integrity": "sha512-PqyhM2yCjg/oKkFPtTGUojv7gnZAoG80ttl45O6x2Ug/rMJw4wcc9k6aaf2hibP7BGVCCM33gZoGjyvt9mm16Q==",
"dev": true
},
"prettier-linter-helpers": {
......@@ -103,7 +103,7 @@
"moment-locales-webpack-plugin": "^1.2.0",
"node-sass": "^5.0.0",
"postcss": "^7.0.32",
"prettier": "^2.0.5",
"prettier": "^2.2.1",
"react-docgen-typescript-loader": "^3.7.2",
"redux-mock-store": "^1.5.4",
"redux-saga": "^1.1.3",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment