Browse Source

Merge pull request #731 from mrfelton/chore/update-deps-lint

chore(deps): update all lint related packages
renovate/lint-staged-8.x
JimmyMow 6 years ago
committed by GitHub
parent
commit
58a9ed325e
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      .eslintrc
  2. 6
      app/components/Contacts/AddChannel.js
  3. 6
      app/components/Contacts/ContactsForm.js
  4. 30
      package.json
  5. 602
      yarn.lock

6
.eslintrc

@ -39,6 +39,12 @@
"allowChildren": false
}
],
"jsx-a11y/label-has-associated-control": [
2,
{
"depth": 1
}
],
"react/no-array-index-key": 0,
"react/forbid-prop-types": 0,
"camelcase": 0,

6
app/components/Contacts/AddChannel.js

@ -108,9 +108,9 @@ const AddChannel = ({
<h2>
<span>{node.alias.trim()}</span>
<span>
({node.pub_key.substr(0, 10)}...{node.pub_key.substr(
node.pub_key.length - 10
)})
({node.pub_key.substr(0, 10)}
...
{node.pub_key.substr(node.pub_key.length - 10)})
</span>
</h2>
) : (

6
app/components/Contacts/ContactsForm.js

@ -164,9 +164,9 @@ class ContactsForm extends React.Component {
<h2>
<span>{node.alias.trim()}</span>
<span>
({node.pub_key.substr(0, 10)}...{node.pub_key.substr(
node.pub_key.length - 10
)})
({node.pub_key.substr(0, 10)}
...
{node.pub_key.substr(node.pub_key.length - 10)})
</span>
</h2>
) : (

30
package.json

@ -192,11 +192,11 @@
}
},
"devDependencies": {
"@commitlint/cli": "^7.0.0",
"@commitlint/config-conventional": "^7.0.1",
"@commitlint/cli": "^7.1.1",
"@commitlint/config-conventional": "^7.1.1",
"add-asset-html-webpack-plugin": "^2.1.3",
"babel-core": "^6.26.3",
"babel-eslint": "^8.2.5",
"babel-eslint": "^9.0.0",
"babel-jest": "^23.4.2",
"babel-loader": "^7.1.4",
"babel-plugin-add-module-exports": "^0.2.1",
@ -227,21 +227,21 @@
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.1.1",
"enzyme-to-json": "^3.3.4",
"eslint": "^5.0.1",
"eslint-config-airbnb": "^17.0.0",
"eslint-config-prettier": "^2.9.0",
"eslint": "^5.4.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-config-prettier": "^3.0.1",
"eslint-formatter-pretty": "^1.3.0",
"eslint-import-resolver-webpack": "^0.10.1",
"eslint-plugin-compat": "^2.4.0",
"eslint-plugin-compat": "^2.5.1",
"eslint-plugin-flowtype": "^2.50.0",
"eslint-plugin-import": "^2.13.0",
"eslint-plugin-jest": "^21.18.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jest": "^21.22.0",
"eslint-plugin-json": "^1.2.1",
"eslint-plugin-jsx-a11y": "^6.1.1",
"eslint-plugin-markdown": "^1.0.0-beta.6",
"eslint-plugin-prettier": "^2.6.1",
"eslint-plugin-promise": "^3.8.0",
"eslint-plugin-react": "^7.10.0",
"eslint-plugin-prettier": "^2.6.2",
"eslint-plugin-promise": "^4.0.0",
"eslint-plugin-react": "^7.11.1",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"fbjs-scripts": "^0.8.3",
"file-loader": "^1.1.11",
@ -255,12 +255,12 @@
"jest": "^23.5.0",
"jsdom": "^11.12.0",
"koa-connect": "^2.0.1",
"lint-staged": "^7.2.0",
"lint-staged": "^7.2.2",
"lnd-binary": "^0.3.5",
"minimist": "^1.2.0",
"mock-spawn": "^0.2.6",
"node-sass": "^4.9.0",
"prettier": "^1.13.5",
"prettier": "^1.14.2",
"react-addons-test-utils": "^15.6.2",
"react-test-renderer": "^16.4.2",
"redux-logger": "^3.0.6",
@ -268,7 +268,7 @@
"sass-loader": "^7.0.3",
"spectron": "^3.8.0",
"style-loader": "^0.21.0",
"stylelint": "9.3.0",
"stylelint": "^9.5.0",
"stylelint-config-standard": "^18.2.0",
"stylelint-formatter-pretty": "^1.0.3",
"url-loader": "^1.0.1",

602
yarn.lock

File diff suppressed because it is too large
Loading…
Cancel
Save