Skip to content

Commit

Permalink
fix(deps): update dependency eslint-plugin-jsdoc to v27 (#12)
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 authored Jun 2, 2020
1 parent 4aa4f70 commit 55b61e2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@typescript-eslint/parser": "^2.31.0 || ^3.0.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-jsdoc": "^25.0.1 || ^26.0.0",
"eslint-plugin-jsdoc": "^25.0.1 || ^26.0.0 || ^27.0.0",
"eslint-plugin-prefer-arrow": "^1.2.1",
"tslib": "^1.11.2 || ^2.0.0",
"tslint": "^6.1.2"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2120,10 +2120,10 @@ eslint-plugin-import@^2.20.2:
read-pkg-up "^2.0.0"
resolve "^1.12.0"

"eslint-plugin-jsdoc@^25.0.1 || ^26.0.0":
version "26.0.0"
resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-26.0.0.tgz#91d0d958eec1a2b8915a60462a7a57a665c58ef1"
integrity sha512-/oEywHPBn6eVDExTgDTwdwyQlVIuJziovXOPXBROW8yW93vk6/IGezW5jbzmA2pX4tVRCQc/jz5/mZea+FCmfw==
"eslint-plugin-jsdoc@^25.0.1 || ^26.0.0 || ^27.0.0":
version "27.0.0"
resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-27.0.0.tgz#b9a2666131078148033693d000bac6848ad67094"
integrity sha512-cgojh/+T8JNB3yBmLerFZz/md+h9rQgmz0qCbeezlPoS5eSMAzsTl3io4Ac4N9Z6o/6ilDKzmqwJHw0Z21RYKg==
dependencies:
comment-parser "^0.7.4"
debug "^4.1.1"
Expand Down

0 comments on commit 55b61e2

Please sign in to comment.