We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87ed2a1 commit e330dfcCopy full SHA for e330dfc
package.json
@@ -12,10 +12,10 @@
12
"description": "JSDoc linting rules for ESLint.",
13
"devDependencies": {
14
"@babel/cli": "^7.4.4",
15
- "@babel/core": "^7.4.4",
16
- "@babel/node": "^7.2.2",
+ "@babel/core": "^7.4.5",
+ "@babel/node": "^7.4.5",
17
"@babel/plugin-transform-flow-strip-types": "^7.4.4",
18
- "@babel/preset-env": "^7.4.4",
+ "@babel/preset-env": "^7.4.5",
19
"@babel/register": "^7.4.4",
20
"babel-plugin-add-module-exports": "^1.0.2",
21
"babel-plugin-istanbul": "^5.1.4",
@@ -29,7 +29,7 @@
29
"marked": "^0.6.2",
30
"mocha": "^6.1.4",
31
"nyc": "^14.1.1",
32
- "semantic-release": "^15.13.12"
+ "semantic-release": "^15.13.14"
33
},
34
"engines": {
35
"node": ">=6"
0 commit comments