Skip to content

Commit 2f74ae0

Browse files
committed
fix: make imports work
1 parent ab739b5 commit 2f74ae0

File tree

3 files changed

+155
-148
lines changed

3 files changed

+155
-148
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,11 @@
5555
"@types/eslint": "^9.6.1",
5656
"@types/mocha": "^10.0.10",
5757
"@types/node": "^22.13.1",
58-
"@typescript-eslint/eslint-plugin": "8.23.0",
59-
"@typescript-eslint/parser": "8.23.0",
60-
"@typescript-eslint/rule-tester": "8.23.0",
61-
"@typescript-eslint/utils": "8.23.0",
62-
"@vitest/eslint-plugin": "^1.1.26",
58+
"@typescript-eslint/eslint-plugin": "^8.24.0",
59+
"@typescript-eslint/parser": "^8.24.0",
60+
"@typescript-eslint/rule-tester": "^8.24.0",
61+
"@typescript-eslint/utils": "^8.24.0",
62+
"@vitest/eslint-plugin": "1.1.32-beta.1",
6363
"bumpp": "^9.11.1",
6464
"concurrently": "^9.1.2",
6565
"eslint": "^9.20.0",

pnpm-lock.yaml

Lines changed: 63 additions & 65 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)