Skip to content

Commit 3291b57

Browse files
committed
fix: add espree to dependencies (#286)
1 parent 25ff1d0 commit 3291b57

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.changeset/nice-ads-pump.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"eslint-plugin-jsonc": patch
3+
---
4+
5+
fix: add espree to dependencies

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@
6868
"dependencies": {
6969
"@eslint-community/eslint-utils": "^4.2.0",
7070
"eslint-compat-utils": "^0.1.2",
71+
"espree": "^9.6.1",
7172
"graphemer": "^1.4.0",
7273
"jsonc-eslint-parser": "^2.0.4",
7374
"natural-compare": "^1.4.0"

0 commit comments

Comments
 (0)