Skip to content

Commit d35ff71

Browse files
chore: update dependencies (#298)
1 parent 07cd4ab commit d35ff71

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

package.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"homepage": "https://github.com/eslint-community/eslint-plugin-eslint-plugin#readme",
3737
"dependencies": {
3838
"eslint-utils": "^3.0.0",
39-
"estraverse": "^5.2.0"
39+
"estraverse": "^5.3.0"
4040
},
4141
"nyc": {
4242
"branches": 99,
@@ -45,33 +45,33 @@
4545
"statements": 99
4646
},
4747
"devDependencies": {
48-
"@commitlint/cli": "^16.0.2",
49-
"@commitlint/config-conventional": "^16.0.0",
50-
"@release-it/conventional-changelog": "^4.1.0",
51-
"@typescript-eslint/parser": "^5.10.0",
52-
"chai": "^4.1.0",
48+
"@commitlint/cli": "^16.3.0",
49+
"@commitlint/config-conventional": "^16.2.4",
50+
"@release-it/conventional-changelog": "^4.3.0",
51+
"@typescript-eslint/parser": "^5.36.2",
52+
"chai": "^4.3.6",
5353
"dirty-chai": "^2.0.1",
54-
"eslint": "^8.7.0",
54+
"eslint": "^8.23.0",
5555
"eslint-config-not-an-aardvark": "^2.1.0",
56-
"eslint-config-prettier": "^8.3.0",
56+
"eslint-config-prettier": "^8.5.0",
5757
"eslint-plugin-eslint-comments": "^3.2.0",
5858
"eslint-plugin-eslint-plugin": "file:./",
59-
"eslint-plugin-markdown": "^2.0.1",
59+
"eslint-plugin-markdown": "^2.2.1",
6060
"eslint-plugin-node": "^11.1.0",
61-
"eslint-plugin-prettier": "^4.0.0",
61+
"eslint-plugin-prettier": "^4.2.1",
6262
"eslint-plugin-unicorn": "^40.1.0",
63-
"eslint-scope": "^7.1.0",
64-
"espree": "^9.3.0",
65-
"husky": "^7.0.2",
66-
"lodash": "^4.17.2",
67-
"markdownlint-cli": "^0.30.0",
68-
"mocha": "^9.1.4",
63+
"eslint-scope": "^7.1.1",
64+
"espree": "^9.4.0",
65+
"husky": "^7.0.4",
66+
"lodash": "^4.17.21",
67+
"markdownlint-cli": "^0.32.2",
68+
"mocha": "^9.2.2",
6969
"npm-package-json-lint": "^6.3.0",
7070
"npm-run-all": "^4.1.5",
7171
"nyc": "^15.1.0",
72-
"prettier": "^2.5.1",
73-
"release-it": "^14.12.3",
74-
"typescript": "^4.4.3"
72+
"prettier": "^2.7.1",
73+
"release-it": "^14.14.3",
74+
"typescript": "^4.8.3"
7575
},
7676
"peerDependencies": {
7777
"eslint": ">=7.0.0"

0 commit comments

Comments
 (0)