Skip to content

Commit

Permalink
chore(deps): update dependency standard to v14.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and renovate[bot] committed Mar 14, 2020
1 parent 9537973 commit 4a32830
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"husky": "4.2.3",
"lint-staged": "10.0.8",
"prettier-standard": "16.2.1",
"standard": "14.3.1",
"standard": "14.3.2",
"standardx": "5.0.0",
"ts-node": "8.6.2",
"typescript": "3.8.3"
Expand Down
60 changes: 59 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1811,6 +1811,49 @@ eslint@~6.4.0:
text-table "^0.2.0"
v8-compile-cache "^2.0.3"

eslint@~6.8.0:
version "6.8.0"
resolved "https://registry.yarnpkg.com/eslint/-/eslint-6.8.0.tgz#62262d6729739f9275723824302fb227c8c93ffb"
integrity sha512-K+Iayyo2LtyYhDSYwz5D5QdWw0hCacNzyq1Y821Xna2xSJj7cijoLLYmLxTQgcgZ9mC61nryMy9S7GRbYpI5Ig==
dependencies:
"@babel/code-frame" "^7.0.0"
ajv "^6.10.0"
chalk "^2.1.0"
cross-spawn "^6.0.5"
debug "^4.0.1"
doctrine "^3.0.0"
eslint-scope "^5.0.0"
eslint-utils "^1.4.3"
eslint-visitor-keys "^1.1.0"
espree "^6.1.2"
esquery "^1.0.1"
esutils "^2.0.2"
file-entry-cache "^5.0.1"
functional-red-black-tree "^1.0.1"
glob-parent "^5.0.0"
globals "^12.1.0"
ignore "^4.0.6"
import-fresh "^3.0.0"
imurmurhash "^0.1.4"
inquirer "^7.0.0"
is-glob "^4.0.0"
js-yaml "^3.13.1"
json-stable-stringify-without-jsonify "^1.0.1"
levn "^0.3.0"
lodash "^4.17.14"
minimatch "^3.0.4"
mkdirp "^0.5.1"
natural-compare "^1.4.0"
optionator "^0.8.3"
progress "^2.0.0"
regexpp "^2.0.1"
semver "^6.1.2"
strip-ansi "^5.2.0"
strip-json-comments "^3.0.1"
table "^5.2.3"
text-table "^0.2.0"
v8-compile-cache "^2.0.3"

esm@^3.2.25:
version "3.2.25"
resolved "https://registry.yarnpkg.com/esm/-/esm-3.2.25.tgz#342c18c29d56157688ba5ce31f8431fbb795cc10"
Expand Down Expand Up @@ -4629,7 +4672,22 @@ standard-engine@^12.0.0:
minimist "^1.1.0"
pkg-conf "^3.1.0"

standard@14.3.1, standard@^14.0.0:
standard@14.3.2:
version "14.3.2"
resolved "https://registry.yarnpkg.com/standard/-/standard-14.3.2.tgz#36a65977119063ecf66029d10d23382754b6b5c3"
integrity sha512-jz7s55kp5W9ntsjP4VHrCv/uLUcXN+7I/0sSwpEjhYayfWpI2bWn25C7kPywwwHgKD9yseYn0rdMUicsLij49w==
dependencies:
eslint "~6.8.0"
eslint-config-standard "14.1.0"
eslint-config-standard-jsx "8.1.0"
eslint-plugin-import "~2.18.0"
eslint-plugin-node "~10.0.0"
eslint-plugin-promise "~4.2.1"
eslint-plugin-react "~7.14.2"
eslint-plugin-standard "~4.0.0"
standard-engine "^12.0.0"

standard@^14.0.0:
version "14.3.1"
resolved "https://registry.yarnpkg.com/standard/-/standard-14.3.1.tgz#f6a5d9244fbb6b76d0c2dbcc1048a03c863038b6"
integrity sha512-TUQwU7znlZLfgKH1Zwn/D84FitWZkUTfbxSiz/vFx+4c9GV+clSfG/qLiLZOlcdyzhw3oF5/pZydNjbNDfHPEw==
Expand Down

0 comments on commit 4a32830

Please sign in to comment.