Skip to content

Commit

Permalink
chore(deps): update dependency prettier to ^2.3.1 (#1646)
Browse files Browse the repository at this point in the history
* chore(deps): update dependency prettier to ^2.3.1

* chore: fix lint error

Co-authored-by: Renovate Bot <[email protected]>
Co-authored-by: nabeliwo <[email protected]>
  • Loading branch information
3 people authored Jun 6, 2021
1 parent aa01e28 commit c3cac60
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"lint-staged": "^11.0.0",
"memory-fs": "^0.5.0",
"npm-run-all": "^4.1.5",
"prettier": "^2.3.0",
"prettier": "^2.3.1",
"prettier-config-smarthr": "^1.0.0",
"puppeteer": "^9.1.1",
"react": "^17.0.2",
Expand Down
9 changes: 4 additions & 5 deletions src/components/Dialog/Dialog.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -160,11 +160,10 @@ Message_Dialog.parameters = {
export const Action_Dialog: Story = () => {
const [isOpen, setIsOpen] = useState(false)
const [value, setValue] = React.useState('Apple')
const [responseMessage, setResponseMessage] =
useState<{
status: 'success' | 'error' | 'processing'
text: string
}>()
const [responseMessage, setResponseMessage] = useState<{
status: 'success' | 'error' | 'processing'
text: string
}>()
const onClickOpen = () => setIsOpen(true)
const onClickClose = () => {
setIsOpen(false)
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12583,10 +12583,10 @@ prettier-linter-helpers@^1.0.0:
dependencies:
fast-diff "^1.1.2"

prettier@^2.3.0:
version "2.3.0"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.3.0.tgz#b6a5bf1284026ae640f17f7ff5658a7567fc0d18"
integrity sha512-kXtO4s0Lz/DW/IJ9QdWhAf7/NmPWQXkFr/r/WkR3vyI+0v8amTDxiaQSLzs8NBlytfLWX/7uQUMIW677yLKl4w==
prettier@^2.3.1:
version "2.3.1"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.3.1.tgz#76903c3f8c4449bc9ac597acefa24dc5ad4cbea6"
integrity sha512-p+vNbgpLjif/+D+DwAZAbndtRrR0md0MwfmOVN9N+2RgyACMT+7tfaRnT+WDPkqnuVwleyuBIG2XBxKDme3hPA==

prettier@~2.0.5:
version "2.0.5"
Expand Down

0 comments on commit c3cac60

Please sign in to comment.