Skip to content

Commit 873228a

Browse files
committed
chore: update devDeps.
1 parent ea76276 commit 873228a

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

package.json

+11-11
Original file line numberDiff line numberDiff line change
@@ -16,35 +16,35 @@
1616
},
1717
"description": "JSDoc linting rules for ESLint.",
1818
"devDependencies": {
19-
"@babel/cli": "^7.16.7",
20-
"@babel/core": "^7.16.7",
19+
"@babel/cli": "^7.16.8",
20+
"@babel/core": "^7.16.10",
2121
"@babel/eslint-parser": "^7.16.5",
22-
"@babel/node": "^7.16.7",
22+
"@babel/node": "^7.16.8",
2323
"@babel/plugin-syntax-class-properties": "^7.12.13",
2424
"@babel/plugin-transform-flow-strip-types": "^7.16.7",
25-
"@babel/preset-env": "^7.16.7",
26-
"@babel/register": "^7.16.7",
25+
"@babel/preset-env": "^7.16.11",
26+
"@babel/register": "^7.16.9",
2727
"@hkdobrev/run-if-changed": "^0.3.1",
28-
"@typescript-eslint/parser": "^5.9.0",
28+
"@typescript-eslint/parser": "^5.10.0",
2929
"babel-plugin-add-module-exports": "^1.0.4",
3030
"babel-plugin-istanbul": "^6.1.1",
3131
"camelcase": "^6.3.0",
3232
"chai": "^4.3.4",
3333
"cross-env": "^7.0.3",
3434
"decamelize": "^5.0.1",
35-
"eslint": "^8.6.0",
35+
"eslint": "^8.7.0",
3636
"eslint-config-canonical": "^33.0.1",
3737
"gitdown": "^3.1.4",
3838
"glob": "^7.2.0",
3939
"husky": "^7.0.4",
40-
"lint-staged": "^12.1.7",
40+
"lint-staged": "^12.2.2",
4141
"lodash.defaultsdeep": "^4.6.1",
42-
"mocha": "^9.1.3",
42+
"mocha": "^9.1.4",
4343
"nyc": "^15.1.0",
4444
"open-editor": "^3.0.0",
4545
"rimraf": "^3.0.2",
46-
"semantic-release": "^18.0.1",
47-
"typescript": "^4.5.4"
46+
"semantic-release": "^19.0.2",
47+
"typescript": "^4.5.5"
4848
},
4949
"engines": {
5050
"node": "^12 || ^14 || ^16 || ^17"

0 commit comments

Comments
 (0)