Skip to content

Commit

Permalink
build(eslint-config-wopian): update linters (#142)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot committed Nov 9, 2020
1 parent 6477afa commit cce9421
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion packages/eslint-config-wopian-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"node": ">=10"
},
"dependencies": {
"eslint-config-standard-jsx": "^8.1.0",
"eslint-config-standard-jsx": "^10.0.0",
"eslint-config-wopian": "^2.0.1",
"eslint-plugin-react": "^7.20.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-wopian/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"dependencies": {
"babel-eslint": "^10.1.0",
"eslint-config-standard": "^14.1.0",
"eslint-config-standard": "^16.0.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-jest": "^24.0.0",
"eslint-plugin-node": "^11.1.0",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3066,15 +3066,15 @@ escodegen@^1.14.1:
optionalDependencies:
source-map "~0.6.1"

eslint-config-standard-jsx@^8.1.0:
version "8.1.0"
resolved "https://registry.yarnpkg.com/eslint-config-standard-jsx/-/eslint-config-standard-jsx-8.1.0.tgz#314c62a0e6f51f75547f89aade059bec140edfc7"
integrity sha512-ULVC8qH8qCqbU792ZOO6DaiaZyHNS/5CZt3hKqHkEhVlhPEPN3nfBqqxJCyp59XrjIBZPu1chMYe9T2DXZ7TMw==

eslint-config-standard@^14.1.0:
version "14.1.1"
resolved "https://registry.yarnpkg.com/eslint-config-standard/-/eslint-config-standard-14.1.1.tgz#830a8e44e7aef7de67464979ad06b406026c56ea"
integrity sha512-Z9B+VR+JIXRxz21udPTL9HpFMyoMUEeX1G251EQ6e05WD9aPVtVBn09XUmZ259wCMlCDmYDSZG62Hhm+ZTJcUg==
eslint-config-standard-jsx@^10.0.0:
version "10.0.0"
resolved "https://registry.yarnpkg.com/eslint-config-standard-jsx/-/eslint-config-standard-jsx-10.0.0.tgz#dc24992661325a2e480e2c3091d669f19034e18d"
integrity sha512-hLeA2f5e06W1xyr/93/QJulN/rLbUVUmqTlexv9PRKHFwEC9ffJcH2LvJhMoEqYQBEYafedgGZXH2W8NUpt5lA==

eslint-config-standard@^16.0.0:
version "16.0.1"
resolved "https://registry.yarnpkg.com/eslint-config-standard/-/eslint-config-standard-16.0.1.tgz#9a385eea27f96b7918cb53f07e01e9d10cc56401"
integrity sha512-WBBiQQZdaPyL+4sPkGWhWrHCDtvJoU195B9j8yXE9uFQnX34gMXI5CeBRm95gx3PMEZPM5OpwET10hH4F4SxCA==

eslint-find-rules@~3.6.0:
version "3.6.1"
Expand Down

0 comments on commit cce9421

Please sign in to comment.