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', () => { ...@@ -43,9 +43,7 @@ describe('InlineSearchResults', () => {
const setup = (propOverrides?: Partial<InlineSearchResultsProps>) => { const setup = (propOverrides?: Partial<InlineSearchResultsProps>) => {
const props: InlineSearchResultsProps = { const props: InlineSearchResultsProps = {
isLoading: false, isLoading: false,
dashboards: allResourcesExample.dashboards as SearchResults< dashboards: allResourcesExample.dashboards as SearchResults<DashboardResource>,
DashboardResource
>,
tables: allResourcesExample.tables as SearchResults<TableResource>, tables: allResourcesExample.tables as SearchResults<TableResource>,
users: allResourcesExample.users as SearchResults<UserResource>, users: allResourcesExample.users as SearchResults<UserResource>,
className: 'testClass', className: 'testClass',
......
...@@ -24,9 +24,7 @@ interface StateFromProps { ...@@ -24,9 +24,7 @@ interface StateFromProps {
export type TableDashboardResourceListProps = StateFromProps & OwnProps; export type TableDashboardResourceListProps = StateFromProps & OwnProps;
export class TableDashboardResourceList extends React.Component< export class TableDashboardResourceList extends React.Component<TableDashboardResourceListProps> {
TableDashboardResourceListProps
> {
render() { render() {
const { const {
dashboards, dashboards,
......
...@@ -31,9 +31,7 @@ export interface DispatchFromProps { ...@@ -31,9 +31,7 @@ export interface DispatchFromProps {
export type TableHeaderBulletsProps = HeaderBulletsProps & DispatchFromProps; export type TableHeaderBulletsProps = HeaderBulletsProps & DispatchFromProps;
export class TableHeaderBullets extends React.Component< export class TableHeaderBullets extends React.Component<TableHeaderBulletsProps> {
TableHeaderBulletsProps
> {
handleClick = (e) => { handleClick = (e) => {
const databaseText = this.props.database; const databaseText = this.props.database;
logClick(e, { logClick(e, {
......
...@@ -31419,9 +31419,9 @@ ...@@ -31419,9 +31419,9 @@
"dev": true "dev": true
}, },
"prettier": { "prettier": {
"version": "2.0.5", "version": "2.2.1",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-2.0.5.tgz", "resolved": "https://registry.npmjs.org/prettier/-/prettier-2.2.1.tgz",
"integrity": "sha512-7PtVymN48hGcO4fGjybyBSIWDsLU4H4XlvOHfq91pz9kkGlonzwTfYkaIEwiRg/dAJF9YlbsduBAgtYLi+8cFg==", "integrity": "sha512-PqyhM2yCjg/oKkFPtTGUojv7gnZAoG80ttl45O6x2Ug/rMJw4wcc9k6aaf2hibP7BGVCCM33gZoGjyvt9mm16Q==",
"dev": true "dev": true
}, },
"prettier-linter-helpers": { "prettier-linter-helpers": {
...@@ -103,7 +103,7 @@ ...@@ -103,7 +103,7 @@
"moment-locales-webpack-plugin": "^1.2.0", "moment-locales-webpack-plugin": "^1.2.0",
"node-sass": "^5.0.0", "node-sass": "^5.0.0",
"postcss": "^7.0.32", "postcss": "^7.0.32",
"prettier": "^2.0.5", "prettier": "^2.2.1",
"react-docgen-typescript-loader": "^3.7.2", "react-docgen-typescript-loader": "^3.7.2",
"redux-mock-store": "^1.5.4", "redux-mock-store": "^1.5.4",
"redux-saga": "^1.1.3", "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