Skip to content

Commit f0c1e44

Browse files
committed
chore: update jsdoc-type-pratt-parser and devDeps.
1 parent 0f4d8e0 commit f0c1e44

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -9,40 +9,40 @@
99
"comment-parser": "1.2.4",
1010
"debug": "^4.3.2",
1111
"esquery": "^1.4.0",
12-
"jsdoc-type-pratt-parser": "^1.1.1",
12+
"jsdoc-type-pratt-parser": "^1.2.0",
1313
"lodash": "^4.17.21",
1414
"regextras": "^0.8.0",
1515
"semver": "^7.3.5",
1616
"spdx-expression-parse": "^3.0.1"
1717
},
1818
"description": "JSDoc linting rules for ESLint.",
1919
"devDependencies": {
20-
"@babel/cli": "^7.15.4",
21-
"@babel/core": "^7.15.5",
22-
"@babel/eslint-parser": "^7.15.4",
23-
"@babel/node": "^7.15.4",
20+
"@babel/cli": "^7.15.7",
21+
"@babel/core": "^7.15.8",
22+
"@babel/eslint-parser": "^7.15.8",
23+
"@babel/node": "^7.15.8",
2424
"@babel/plugin-syntax-class-properties": "^7.12.13",
2525
"@babel/plugin-transform-flow-strip-types": "^7.14.5",
26-
"@babel/preset-env": "^7.15.4",
26+
"@babel/preset-env": "^7.15.8",
2727
"@babel/register": "^7.15.3",
2828
"@hkdobrev/run-if-changed": "^0.3.1",
29-
"@typescript-eslint/parser": "^4.31.0",
29+
"@typescript-eslint/parser": "^4.33.0",
3030
"babel-plugin-add-module-exports": "^1.0.4",
3131
"babel-plugin-istanbul": "^6.0.0",
3232
"chai": "^4.3.4",
3333
"cross-env": "^7.0.3",
3434
"eslint": "7.32.0",
35-
"eslint-config-canonical": "^27.0.0",
35+
"eslint-config-canonical": "^28.0.0",
3636
"gitdown": "^3.1.4",
37-
"glob": "^7.1.7",
37+
"glob": "^7.2.0",
3838
"husky": "^7.0.2",
39-
"lint-staged": "^11.1.2",
40-
"mocha": "^9.1.1",
39+
"lint-staged": "^11.2.1",
40+
"mocha": "^9.1.2",
4141
"nyc": "^15.1.0",
4242
"open-editor": "^3.0.0",
4343
"rimraf": "^3.0.2",
44-
"semantic-release": "^17.4.7",
45-
"typescript": "^4.4.2"
44+
"semantic-release": "^18.0.0",
45+
"typescript": "^4.4.3"
4646
},
4747
"engines": {
4848
"node": "^12 || ^14 || ^16"

0 commit comments

Comments
 (0)