Skip to content

Commit

Permalink
chore: update debug and devDeps.
Browse files Browse the repository at this point in the history
  • Loading branch information
brettz9 committed Jul 8, 2021
1 parent 9e64d3e commit e1b64fb
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dependencies": {
"@es-joy/jsdoccomment": "^0.8.0",
"comment-parser": "1.1.5",
"debug": "^4.3.1",
"debug": "^4.3.2",
"esquery": "^1.4.0",
"jsdoc-type-pratt-parser": "^1.0.4",
"lodash": "^4.17.21",
Expand All @@ -19,30 +19,30 @@
"devDependencies": {
"@babel/cli": "^7.14.5",
"@babel/core": "^7.14.6",
"@babel/eslint-parser": "^7.14.5",
"@babel/node": "^7.14.5",
"@babel/eslint-parser": "^7.14.7",
"@babel/node": "^7.14.7",
"@babel/plugin-syntax-class-properties": "^7.12.13",
"@babel/plugin-transform-flow-strip-types": "^7.14.5",
"@babel/preset-env": "^7.14.5",
"@babel/preset-env": "^7.14.7",
"@babel/register": "^7.14.5",
"@hkdobrev/run-if-changed": "^0.3.1",
"@typescript-eslint/parser": "^4.27.0",
"@typescript-eslint/parser": "^4.28.2",
"babel-plugin-add-module-exports": "^1.0.4",
"babel-plugin-istanbul": "^6.0.0",
"chai": "^4.3.4",
"cross-env": "^7.0.3",
"eslint": "7.29.0",
"eslint": "7.30.0",
"eslint-config-canonical": "^26.2.3",
"gitdown": "^3.1.4",
"glob": "^7.1.7",
"husky": "^6.0.0",
"husky": "^7.0.0",
"lint-staged": "^11.0.0",
"mocha": "^9.0.1",
"mocha": "^9.0.2",
"nyc": "^15.1.0",
"open-editor": "^3.0.0",
"rimraf": "^3.0.2",
"semantic-release": "^17.4.4",
"typescript": "^4.3.4"
"typescript": "^4.3.5"
},
"engines": {
"node": ">=12"
Expand Down

0 comments on commit e1b64fb

Please sign in to comment.