mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
build: update dependency eslint-plugin-jsdoc to v38 (#45332)
PR Close #45332
This commit is contained in:
parent
7f043c98b7
commit
0dbd50bea5
2 changed files with 5 additions and 5 deletions
|
|
@ -133,7 +133,7 @@
|
|||
"eslint": "^8.0.0",
|
||||
"eslint-plugin-import": "^2.23.4",
|
||||
"eslint-plugin-jasmine": "^4.1.2",
|
||||
"eslint-plugin-jsdoc": "^37.0.0",
|
||||
"eslint-plugin-jsdoc": "^38.0.0",
|
||||
"eslint-plugin-prefer-arrow": "^1.2.3",
|
||||
"find-free-port": "^2.0.0",
|
||||
"firebase-tools": "^9.8.0",
|
||||
|
|
|
|||
|
|
@ -5187,10 +5187,10 @@ eslint-plugin-jasmine@^4.1.2:
|
|||
resolved "https://registry.yarnpkg.com/eslint-plugin-jasmine/-/eslint-plugin-jasmine-4.1.3.tgz#c4ced986a61dd5b180982bafe6da1cbac0941c52"
|
||||
integrity sha512-q8j8KnLH/4uwmPELFZvEyfEcuCuGxXScJaRdqHjOjz064GcfX6aoFbzy5VohZ5QYk2+WvoqMoqDSb9nRLf89GQ==
|
||||
|
||||
eslint-plugin-jsdoc@^37.0.0:
|
||||
version "37.9.7"
|
||||
resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-37.9.7.tgz#ef46141aa2e5fcbb89adfa658eef8126435e9eac"
|
||||
integrity sha512-8alON8yYcStY94o0HycU2zkLKQdcS+qhhOUNQpfONHHwvI99afbmfpYuPqf6PbLz5pLZldG3Te5I0RbAiTN42g==
|
||||
eslint-plugin-jsdoc@^38.0.0:
|
||||
version "38.0.2"
|
||||
resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-38.0.2.tgz#a2bdfe960a48fd59b363531a5f833883b2984c9d"
|
||||
integrity sha512-ln9eUYcok3zTX1MG6RE37SbsF81f1Lopy9ucYoIXbYOYQJqmFcAdnzlUMCaMhzR6v5SeKugchtOYXh7Oy+cZlA==
|
||||
dependencies:
|
||||
"@es-joy/jsdoccomment" "~0.20.1"
|
||||
comment-parser "1.3.0"
|
||||
|
|
|
|||
Loading…
Reference in a new issue