Skip to content

Commit

Permalink
chore: update debug, semver; devDeps.
Browse files Browse the repository at this point in the history
  • Loading branch information
brettz9 committed Dec 19, 2020
1 parent bda5959 commit eef2a27
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions package.json
Expand Up @@ -6,39 +6,39 @@
},
"dependencies": {
"comment-parser": "^0.7.6",
"debug": "^4.2.0",
"debug": "^4.3.1",
"jsdoctypeparser": "^9.0.0",
"lodash": "^4.17.20",
"regextras": "^0.7.1",
"semver": "^7.3.2",
"semver": "^7.3.4",
"spdx-expression-parse": "^3.0.1"
},
"description": "JSDoc linting rules for ESLint.",
"devDependencies": {
"@babel/cli": "^7.12.1",
"@babel/core": "^7.12.3",
"@babel/node": "^7.12.6",
"@babel/plugin-transform-flow-strip-types": "^7.12.1",
"@babel/preset-env": "^7.12.1",
"@babel/register": "^7.12.1",
"@babel/cli": "^7.12.10",
"@babel/core": "^7.12.10",
"@babel/node": "^7.12.10",
"@babel/plugin-transform-flow-strip-types": "^7.12.10",
"@babel/preset-env": "^7.12.11",
"@babel/register": "^7.12.10",
"@hkdobrev/run-if-changed": "^0.3.1",
"@typescript-eslint/parser": "^4.7.0",
"@typescript-eslint/parser": "^4.10.0",
"babel-eslint": "^10.1.0",
"babel-plugin-add-module-exports": "^1.0.4",
"babel-plugin-istanbul": "^6.0.0",
"chai": "^4.2.0",
"cross-env": "^7.0.2",
"eslint": "7.13.0",
"eslint-config-canonical": "^24.4.3",
"cross-env": "^7.0.3",
"eslint": "7.16.0",
"eslint-config-canonical": "^24.4.4",
"gitdown": "^3.1.3",
"glob": "^7.1.6",
"husky": "^4.3.0",
"lint-staged": "^10.5.1",
"husky": "^4.3.6",
"lint-staged": "^10.5.3",
"mocha": "^8.2.1",
"nyc": "^15.1.0",
"rimraf": "^3.0.2",
"semantic-release": "^17.2.2",
"typescript": "^4.0.5"
"semantic-release": "^17.3.0",
"typescript": "^4.1.3"
},
"engines": {
"node": ">=10"
Expand Down

0 comments on commit eef2a27

Please sign in to comment.