Skip to content

Commit 55d70a5

Browse files
committed
chor: update devDeps
1 parent 80e16d0 commit 55d70a5

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,30 +15,30 @@
1515
},
1616
"description": "JSDoc linting rules for ESLint.",
1717
"devDependencies": {
18-
"@babel/cli": "^7.11.5",
19-
"@babel/core": "^7.11.5",
18+
"@babel/cli": "^7.11.6",
19+
"@babel/core": "^7.11.6",
2020
"@babel/node": "^7.10.5",
2121
"@babel/plugin-transform-flow-strip-types": "^7.10.4",
2222
"@babel/preset-env": "^7.11.5",
2323
"@babel/register": "^7.11.5",
2424
"@hkdobrev/run-if-changed": "^0.3.1",
25-
"@typescript-eslint/parser": "^4.0.1",
25+
"@typescript-eslint/parser": "^4.2.0",
2626
"babel-eslint": "^10.1.0",
27-
"babel-plugin-add-module-exports": "^1.0.2",
27+
"babel-plugin-add-module-exports": "^1.0.4",
2828
"babel-plugin-istanbul": "^6.0.0",
2929
"chai": "^4.2.0",
3030
"cross-env": "^7.0.2",
31-
"eslint": "7.8.1",
32-
"eslint-config-canonical": "^23.0.1",
31+
"eslint": "7.10.0",
32+
"eslint-config-canonical": "^24.1.1",
3333
"gitdown": "^3.1.3",
3434
"glob": "^7.1.6",
35-
"husky": "^4.2.5",
36-
"lint-staged": "^10.2.13",
35+
"husky": "^4.3.0",
36+
"lint-staged": "^10.4.0",
3737
"mocha": "^8.1.3",
3838
"nyc": "^15.1.0",
3939
"rimraf": "^3.0.2",
40-
"semantic-release": "^17.1.1",
41-
"typescript": "^4.0.2"
40+
"semantic-release": "^17.1.2",
41+
"typescript": "^4.0.3"
4242
},
4343
"engines": {
4444
"node": ">=10"

0 commit comments

Comments
 (0)