Browse Source

chore(deps): update dependency prettier to v1.19.1 (#249)

* chore(deps): update dependency prettier to v1.19.1

* style(eslint): fix eslint code style error
master
renovate[bot] 5 years ago
committed by jamaljsr
parent
commit
271d29c645
  1. 2
      package.json
  2. 6
      src/components/designer/lnd/LndDetails.spec.tsx
  3. 8
      yarn.lock

2
package.json

@ -109,7 +109,7 @@
"lint-staged": "9.4.3", "lint-staged": "9.4.3",
"lndconnect": "0.2.10", "lndconnect": "0.2.10",
"nodemon": "2.0.1", "nodemon": "2.0.1",
"prettier": "1.18.2", "prettier": "1.19.1",
"react": "16.12.0", "react": "16.12.0",
"react-async-hook": "3.6.1", "react-async-hook": "3.6.1",
"react-copy-to-clipboard": "5.0.2", "react-copy-to-clipboard": "5.0.2",

6
src/components/designer/lnd/LndDetails.spec.tsx

@ -219,9 +219,9 @@ describe('LndDetails', () => {
describe('connect options', () => { describe('connect options', () => {
const toggle = (container: HTMLElement, value: string) => { const toggle = (container: HTMLElement, value: string) => {
fireEvent.click(container.querySelector( fireEvent.click(
`input[name=authType][value=${value}]`, container.querySelector(`input[name=authType][value=${value}]`) as Element,
) as Element); );
}; };
it('should display hex values for paths', async () => { it('should display hex values for paths', async () => {

8
yarn.lock

@ -13286,10 +13286,10 @@ prettier-linter-helpers@^1.0.0:
dependencies: dependencies:
fast-diff "^1.1.2" fast-diff "^1.1.2"
prettier@1.18.2: prettier@1.19.1:
version "1.18.2" version "1.19.1"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.18.2.tgz#6823e7c5900017b4bd3acf46fe9ac4b4d7bda9ea" resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.19.1.tgz#f7d7f5ff8a9cd872a7be4ca142095956a60797cb"
integrity sha512-OeHeMc0JhFE9idD4ZdtNibzY0+TPHSpSSb9h8FqtP+YnoZZ1sl8Vc9b1sasjfymH3SonAF4QcA2+mzHPhMvIiw== integrity sha512-s7PoyDv/II1ObgQunCbB9PdLmUcBZcnWOcxDh7O0N/UwDEsHyqkW+Qh28jW+mVuCdx7gLB0BotYI1Y6uI9iyew==
pretty-bytes@^1.0.2: pretty-bytes@^1.0.2:
version "1.0.4" version "1.0.4"

Loading…
Cancel
Save