|
5 | 5 | "url": "http://gajus.com"
|
6 | 6 | },
|
7 | 7 | "dependencies": {
|
8 |
| - "comment-parser": "^0.5.1", |
| 8 | + "comment-parser": "^0.5.4", |
9 | 9 | "jsdoctypeparser": "^2.0.0-alpha-8",
|
10 | 10 | "lodash": "^4.17.11"
|
11 | 11 | },
|
12 | 12 | "description": "JSDoc linting rules for ESLint.",
|
13 | 13 | "devDependencies": {
|
14 |
| - "@babel/cli": "^7.2.0", |
15 |
| - "@babel/core": "^7.2.0", |
16 |
| - "@babel/node": "^7.2.0", |
17 |
| - "@babel/plugin-transform-flow-strip-types": "^7.2.0", |
18 |
| - "@babel/preset-env": "^7.2.0", |
| 14 | + "@babel/cli": "^7.2.3", |
| 15 | + "@babel/core": "^7.3.3", |
| 16 | + "@babel/node": "^7.2.2", |
| 17 | + "@babel/plugin-transform-flow-strip-types": "^7.2.3", |
| 18 | + "@babel/preset-env": "^7.3.1", |
19 | 19 | "@babel/register": "^7.0.0",
|
20 | 20 | "babel-plugin-add-module-exports": "^1.0.0",
|
21 | 21 | "chai": "^4.2.0",
|
22 |
| - "eslint": "^5.10.0", |
23 |
| - "eslint-config-canonical": "^15.0.0", |
24 |
| - "gitdown": "^2.5.5", |
| 22 | + "eslint": "^5.14.1", |
| 23 | + "eslint-config-canonical": "^16.1.0", |
| 24 | + "gitdown": "^2.5.7", |
25 | 25 | "glob": "^7.1.3",
|
26 |
| - "globby": "^8.0.1", |
27 |
| - "husky": "^1.2.0", |
28 |
| - "marked": "^0.5.2", |
29 |
| - "mocha": "^5.2.0", |
30 |
| - "semantic-release": "^15.12.4" |
| 26 | + "globby": "^9.0.0", |
| 27 | + "husky": "^1.3.1", |
| 28 | + "marked": "^0.6.1", |
| 29 | + "mocha": "^6.0.1", |
| 30 | + "semantic-release": "^15.13.3" |
31 | 31 | },
|
32 | 32 | "engines": {
|
33 | 33 | "node": ">=4"
|
|
0 commit comments