Skip to content

Commit 3a6d773

Browse files
committed
fix: update dependecies
1 parent 663f59e commit 3a6d773

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -5,29 +5,29 @@
55
"url": "http://gajus.com"
66
},
77
"dependencies": {
8-
"comment-parser": "^0.5.1",
8+
"comment-parser": "^0.5.4",
99
"jsdoctypeparser": "^2.0.0-alpha-8",
1010
"lodash": "^4.17.11"
1111
},
1212
"description": "JSDoc linting rules for ESLint.",
1313
"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",
1919
"@babel/register": "^7.0.0",
2020
"babel-plugin-add-module-exports": "^1.0.0",
2121
"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",
2525
"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"
3131
},
3232
"engines": {
3333
"node": ">=4"

0 commit comments

Comments
 (0)