eslint-plugin-jsdoc 37.5.1 → 37.5.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +6 -6
package/package.json
CHANGED
|
@@ -5,12 +5,12 @@
|
|
|
5
5
|
"url": "http://gajus.com"
|
|
6
6
|
},
|
|
7
7
|
"dependencies": {
|
|
8
|
-
"@es-joy/jsdoccomment": "0.
|
|
8
|
+
"@es-joy/jsdoccomment": "0.15.0",
|
|
9
9
|
"comment-parser": "1.3.0",
|
|
10
10
|
"debug": "^4.3.3",
|
|
11
11
|
"escape-string-regexp": "^4.0.0",
|
|
12
12
|
"esquery": "^1.4.0",
|
|
13
|
-
"jsdoc-type-pratt-parser": "^2.0
|
|
13
|
+
"jsdoc-type-pratt-parser": "^2.1.0",
|
|
14
14
|
"regextras": "^0.8.0",
|
|
15
15
|
"semver": "^7.3.5",
|
|
16
16
|
"spdx-expression-parse": "^3.0.1"
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"@babel/preset-env": "^7.16.7",
|
|
27
27
|
"@babel/register": "^7.16.7",
|
|
28
28
|
"@hkdobrev/run-if-changed": "^0.3.1",
|
|
29
|
-
"@typescript-eslint/parser": "^5.
|
|
29
|
+
"@typescript-eslint/parser": "^5.9.0",
|
|
30
30
|
"babel-plugin-add-module-exports": "^1.0.4",
|
|
31
31
|
"babel-plugin-istanbul": "^6.1.1",
|
|
32
32
|
"camelcase": "^6.3.0",
|
|
@@ -34,11 +34,11 @@
|
|
|
34
34
|
"cross-env": "^7.0.3",
|
|
35
35
|
"decamelize": "^5.0.1",
|
|
36
36
|
"eslint": "^8.6.0",
|
|
37
|
-
"eslint-config-canonical": "^33.0.
|
|
37
|
+
"eslint-config-canonical": "^33.0.1",
|
|
38
38
|
"gitdown": "^3.1.4",
|
|
39
39
|
"glob": "^7.2.0",
|
|
40
40
|
"husky": "^7.0.4",
|
|
41
|
-
"lint-staged": "^12.1.
|
|
41
|
+
"lint-staged": "^12.1.7",
|
|
42
42
|
"lodash.defaultsdeep": "^4.6.1",
|
|
43
43
|
"mocha": "^9.1.3",
|
|
44
44
|
"nyc": "^15.1.0",
|
|
@@ -108,5 +108,5 @@
|
|
|
108
108
|
"test-index": "cross-env BABEL_ENV=test mocha --recursive --require @babel/register --reporter progress --timeout 12000 test/rules/index.js",
|
|
109
109
|
"test-no-cov": "cross-env BABEL_ENV=test mocha --reporter dot --recursive --require @babel/register --timeout 12000"
|
|
110
110
|
},
|
|
111
|
-
"version": "37.5.
|
|
111
|
+
"version": "37.5.2"
|
|
112
112
|
}
|