Skip to content

Commit

Permalink
fix(eslint-plugin): specify the runtime dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
wmertens committed Nov 1, 2024
1 parent 876f802 commit bb14ad9
Show file tree
Hide file tree
Showing 3 changed files with 237 additions and 69 deletions.
5 changes: 5 additions & 0 deletions .changeset/rude-camels-hang.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'eslint-plugin-qwik': patch
---

FIX: the @typescript-eslint/utils dependency is upgraded and made explicit in the package
4 changes: 2 additions & 2 deletions packages/eslint-plugin-qwik/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
"author": "Builder Team",
"bugs": "https://github.com/QwikDev/qwik/issues",
"dependencies": {
"jsx-ast-utils": "^3.3.5"
"jsx-ast-utils": "^3.3.5",
"@typescript-eslint/utils": "^8.12.2"
},
"devDependencies": {
"@builder.io/qwik": "workspace:^",
"@builder.io/qwik-city": "workspace:^",
"@types/eslint": "8.56.10",
"@types/estree": "1.0.5",
"@typescript-eslint/rule-tester": "7.8.0",
"@typescript-eslint/utils": "7.8.0",
"redent": "4.0.0"
},
"engines": {
Expand Down
Loading

0 comments on commit bb14ad9

Please sign in to comment.